DerivedPartTransformDef.GetTransformation Method
Parent Object: DerivedPartTransformDefDescription
Method that gets the matrix describing the transform that should be applied to the entities being derived.
Syntax
DerivedPartTransformDef.GetTransformation( Transform As Matrix, Mirror As Boolean )Parameters
Name | Type | Description |
Transform | Matrix | Output that describes the transform to apply to the entities derived. |
Mirror | Boolean | Output Boolean that specifies whether the derived part is mirrored. |