BoundaryValidation.IsValidHorizontalBoundary
Description:
Identifies whether the given curve loops compose a valid horizontal boundary.
Identifies whether the given curve loops compose a valid horizontal boundary.
Remarks:
The curve loops are valid if projections of the loops onto a horizontal(XY) plane do not intersect each other; each curve loop is closed; input curves do not contain any helical curve; and each loop is planar and lies on a plane parallel to the horizontal(XY) plane, but not necessarily the same plane.
The curve loops are valid if projections of the loops onto a horizontal(XY) plane do not intersect each other; each curve loop is closed; input curves do not contain any helical curve; and each loop is planar and lies on a plane parallel to the horizontal(XY) plane, but not necessarily the same plane.
public static bool IsValidHorizontalBoundary(
IList<CurveLoop> curveLoops
)
-
A non-optional argument was null