API Documentation > Interface Classes > Class pfcUDFGroupCreateInstructions
Class pfcUDFGroupCreateInstructions

# include <pfcUDFGroup.h>

class
pfcUDFGroupCreateInstructions
: public virtual
xobject
{
xdeclare(pfcUDFGroupCreateInstructions)
...
};
This is a
COMPACT class.

Description
The parent class for pfcUDFCustomCreateInstructions and pfcUDFPromptCreateInstructions . Values are set by default; users can change them by
Direct Known Subclasses:
Method Summary
void
The name of the UDF to create.
void
Whether or not to display the NC Sequence menu for manufacturing UDFs.
void
Whether or not to display the UDF Edit menu.
void
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.
void
Whether or not to disable redefine menu for feature elements.
void
Method Detail
GetName
()
void
SetName
(xrstring value)
The name of the UDF to create.
GetShowUDFEditMenu
()
void
SetShowUDFEditMenu
(xbool value)
Whether or not to display the UDF Edit menu.
GetShowModifyNCSeqMenu
()
void
SetShowModifyNCSeqMenu
(xbool value)
Whether or not to display the NC Sequence menu for manufacturing UDFs.
GetUseExistingTools
()
void
SetUseExistingTools
(xbool value)
GetTurnOffUDFRedefineMenu
()
void
SetTurnOffUDFRedefineMenu
(xbool value)
Whether or not to disable redefine menu for feature elements.
GetTurnOffFixModelUI
()
void
SetTurnOffFixModelUI
(xbool value)
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.
Was this helpful?