TsgDXFExport.AddPolyLine

TsgDXFExport                        

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

TsgDXFExport.AddPolyLine

TsgDXFExport                        

Previous pageReturn to chapter overviewNext page

procedure AddPolyLine(const AData: TdxfExportData; AIndex: Integer);

Description

Procedure AddPolyLine adds polyline as LWPOLYLINE entity.

The instance of the TdxfExportData type is one of the AddPolyLine procedure parameters. It contains a pointer to array of TexpPoint values in field called Points, number of values in Points array in field called Count and the flag, which equals nonzero, if polyline is closed in field called Flags.

AIndex parameter (usually equals zero) is an index of a points list in the list called Points in the TdxfExportData type instance. This program construction is applied for compatibility support with hatch entity.

 

 

Go to CAD VCL Enterprise