Skip to main content
14-Alexandrite
September 23, 2015
Question

How to create Designated parameters in AFX

  • September 23, 2015
  • 1 reply
  • 1920 views

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-Visitor
October 9, 2015

Hello

just write

CREATE_PARAMETER TEST_PARAM STRING XYZ DESIGNATE

Stefan