Library | Package Java Toolkit

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:
WExplodedState



Method Summary
voidActivate ()
    Activates the exploded state in the assembly.

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Method Detail

Activate

voidActivate ()


    Activates the exploded state in the assembly.

Exceptions thrown (but not limited to):

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


Manual References:
Assemblies and Components: Exploded Assemblies
Returns: