yucad3d

CadAddPoint

Creates a new point and returns its handle.

YuHandle CadAddPoint ( YuHandle hDwg, double X, double Y, double Z );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
X (double)
World coordinate.
Y (double)
World coordinate.
Z (double)
World coordinate.

Return Value

The handle of the newly created point, or 0 on failure.

See Also