yucad3d

CadCmdGetInputPoint

Returns the input point of the command.

void CadCmdGetInputPoint ( YuHandle hDwg, double* pX, double* pY, double* pZ );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
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

None.

See Also