AC_LayerInfo
Data Fields
- char
- layerName [400]
- char
- unitString [400]
- int
- option
- double
- height2dAboveGroundPlane
- double
- height2dGroundPlane
- int
- askNoMore
Detailed Description
Input for the CALLBACK_AC_CONVERTER callback for gathering settings of how to convert found 2D objects during conversion of AutoCAD files (dwg, dxf).
Field Documentation
- layerName
-
- char AC_LayerInfo::layerName[400]
- Name of the AutoCAD layer (for display only).
- unitString
-
- char AC_LayerInfo::unitString[400]
- Current measurement unit (for display only).
- option
-
- int AC_LayerInfo::option
- Conversion option.
- 0 = Set height of all 2D objects.
- 1 = Ignore all 2D objects.
- height2dAboveGroundPlane
-
- double AC_LayerInfo::height2dAboveGroundPlane
- Set height of 2D object relative to ground.
- height2dGroundPlane
-
- double AC_LayerInfo::height2dGroundPlane
- Set height of ground plane.
- askNoMore
-
- int AC_LayerInfo::askNoMore
- If set to a value not equal to 0, the settings are applied for all subsequent layers.
The documentation was generated from the following file:
- source.eng/Interface/EngineConvert.h