ViewCropRegionShapeManager.IsCropRegionShapeValid
Method
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.
Parameters
| Parameter | Type | Description |
|---|---|---|
| boundary | CurveLoop | The crop boundary. |
Return Value
| Type | Description |
|---|---|
| Boolean | 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. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |