Library | File

Class pfcExplodedState

# include <pfcAssembly.h>

class pfcExplodedState
 : public virtual pfcModelItem
{
    xaideclare(pfcExplodedState)
    ...
};



Description

This interface represents an exploded state in a Creo Parametric assembly.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
wfcWExplodedState



Method Summary

voidActivate ()
Activates the exploded state in the assembly.


Methods Inherited from Class pfcChild:

GetDBParent, GetOId


Methods Inherited from Class pfcActionSource:

AddActionListener, RemoveActionListener, AddActionListenerWithType


Methods Inherited from Class pfcRelationOwner:

DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression


Methods Inherited from Class pfcParent:

GetChild


Methods Inherited from Class pfcParameterOwner:

GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters


Methods Inherited from Class pfcModelItem:

GetName, SetName, GetId, GetType



Method Detail

voidActivate ()

Activates the exploded state in the assembly.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The specified explode state was not found in the model.


Manual References:
Assemblies and Components: Exploded Assemblies
Returns: