| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetName
()
Get method for attribute "Name" The name of the UDF to create. |
| boolean | GetShowModifyNCSeqMenu
()
Get method for attribute "ShowModifyNCSeqMenu" Whether or not to display the NC Sequence menu for manufacturing UDFs. |
| boolean | GetShowUDFEditMenu
()
Get method for attribute "ShowUDFEditMenu" Whether or not to display the UDF Edit menu. |
| boolean | GetTurnOffFixModelUI
()
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 | GetTurnOffUDFRedefineMenu
()
Get method for attribute "TurnOffUDFRedefineMenu" Whether or not to disable redefine menu for feature elements. |
| boolean | GetUseExistingTools
()
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 | SetTurnOffUDFRedefineMenu
(boolean value)
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/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
| The name of the UDF to create. |
| GetShowUDFEditMenu/SetShowUDFEditMenu |
|---|
| boolean | GetShowUDFEditMenu | () |
| void | SetShowUDFEditMenu | (boolean value) |
| Whether or not to display the UDF Edit menu. |
| GetShowModifyNCSeqMenu/SetShowModifyNCSeqMenu |
|---|
| boolean | GetShowModifyNCSeqMenu | () |
| void | SetShowModifyNCSeqMenu | (boolean value) |
| Whether or not to display the NC Sequence menu for manufacturing UDFs. |
| GetUseExistingTools/SetUseExistingTools |
|---|
| boolean | GetUseExistingTools | () |
| void | SetUseExistingTools | (boolean value) |
| |
| GetTurnOffUDFRedefineMenu/SetTurnOffUDFRedefineMenu |
|---|
| boolean | GetTurnOffUDFRedefineMenu | () |
| void | SetTurnOffUDFRedefineMenu | (boolean value) |
| Whether or not to disable redefine menu for feature elements. |
| GetTurnOffFixModelUI/SetTurnOffFixModelUI |
|---|
| boolean | GetTurnOffFixModelUI | () |
| 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. |