Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drawing title block population

  • Thread starter Thread starter Big_Lew
  • Start date Start date
B

Big_Lew

Guest
Sheet metal shop. My company has a smart title block that reads many values from pro/report and/or part & assy parameters to populate our title block. One value we enter manually is gage (sheet thickness).


I know that smt_thickness is now a SM part parameter, like to set up relation w/conditional statements to drive correct reporting of gage based on thickness. Something like this:


if smt_thickness=.036 then smt_gage=20


if smt_thickness=.048 then smt_gage=18


Etc.


Anyone know how to make this work?

Edited by: Big_Lew
 
To populate title block you need to enter &asm.mbr.[parameter_name], where [parameter_name] is replaced by the parameter, you want to read in.
 
Thanks, skraba.
 
To populate title block you need to enter &asm.mbr.[parameter_name], where [parameter_name] is replaced by the parameter, you want to read in.

Thanks for such a helpful suggestion.
 

Part and Inventory Search

Sponsor

Back
Top