TsgArc type

  Classes Reference > CAD Database structure > Types >

TsgArc type

Previous pageReturn to chapter overviewNext page

Specifies an arc.

Unit

DXFConv

 

type

  PsgArc = ^TsgArc;

  TsgArc = record

    Rect: TFRect;

    Center, Point1, Point2: TFPoint;

    Ang1, Ang2, Rx, Ry: Double;

    Valid: Boolean;

  end;

 

Rect – bounding rectangle

Center – center point

Point1 – start point

Point2 – end point

Ang1 – end angle

Ang2 – start angle

Rx – X axis radius

Ry – Y axis radius

Valid – defines whether or not rectangle is valid

True – rectangle is valid

False – rectangle is invalid

Description

Specifies an arc.

Go to CAD VCL Enterprise