API Documentation > Interfaces > Interface WExplodedState
Interface WExplodedState
Description
Represent Exploded state in Assembly
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem :
Methods Inherited from Interface com.ptc.pfc.pfcAssembly.ExplodedState :
Method Summary
Gets the sequence of components of an explode state
Gets the moves of an explode state
String
Returns the name of an explode state
void
Sets the moves of an explode state
void
SetExplodedStateName (String ExplodedStateName)
Sets the name of an explode state
Method Detail
GetExplodedStateName
String
GetExplodedStateName
()
Returns the name of an explode state
Exceptions thrown (but not limited to):
XToolkitNotFound - explode state was not found.
User Guide References:
Returns:
The name of the explode state.
SetExplodedStateName
void
SetExplodedStateName
(String ExplodedStateName)
Sets the name of an explode state
Exceptions thrown (but not limited to):
XToolkitNotFound - explode state was not found.
User Guide References:
Parameters:
ExplodedStateName
The name of the explode state. Cannot be NULL.
Returns:
GetExplodedStateMoves
GetExplodedStateMoves
()
Gets the moves of an explode state
Exceptions thrown (but not limited to):
XToolkitNotFound - The explode state was not found.
User Guide References:
Returns:
SetExplodedStateMoves
void
SetExplodedStateMoves
(ExplodedAnimationMoveInstructions AnimMoveInstructions)
Sets the moves of an explode state
Exceptions thrown (but not limited to):
XToolkitNotFound - The explode state was not found, or some ProAsmcomppath in comp_set for some moves do not correspond to any component (this error may be also returned for other non-specified cases).
User Guide References:
Parameters:
AnimMoveInstructions
Returns:
GetExplodedcomponents
GetExplodedcomponents
()
Gets the sequence of components of an explode state
User Guide References:
Returns:
Array of WComponentPath
Was this helpful?