ViewCropRegionShapeManager.IsCropRegionShapeValid
Description:
Verifies that boundary represents one closed curve loop without self-intersections, consisting of non-zero length straight lines in a plane parallel to the view plane.
Verifies that boundary represents one closed curve loop without self-intersections, consisting of non-zero length straight lines in a plane parallel to the view plane.
Remarks:
Curves in boundary use model coordinates.
Curves in boundary use model coordinates.
public bool IsCropRegionShapeValid(
CurveLoop boundary
)
-
boundaryThe crop boundary.
Return Value
bool
True if the passed crop boundary represents one closed curve loop without self-intersections,
consisting of non-zero length straight lines in a plane parallel to the view plane.
-
A non-optional argument was NULL