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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How to create Designated parameters in AFX

avillena
12-Amethyst

How to create Designated parameters in AFX

Hi,

When I create new AFX parts I can add parameters to the model from the "start_mdl.cfg" file:

CREATE_PARAMETER TEST_PARAM STRING XYZ

This is a sample parameter -> "TEST_PARAM", which is a string parameter and gets the initial value of XYZ

Can I make this parameter DESIGNATED?? I'd like to create some new parameters that are designated to be used in Windchill and I don't know if I can do it from this "start_mdl.cfg" file.

Thank you!

Modeling


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.
1 REPLY 1

Hello

just write

CREATE_PARAMETER TEST_PARAM STRING XYZ DESIGNATE

Stefan

Top Tags