Options which may be supplied when opening a AutoCAD file.
centerArtwork:Boolean
To center the created artwork on the artboard (default: true)
Implementation public function get centerArtwork():Boolean
public function set centerArtwork(value:Boolean):void
globalScaleOption:AutoCADGlobalScaleOption
How to scale the AutoCAD drawing on import (default: Fit Artboard)
Implementation public function get globalScaleOption():AutoCADGlobalScaleOption
public function set globalScaleOption(value:AutoCADGlobalScaleOption ):void
globalScalePercent:Number
Percentage scaling to apply globally on the AutoCAD drawing (default: 1.0)
Implementation public function get globalScalePercent():Number
public function set globalScalePercent(value:Number):void
mergeLayers:Boolean
To merge the layers of the artwork (default: false)
Implementation public function get mergeLayers():Boolean
public function set mergeLayers(value:Boolean):void
scaleLineweights:Boolean
To scale lineweights by the same amount as rest of the drawing (default: false)
Implementation public function get scaleLineweights():Boolean
public function set scaleLineweights(value:Boolean):void
selectedLayoutName:String
Name of layout in the AutoCAD drawing to import.
Implementation public function get selectedLayoutName():String
public function set selectedLayoutName(value:String):void
unit:AutoCADUnit
Units to which to map (default: Millimeters)
Implementation public function get unit():AutoCADUnit
public function set unit(value:AutoCADUnit ):void
unitScaleRatio:Number
Ratio by which to scale while mapping the units (default: 1.0)
Implementation public function get unitScaleRatio():Number
public function set unitScaleRatio(value:Number):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z