MakeFPoint function
Creates a TFPoint structure from thee coordinates.
Unit
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