Share

ImportedDWGComponentDefinition Object

Derived from: ImportedComponentDefinition Object

Description

ImportedDWGComponentDefinition Collection Object.

Methods

Name Description
Copy Method that creates a copy of this ImportedDWGComponentDefinition object.
SetLocation Method that sets the plane and origin to define the location of the imported DWG component.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
DWGReferenceOrigin Read-write property that gets and sets the reference origin for the imported DWG component.
DWGReferenceOriginInLocationPlane Read-write property that gets and sets the position of the imported DWG component origin.
DWGRotationInLocationPlane Read-write property that gets and sets the absolute rotation angle of the imported DWG component in LocationPlane space.
FullFileName Read-only property that returns the full filename of the source file.
ImportDWGBodyStyle Read-write property determines how solid and surface bodies are handled on import.
LocationOrigin Read-write property that gets and sets the object indicating the position for the origin of the imported DWG component.
LocationPlane Read-write property that gets and sets the location plane for the imported DWG component.
Parent Gets the parent object from whom this object can logically be reached.
Transformation Read-write property that gets and sets the translation and rotation of the imported DWG in part space.
Type Gets the constant that indicates the type of this object.

Accessed From

ImportedDWGComponentDefinition.Copy

Samples

Name Description
Associatively import AutoCAD This sample demonstrates how to import AutoCAD associatively.
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.

Version

Introduced in version 2016

Was this information helpful?