Adds the LINE entity.
procedure AddLine(const Data: TdxfExportData);
Description
The instance of the TdxfExportData type is a parameter of the AddLine procedure. The start and the end points coordinates are passed in by two fields of the TdxfExportData type instance called Point and Point1 accordingly.
Go to CAD VCL Enterprise