CadSetCmdPoint
Inject a command point programmatically (Vecad CadSetCmdPoint): feeds (X,Y) to the active command as if the user clicked there.
void CadSetCmdPoint (
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
None.
Remarks
Z ignored (2D).