Library | Module

Class pfcSimpRep



Description

This class defines a simplified representation.
Direct Parent Classes:
pfcModelItem



Method Summary

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



Method Detail


/* optional */ pfcSimpRepInstructionsGetInstructions ()

Returns instructions that specify which internal data is required to define a simplified representation.
Returns:
The pfcSimpRepInstructions or null.



pfcSimpRepTypeGetSimpRepType ()

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



voidSetInstructions ( /* optional */ pfcSimpRepInstructions Instructions)

Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
Parameters:
Instructions
The new instructions.