Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I want to add a parameter from EMX BOM into the 2D drawing title block. I dont understand how to link it with the title block. We manually have to add the item no. parameter as of now.
Is it possible to automatically bring the value of parameter from the BOM??
Hi sparulekar
"&" call out paratmeter in note.
To include parameters in a note, use the syntax shown in the next table.
Syntax |
Usage |
&<param_name>:FID_<feat_ID> |
Include feature parameters in a note. |
&<param_name>:SID_<surface_name> |
Include surface parameters in a note. |
&<param_name>:EID_<edge_name> |
Include edge parameters in a note. |
&<param_name>:CRV_<curve_name> |
Include curve parameters in a note. |
&<param_name>:CCRV_<composite_curve_name> |
Include composite curve parameters in a note. |
&<param_name>:NID_<annotation_element_name> |
Include Annotation Element parameters in a note. |
&<param_name>:QID_<quilt_name> |
Include quilt parameters in a note. |
&<param_name>:MTRL_<material_ID> |
Include material parameters in a note. |