TsgHeadVarStruct type

  Classes Reference > CAD Database structure > Types >

TsgHeadVarStruct type

Previous pageReturn to chapter overviewNext page

Unit

DXFConv

 

type

PsgHeadVarStruct = ^TsgHeadVarStruct;

TsgHeadVarStruct = record
CEColor: TsgColorCAD;
CLayer: string;
CELType: string;
CELTScale: Double;
CELWeight: Double;
CodePage: Integer;
DimStyle: string;
DimTextStyle: string;
DimProps: TsgDimStyle;
ExtMim: TFPoint;
ExtMax: TFPoint;
TextStyle: string;
FilletRadius: Double;
InsUnits: Integer;
LTScale: Double;
Measurement: Boolean;
PointDisplayMode: Integer;
PointDisplaySize: Double;
TextSize: Double;
TileMode: Integer;
UCSORG: TFPoint;
UCSXDir: TFPoint;
UCSYDir: TFPoint;
Version: Byte;
InsBase: TFPoint;
AttMode: TsgAttributeMode;
XClipFrame: Byte;

end;

   

 

Description

Defines structure which contains some system variables.

PointDisplayMode - defines the appearance of existing TsgDXFPoint class objects. Set 0 to make TsgDXFPoint class objects visible. Set 0 to make TsgDXFPoint class objects invisible.

PointDisplaySize - defines size of the point icon specifies by PointDisplayMode (will be implemented in future versions).

 

 

Go to CAD VCL Enterprise