TsgDXFExport.AddPolyBezier

TsgDXFExport                        

  Classes Reference > Writing to file > TsgDXFExport > TsgDXFExport Methods >

TsgDXFExport.AddPolyBezier

TsgDXFExport                        

Previous pageReturn to chapter overviewNext page

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