Adds the POLYBEIZER entity.
procedure AddPolyBezier(const Data: TdxfExportData);
Description
The instance of the TdxfExportData type is a parameter of the AddPolyBezier procedure. It contains a pointer to array of TexpPoint values in field called Points, number of values in Points array in field called Count for the SPLINE entity.
Go to CAD VCL Enterprise