cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Use a feature parameter in a drawing

ccates
1-Newbie

Use a feature parameter in a drawing

Hello All,

 

Quick question. Can you use a feature parameter in a drawing. Example:

 

We want to show the Length and Width of a flat pattern in a table. I should be able to use &SMT_FLAT_PATTER_WIDTH and it populate the width dimension. However, it does not accept this as a viable parameter. Any ideas as to why or a way to work around it?


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2
TomU
23-Emerald IV
(To:ccates)

You need to use this syntax:  <parameter_name>:FID_<feature_id>

For example:

mender
6-Contributor
(To:TomU)

And in case you were wondering why...

The reason for needing such a syntax is that you might have three different such features, each with its own parameter, and without specifying the feature, we wouldn't know which one to use.  We could have the software pick one and use it, but that would be worse, as the user might call out the wrong one and never notice.

If your callout is in a note with a leader to the feature in question, you can consider use of the syntax ":ATT_FEAT".  It can be a bit tricky to use, but allows for the same syntax to used in multiple different similar notes.

Top Tags