DirectShape.IsValidReferencePlaneBoundingBoxUV
Method
Description:
Validates that the input BoundingBoxUV is suitable for bounding a reference plane surface. The input BoundingBoxUV must be set and not degenerate.
Validates that the input BoundingBoxUV is suitable for bounding a reference plane surface. The input BoundingBoxUV must be set and not degenerate.
Parameters
| Parameter | Type | Description |
|---|---|---|
| boundingBoxUV | BoundingBoxUV | The reference plane BoundingBoxUV to test. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the input BoundingBoxUV is valid for reference plane surfaces, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |