Adds the ELLIPSE entity.
procedure AddEllipse(const Data: TdxfExportData);
Description
The instance of the TdxfExportData type is a parameter of the AddEllipse procedure. It contains a coordinates of the center point in the Point field, endpoint of major axis in the Point1 field, ratio of minor axis to major axis in the Radius field and the start and the end angles in degrees in the fields called StartAngle, EndAngle accordingly.
Go to CAD VCL Enterprise