yucad3d

CadCmdGetPoint

Returns the point of the command.

std::int32_t CadCmdGetPoint ( YuHandle hDwg, std::int32_t iPoint, double* pX, double* pY, double* pZ );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
iPoint (std::int32_t)
Integer value.
pX (double*)
Receives the coordinate (caller-supplied double*).
pY (double*)
Receives the coordinate (caller-supplied double*).
pZ (double*)
Receives the coordinate (caller-supplied double*).

Return Value

The point.

See Also