API Documentation > Classes > Class pfcUDFGroupCreateInstructions
Class pfcUDFGroupCreateInstructions
Description
The parent class for pfcUDFCustomCreateInstructions and pfcUDFPromptCreateInstructions . Values are set by default; users can change them by setting class properties.
Direct Known Subclasses:
Property Summary
string
The name of the UDF to create.
boolean
Whether or not to display the NC Sequence menu for manufacturing UDFs.
boolean
Whether or not to display the UDF Edit menu.
boolean
Whether or not to allow user access to the <b>Fix Model</b> UI to fix UDF placement using Creo Parametric UI if programmatic placement fails.
boolean
Whether or not to disable redefine menu for feature elements.
boolean
Property Detail
string
Name
The name of the UDF to create.
boolean
ShowModifyNCSeqMenu
Whether or not to display the NC Sequence menu for manufacturing UDFs.
boolean
ShowUDFEditMenu
Whether or not to display the UDF Edit menu.
boolean
TurnOffFixModelUI
Whether or not to allow user access to the <b>Fix Model</b> UI to fix UDF placement using Creo Parametric UI if programmatic placement fails.
boolean
TurnOffUDFRedefineMenu
Whether or not to disable redefine menu for feature elements.
boolean
UseExistingTools
Was this helpful?