yucad3d

CadAddBoundary

Vecad CadAddBoundary — boundary Polyline from existing objects that form an enclosed area around (X,Y).

YuHandle CadAddBoundary ( 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

Handle of the created boundary polyline, or 0 if the point is not enclosed.

Remarks

See docs/algorithms/boundary_loops_math.md.

See Also