Library | Package Java Toolkit

Interface RegenInstructions

package com.ptc.pfc.pfcSolid;

public interface RegenInstructions
  extends jxobject



Description

This class describes the instructions for regenerating the solid.
Direct Known Subclasses:
WRegenInstructions



Method Summary
booleanGetAllowFixUI ()
    Get method for attribute "AllowFixUI"
    If this is true, the Fix Model interface is displayed if there is an error.
booleanGetForceRegen ()
    Get method for attribute "ForceRegen"
    Forces the solid to fully regenerate. This will regenerate every feature in the solid. If not set, Creo Parametric uses its internal algorithm to determine which features to regenerate.
/*optional*/ FeatureGetFromFeat ()
    Get method for attribute "FromFeat"
    Not used. Reserved for the future.
booleanGetRefreshModelTree ()
    Get method for attribute "RefreshModelTree"
    If this is true, refresh the Creo Parametric Model Tree after the regeneration. If this is false (the default) the tree is not refreshed. A model must be active to use this attribute.
booleanGetResolveModeRegen ()
    Get method for attribute "ResolveModeRegen"
    Regenerate in resolve mode
booleanGetResumeExcludedComponents ()
    Get method for attribute "ResumeExcludedComponents"
    Enables Creo Parametric to resume available excluded components of the simplified representation during regeneration. This can result in a more accurate update of the simplified representation.
booleanGetUpdateAssemblyOnly ()
    Get method for attribute "UpdateAssemblyOnly"
    Updates assembly and sub-assembly placements and regenerates assembly features and intersected parts. If the affected assembly is retrieved as a simplified representation, this flag will update the locations of the components.If the flag is not set, the component locations are not updated by default when the simplified representation is retrieved.
booleanGetUpdateInstances ()
    Get method for attribute "UpdateInstances"
    Updates instances of the solid in memory. This may slow down the regeneration process.
voidSetAllowFixUI (boolean value)
    Set method for attribute "AllowFixUI"
    If this is true, the Fix Model interface is displayed if there is an error.
voidSetForceRegen (boolean value)
    Set method for attribute "ForceRegen"
    Forces the solid to fully regenerate. This will regenerate every feature in the solid. If not set, Creo Parametric uses its internal algorithm to determine which features to regenerate.
voidSetFromFeat ( /*optional*/ Feature value)
    Set method for attribute "FromFeat"
    Not used. Reserved for the future.
voidSetRefreshModelTree (boolean value)
    Set method for attribute "RefreshModelTree"
    If this is true, refresh the Creo Parametric Model Tree after the regeneration. If this is false (the default) the tree is not refreshed. A model must be active to use this attribute.
voidSetResolveModeRegen (boolean value)
    Set method for attribute "ResolveModeRegen"
    Regenerate in resolve mode
voidSetResumeExcludedComponents (boolean value)
    Set method for attribute "ResumeExcludedComponents"
    Enables Creo Parametric to resume available excluded components of the simplified representation during regeneration. This can result in a more accurate update of the simplified representation.
voidSetUpdateAssemblyOnly (boolean value)
    Set method for attribute "UpdateAssemblyOnly"
    Updates assembly and sub-assembly placements and regenerates assembly features and intersected parts. If the affected assembly is retrieved as a simplified representation, this flag will update the locations of the components.If the flag is not set, the component locations are not updated by default when the simplified representation is retrieved.
voidSetUpdateInstances (boolean value)
    Set method for attribute "UpdateInstances"
    Updates instances of the solid in memory. This may slow down the regeneration process.

Method Detail

GetAllowFixUI/SetAllowFixUI

booleanGetAllowFixUI ()
voidSetAllowFixUI (boolean value)


    If this is true, the Fix Model interface is displayed if there is an error.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetForceRegen/SetForceRegen

booleanGetForceRegen ()
voidSetForceRegen (boolean value)


    Forces the solid to fully regenerate. This will regenerate every feature in the solid. If not set, Creo Parametric uses its internal algorithm to determine which features to regenerate.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetResumeExcludedComponents/SetResumeExcludedComponents

booleanGetResumeExcludedComponents ()
voidSetResumeExcludedComponents (boolean value)


    Enables Creo Parametric to resume available excluded components of the simplified representation during regeneration. This can result in a more accurate update of the simplified representation.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetUpdateAssemblyOnly/SetUpdateAssemblyOnly

booleanGetUpdateAssemblyOnly ()
voidSetUpdateAssemblyOnly (boolean value)


    Updates assembly and sub-assembly placements and regenerates assembly features and intersected parts. If the affected assembly is retrieved as a simplified representation, this flag will update the locations of the components.If the flag is not set, the component locations are not updated by default when the simplified representation is retrieved.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetUpdateInstances/SetUpdateInstances

booleanGetUpdateInstances ()
voidSetUpdateInstances (boolean value)


    Updates instances of the solid in memory. This may slow down the regeneration process.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetResolveModeRegen/SetResolveModeRegen

booleanGetResolveModeRegen ()
voidSetResolveModeRegen (boolean value)


    Regenerate in resolve mode

Allows temporary override of default settings controlling regeneration behavior.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetFromFeat/SetFromFeat

/*optional*/ FeatureGetFromFeat ()
voidSetFromFeat ( /*optional*/ Feature value)


    Not used. Reserved for the future.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid



GetRefreshModelTree/SetRefreshModelTree

booleanGetRefreshModelTree ()
voidSetRefreshModelTree (boolean value)


    If this is true, refresh the Creo Parametric Model Tree after the regeneration. If this is false (the default) the tree is not refreshed. A model must be active to use this attribute.
Manual References:
Solid: Regenerating a Solid, Solid: Regenerating a Solid