PositionalRepresentation.SetTransformOverride Method
Parent Object: PositionalRepresentationDescription
Method that sets an override transform on the input occurrence. If not already overridden, the method has the effect of setting the 'Override' flag for the transform (offset).
Syntax
PositionalRepresentation.SetTransformOverride( Occurrence As ComponentOccurrence, Transform As Matrix )Parameters
Name | Type | Description |
Occurrence | ComponentOccurrence | ComponentOccurrence object that specifies the occurrence to be overridden. |
Transform | Matrix | Matrix object that specifies the override transform. |