CadAddEdge
Register hEnt as a cutting/boundary edge for the next Trim/Extend.
std::int32_t CadAddEdge (
YuHandle hDwg,
YuHandle hEnt
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hEnt (YuHandle)
- Handle to the entity.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.