HEADER <cstSectionHeader>

<< Click to Display Table of Contents >>

Navigation:  Concepts > CAD Drawing Database XML Structure > <cadsofttools> > Drawing <cstConverter> >

HEADER <cstSectionHeader>

The element contains information about the HEADER section of the drawing file. The HEADER section contains settings of variables associated with the drawing.

The HEADER section has no Handle attribute.

Attributes of <cstSectionHeader>

Attribute

Description

ACADVer

The AutoCAD drawing database version number:

AC1006 = R10

AC1009 = R11 and R12

AC1012 = R13

AC1014 = R14

AC1015 = AutoCAD 2000

AC1018 = AutoCAD 2004

AC1021 = AutoCAD 2007

AC1024 = AutoCAD 2010

AC1027 = AutoCAD 2013

AttributeMode

 

CEColor

Current entity color number.

CELTScale

Current entity linetype scale.

CELType

Entity linetype name, or BYBLOCK or BYLAYER.

CELWeight

Lineweight of new objects.

CLayer

Current layer name.

DimAlt

Specifies whether an alternate unit dimensioning performed (True or False).

DimAltF

Alternate unit scale factor.

DimAPost

Alternate dimensioning suffix.

DimAsz

Dimensioning arrow size.

DimCen

Size of center mark/lines.

DimClrD

Dimension line color.

DimClrE

Dimension extension line color.

DimClrT

Dimension text color.

DimDec

Number of decimal places for the tolerance values of a primary units dimension.

DimExe

Extension line extension.

DimExo

Extension line offset.

DimGap

Dimension line gap.

DimLFac

Linear measurements scale factor.

DimLwD

Dimension line lineweight:

-3 = Standard

-2 = ByLayer

-1 = ByBlock

0-211 = an integer representing 100th of mm

DimLwE

Extension line lineweight:

-3 = Standard

-2 = ByLayer

-1 = ByBlock

0-211 = an integer representing 100th of mm

DimPost

General dimensioning suffix.

DimSah

Specifies whether to use separate arrow blocks (True or False).

DimSD1

Suppression of first extension line: False = Not suppressed; True = Suppressed.

DimSD2

Suppression of second extension line: False = Not suppressed; True = Suppressed.

DimSE1

Specifies whether first extension line is suppressed: False = Not suppressed; True = Suppressed.

DimSE2

Specifies whether second extension line is suppressed: False = Not suppressed; True = Suppressed.

DimScale

Overall dimensioning scale factor.

DimStyle

Dimension style name.

DimTad

Text above dimension line if nonzero.

DimTih

Text inside horizontal if True.

DimTix

Force text inside extensions if nonzero

DimToh

Text outside horizontal if True.

DimTxt

Dimensioning text height.

CodePage

Drawing code page.

ExtMax

X, Y, and Z drawing extents upper-right corner (in WCS).

ExtMin

X, Y, and Z drawing extents lower-left corner (in WCS).

FilletRadius

Fillet radius.

InsBase

Insertion base (in WCS).

InsUnits

Default drawing units for blocks:

0 = Unitless; 1 = Inches; 2 = Feet; 3 = Miles; 4 = Millimeters; 5 = Centimeters; 6 = Meters; 7 = Kilometers;

8 = Microinches; 9 = Mils; 10 = Yards; 11 = Angstroms; 12 = Nanometers; 13 = Microns; 14 = Decimeters;

15 = Decameters; 16 = Hectometers; 17 = Gigameters; 18 = Astronomical units; 19 = Light years; 20 = Parsecs

LScale

Global linetype scale.

Measurement

Drawing units: 0 = English; 1 = Metric

PointDisplayMode

Point display mode.

PointDisplaySize

Point display size.

TextSize

Default text height.

TileMode

1 for previous release compatibility mode; 0 otherwise.

UCSORG

Origin of current UCS (in WCS)

UCSXDir

Direction of the current UCS X axis (in WCS).

UCSYDir

Direction of the current UCS Y axis (in WCS).

 

Parent element

<cstConverter>

Go to CADEditorX