Interface WExplodedState
Description
Represent Exploded state in Assembly
User Guide References:
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 | |
| 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):
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):
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):
User Guide References:
Returns:
SetExplodedStateMoves |
void | SetExplodedStateMoves | |
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