Library | Module

Interface IpfcSimpRep



Description

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



Method Summary

FunctionGetInstructions () as IpfcSimpRepInstructions [optional]
Returns instructions that specify which internal data is required to define a simplified representation.
FunctionGetSimpRepType () as IpfcSimpRepType
Returns the type of a simplified representation.
SubSetInstructions (Instructions as IpfcSimpRepInstructions [optional])
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.



Method Detail


FunctionGetInstructions () as IpfcSimpRepInstructions [optional]

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



FunctionGetSimpRepType () as IpfcSimpRepType

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



SubSetInstructions (Instructions as IpfcSimpRepInstructions [optional])

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.