TsgDXFExport.AddArc

TsgDXFExport

  Classes Reference > Writing to file > TsgDXFExport > TsgDXFExport Methods >

TsgDXFExport.AddArc

TsgDXFExport

Previous pageReturn to chapter overviewNext page

Adds the ARC entity as CIRCLE entity.

procedure AddArc(const Data: TdxfExportData);

Description

The instance of the TdxfExportData type is a parameter of the AddArc procedure. It contains a coordinates of the circle center in field calls Point, the circle radius in the field Radius and the start and the end angles in degrees in the fields called StartAngle, EndAngle accordingly.

 

 

Go to CAD VCL Enterprise