Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Drawing title block population

Big_Lew

New member
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.
 

Sponsor

Articles From 3DCAD World

Back
Top