ImportedDWGComponent.ModelSpaceDefinition Property
Parent Object: ImportedDWGComponentDescription
Read-only property that returns the DWGModelSpaceDefinition object.
Syntax
ImportedDWGComponent.ModelSpaceDefinition() As DWGBlockDefinitionProperty Value
This is a read only property whose value is a DWGBlockDefinition.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. |