AddPolyBezier
Description
This method adds the POLYBEIZER entity.
| Parameter | Type | Description |
|---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddPolyBezier procedure. It contains a pointer to array of the TexpPoint values in the Points field, number of values in the Points array in the Count field for the SPLINE entity. |
Syntax
procedure AddPolyBezier(const Data: TdxfExportData);