API Documentation > Classes > Interface IpfcUDFGroupCreateInstructions
Interface IpfcUDFGroupCreateInstructions
Description
The parent class for IpfcUDFCustomCreateInstructions and IpfcUDFPromptCreateInstructions . Values are set by default; users can change them by
Direct Known Subclasses:
Property Summary
Property
as String
The name of the UDF to create.
Property
as Boolean
Whether or not to display the NC Sequence menu for manufacturing UDFs.
Property
as Boolean
Whether or not to display the UDF Edit menu.
Property
as 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.
Property
as Boolean
Whether or not to disable redefine menu for feature elements.
Property
as Boolean
Property Detail
Property
Name
as String
The name of the UDF to create.
Property
ShowModifyNCSeqMenu
as Boolean
Whether or not to display the NC Sequence menu for manufacturing UDFs.
Property
ShowUDFEditMenu
as Boolean
Whether or not to display the UDF Edit menu.
Property
TurnOffFixModelUI
as 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.
Property
TurnOffUDFRedefineMenu
as Boolean
Whether or not to disable redefine menu for feature elements.
Property
UseExistingTools
as Boolean
Was this helpful?