API Documentation > Interfaces > Interface ExplodedState
Interface ExplodedState

package com.ptc.pfc.pfcAssembly;

public interface
ExplodedState
extends
com.ptc.pfc.pfcModelItem.ModelItem


Description
This interface represents an exploded state in a Creo Parametric assembly.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Method Summary
void
Activates the exploded state in the assembly.
Method Detail
Activate
void
Activate
()
Activates the exploded state in the assembly.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified explode state was not found in the model.
User Guide References:
Returns:
Was this helpful?