Adding surface finish to Single part Drawings

Normal outof the box templates do not put a Gal note on Single part drgs. However your number system may need to have to handle the situation.

Tek1 uses Assembly numbers for Loose parts. The following code will handle the situation. If you need full solution please email me

Rule:
if GetValue("PART_POS") == GetValue("ASSEMBLY_POS")
 then 
Output()
else 
StepOver()
endif

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *