Share

DXF2DImportOptions.position Property

Parent Object: DXF2DImportOptions
Defined in namespace "adsk::core" and the header file is <Core/Application/DXF2DImportOptions.h>

Description

Gets and sets the X,Y offset position for the origin of the imported DXF data relative to the sketch origin. This defaults to (0,0) in a newly created DXF2DImportOptions object.

Syntax

"dXF2DImportOptions_var" is a variable referencing a DXF2DImportOptions object.

# Get the value of the property.
propertyValue = dXF2DImportOptions_var.position

# Set the value of the property.
dXF2DImportOptions_var.position = propertyValue

Property Value

This is a read/write property whose value is a Point2D.

Version

Introduced in version November 2015

Was this information helpful?