ImportedDWGComponentDefinition.Transformation Property
Parent Object: ImportedDWGComponentDefinitionDescription
Read-write property that gets and sets the translation and rotation of the imported DWG in part space.
Syntax
ImportedDWGComponentDefinition.Transformation() As MatrixProperty Value
This is a read/write property whose value is a Matrix.Samples
Name | Description |
ImportedDWGComponent Creation | This sample demonstrates how to create an imported DWG component into Inventor part document, and project the DWG entities onto Inventor planar sketch. |