GetPointsList

  Examples > Access to Entities > Delphi > Functions >

GetPointsList

Previous pageReturn to chapter overviewNext page

The GetPointsList procedure converts the PFPoint-list in the PPoint-list with converting CAD units to display pixels.

 

Syntax

 

procedure GetPointsList(

SingPoints,

IntPts: TList);

 

 

Parameters

 

SingPts

List of the PFPoint points (pointers to TFPoint structures) for conversion.

IntPts

List of the PPoint-points with Count=0 for writing converted points. This list should be created and deleted in the procedure that calls the GetPointsList procedure.

 

 

See Also

DoLines  | Error  | GetPoint  | GetSpline


© 2003-2024 CADSoftTools

 

Go to CAD DLL