TsgDXFExport.AddCircle

TsgDXFExport

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

TsgDXFExport.AddCircle

TsgDXFExport

Previous pageReturn to chapter overviewNext page

Adds the CIRCLE entity.

procedure AddCircle(const Data: TdxfExportData);

Description

The instance of the TdxfExportData type is a parameter of the AddCircle procedure. It contains a coordinates of the circle center in field calls Point and the circle radius in the field Radius.

 

 

Go to CAD VCL Enterprise