API Documentation > Interfaces > Interface UDFGroupCreateInstructions
Interface UDFGroupCreateInstructions

package com.ptc.pfc.pfcUDFGroup;

public interface
UDFGroupCreateInstructions
extends
jxobject


Description
The parent class for UDFCustomCreateInstructions and UDFPromptCreateInstructions . Values are set by default; users can change them by calling Set methods.
Direct Known Subclasses:
Method Summary
String
Get method for attribute "Name"
The name of the UDF to create.
boolean
Get method for attribute "ShowModifyNCSeqMenu"
Whether or not to display the NC Sequence menu for manufacturing UDFs.
boolean
Get method for attribute "ShowUDFEditMenu"
Whether or not to display the UDF Edit menu.
boolean
Get method for attribute "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
Get method for attribute "TurnOffUDFRedefineMenu"
Whether or not to disable redefine menu for feature elements.
boolean
Get method for attribute "UseExistingTools"
void
SetName (String value)
Set method for attribute "Name"
The name of the UDF to create.
void
SetShowModifyNCSeqMenu (boolean value)
Set method for attribute "ShowModifyNCSeqMenu"
Whether or not to display the NC Sequence menu for manufacturing UDFs.
void
SetShowUDFEditMenu (boolean value)
Set method for attribute "ShowUDFEditMenu"
Whether or not to display the UDF Edit menu.
void
SetTurnOffFixModelUI (boolean value)
Set method for attribute "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.
void
Set method for attribute "TurnOffUDFRedefineMenu"
Whether or not to disable redefine menu for feature elements.
void
SetUseExistingTools (boolean value)
Set method for attribute "UseExistingTools"
Method Detail
GetName
String
GetName
()
SetName
void
SetName
(String value)
The name of the UDF to create.
GetShowUDFEditMenu
boolean
GetShowUDFEditMenu
()
SetShowUDFEditMenu
void
SetShowUDFEditMenu
(boolean value)
Whether or not to display the UDF Edit menu.
GetShowModifyNCSeqMenu
boolean
GetShowModifyNCSeqMenu
()
SetShowModifyNCSeqMenu
void
SetShowModifyNCSeqMenu
(boolean value)
Whether or not to display the NC Sequence menu for manufacturing UDFs.
GetUseExistingTools
boolean
GetUseExistingTools
()
SetUseExistingTools
void
SetUseExistingTools
(boolean value)
GetTurnOffUDFRedefineMenu
boolean
GetTurnOffUDFRedefineMenu
()
SetTurnOffUDFRedefineMenu
void
SetTurnOffUDFRedefineMenu
(boolean value)
Whether or not to disable redefine menu for feature elements.
GetTurnOffFixModelUI
boolean
GetTurnOffFixModelUI
()
SetTurnOffFixModelUI
void
SetTurnOffFixModelUI
(boolean 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?