TsgDXFDimension.Flags

TsgDXFDimension

  Classes Reference > CAD Database structure > Entities > TsgDXFDimension > TsgDXFDimension Properties >

TsgDXFDimension.Flags

TsgDXFDimension

Previous pageReturn to chapter overviewNext page

Sets or gets a dimension type byte.

property Flags: Byte;

Description

Sets or gets a dimension type byte.

Dimension type.

Values 0-6 are integer values that represent the dimension type. Values 32, 64, and 128 are bit values, which are added to the integer values (value 32 is always set in R13 and later releases).

Type

Meaning

0

Rotated, horizontal, or vertical

1

Aligned

2

Angular

3

Diameter

4

Radius

5

Angular 3 point

6

Ordinate

32

Indicates that the block reference (group code 2) is referenced by this dimension only.

64

Ordinate type. This is a bit value (bit 7) used only with integer value 6. If set, ordinate is X-type; if not set, ordinate is Y-type.

128

This is a bit value (bit 8) added to the other group 70 values if the dimension text has been positioned at a user-defined location rather than at the default location.

 

 

Go to CAD VCL Enterprise