Library | Package Java Toolkit

Interface SimpRep

package com.ptc.pfc.pfcSimpRep;

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



Description

This class defines a simplified representation.
Direct Known Subclasses:
WSimpRep



Method Summary
/*optional*/ SimpRepInstructionsGetInstructions ()
    Returns instructions that specify which internal data is required to define a simplified representation.
SimpRepTypeGetSimpRepType ()
    Returns the type of a simplified representation.
voidSetInstructions ( /*optional*/ SimpRepInstructions Instructions)
    Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.

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

GetSimpRepType

SimpRepTypeGetSimpRepType ()


    Returns the type of a simplified representation.
See Also:
Solid.GetSimpRep(String), Solid.GetGraphicsRep(), Solid.GetGeomRep(), Solid.GetMasterRep()
Returns:
The simplified representation type.


GetInstructions

/*optional*/ SimpRepInstructionsGetInstructions ()


    Returns instructions that specify which internal data is required to define a simplified representation.
Manual References:
Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Modifying Simplified Representations, Simplified Representations: Modifying Simplified Representations
Returns:
The pfcSimpRepInstructions or null.


SetInstructions

voidSetInstructions ( /*optional*/ SimpRepInstructions Instructions)


    Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
Manual References:
Simplified Representations: Modifying Simplified Representations, Simplified Representations: Modifying Simplified Representations, Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation, Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Parameters:
Instructions
The new instructions.
Returns: