Methods Introduced:
The method pfcSimpRepReverse::Create creates an object that reverses the default rule for the assembly component in the simplified representation.
The method pfcSimpRepInclude::Create creates an object that includes the component in the simplified representation.
The method pfcSimpRepExclude::Create creates an object that excludes the component from the simplified representation.
The method pfcSimpRepSubstitute::Create creates an object that substitutes the component with a component from the pfcSubstitution class in the simplified representation.
The method pfcSimpRepGeom::Create creates an object that represents the component that contains complete geometric information in the simplified representation.
The method
pfcSimpRepGraphics::Create creates an object that represents the component that contains only display information in the simplified representation.
These graphic representations cannot be modified or referenced, they can only be browsed through.
Note
As compared to graphics representations, geometry representations take longer to retrieve and require more memory.
The method pfcSimpRepDefaultEnvelope::Create creates an object that represents the component in default envelope type of simplified representation.
The method pfcSimpRepBoundBox::Create creates an object that represents the component in boundary box type of simplified representation.
The method pfcSimpRepLightWeightGraphics::Create creates an object that represents the component in lightweight type of simplified representation. Light graphics representations
of assemblies contain assembly information and 3D thumbnail graphics representations of assembly components.
The method pfcSimpRepItem::Create creates an object that defines the status of the component or feature of the simplified representation.
The method pfcSimpRep::SetInstructions sets or changes the instructions that specify the internal data required to define the simplified representation.
The method pfcSimpRepInstructions::SetItems applies an array of actions to the components or features in the simplified representation.
You can add and delete items from the list of components in a simplified representation using Creo Object
TOOLKIT C++. If you created a simplified representation using the option Exclude as the default rule, you would generate a list containing the items you want to include. Similarly, if the default rule for
a simplified representation is Include, you can add the items that you want to be excluded from the simplified representation to the list, setting the value of
the pfcSimpRepActionType to SIMPREP_EXCLUDE.
The method wfcWSimpRep::DeleteSimpRepInstructionItem deletes the specified item from pfcSimpRepInstructions object.