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