yucad3d

CadEntityExtend

Extend target hEnt to the nearest boundary edge; the end nearest (x,y) is the one that grows.

std::int32_t CadEntityExtend ( YuHandle hEnt, double x, double y );

Parameters

hEnt (YuHandle)
Handle to the entity.
x (double)
Cursor position in client-area pixels.
y (double)
Cursor position in client-area pixels.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

Remarks

Line/Arc targets.

See Also