Adds the SOLID entity.
procedure AddSolid(var Data: TdxfExportData);
Description
The instance of the TdxfExportData type is a parameter of the AddSolid procedure. The coordinates of vertices are passed in by four fields of the TdxfExportData type instance called Point, Point1, Point2 and Point4. If only three corners are entered to define the SOLID, then the fourth corner coordinate is the same as the third.
AddSolid procedure adds a rectangle as LWPOLYLINE entity with 4 points
Go to CAD VCL Enterprise