MakeFPoint function

  Classes Reference > Functional Reference >

MakeFPoint function

Previous pageReturn to chapter overviewNext page

Creates a TFPoint structure from thee coordinates.

Unit

sgConsts

function MakeFPoint(X, Y, Z: TsgFloat): TFPoint;

Description

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

Go to CAD VCL Enterprise