MakeDXFPoint function
Creates a TdxfPoint structure from three coordinates.
Unit
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