Library | Package Java Toolkit

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:
UDFPromptCreateInstructions, UDFCustomCreateInstructions, WUDFGroupCreateInstructions



Method Summary
StringGetName ()
    Get method for attribute "Name"
    The name of the UDF to create.
booleanGetShowModifyNCSeqMenu ()
    Get method for attribute "ShowModifyNCSeqMenu"
    Whether or not to display the NC Sequence menu for manufacturing UDFs.
booleanGetShowUDFEditMenu ()
    Get method for attribute "ShowUDFEditMenu"
    Whether or not to display the UDF Edit menu.
booleanGetTurnOffFixModelUI ()
    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.
booleanGetTurnOffUDFRedefineMenu ()
    Get method for attribute "TurnOffUDFRedefineMenu"
    Whether or not to disable redefine menu for feature elements.
booleanGetUseExistingTools ()
    Get method for attribute "UseExistingTools"
     
voidSetName (String value)
    Set method for attribute "Name"
    The name of the UDF to create.
voidSetShowModifyNCSeqMenu (boolean value)
    Set method for attribute "ShowModifyNCSeqMenu"
    Whether or not to display the NC Sequence menu for manufacturing UDFs.
voidSetShowUDFEditMenu (boolean value)
    Set method for attribute "ShowUDFEditMenu"
    Whether or not to display the UDF Edit menu.
voidSetTurnOffFixModelUI (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.
voidSetTurnOffUDFRedefineMenu (boolean value)
    Set method for attribute "TurnOffUDFRedefineMenu"
    Whether or not to disable redefine menu for feature elements.
voidSetUseExistingTools (boolean value)
    Set method for attribute "UseExistingTools"
     

Method Detail

GetName/SetName

StringGetName ()
voidSetName (String value)


    The name of the UDF to create.



GetShowUDFEditMenu/SetShowUDFEditMenu

booleanGetShowUDFEditMenu ()
voidSetShowUDFEditMenu (boolean value)


    Whether or not to display the UDF Edit menu.



GetShowModifyNCSeqMenu/SetShowModifyNCSeqMenu

booleanGetShowModifyNCSeqMenu ()
voidSetShowModifyNCSeqMenu (boolean value)


    Whether or not to display the NC Sequence menu for manufacturing UDFs.



GetUseExistingTools/SetUseExistingTools

booleanGetUseExistingTools ()
voidSetUseExistingTools (boolean value)


     



GetTurnOffUDFRedefineMenu/SetTurnOffUDFRedefineMenu

booleanGetTurnOffUDFRedefineMenu ()
voidSetTurnOffUDFRedefineMenu (boolean value)


    Whether or not to disable redefine menu for feature elements.



GetTurnOffFixModelUI/SetTurnOffFixModelUI

booleanGetTurnOffFixModelUI ()
voidSetTurnOffFixModelUI (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.