MakeDXFPoint function

  Classes Reference > Functional Reference >

MakeDXFPoint function

Previous pageReturn to chapter overviewNext page

Creates a TdxfPoint structure from three coordinates.

Unit

sgConsts

function MakeDXFPoint(const X, Y, Z: Single): TdxfPoint;

Description

Call MakeDXFPoint to create a TdxfPoint that represents the specified coordinates. Use MakeDXFPoint to construct parameters for functions that require a 3D - point, rather than setting up local variables for each parameter.

 

 

Go to CAD VCL Enterprise