Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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!
Hello
just write
CREATE_PARAMETER TEST_PARAM STRING XYZ DESIGNATE
Stefan