<Code Lib>
2025 Method
Changes 2
M

DirectShapeType.IsValidReferencePlaneBoundingBoxUV

Description:
Validates that the input BoundingBoxUV is suitable for bounding a reference plane surface. The input BoundingBoxUV must be set and not degenerate.

public static bool IsValidReferencePlaneBoundingBoxUV(
	BoundingBoxUV boundingBoxUV
)

  • boundingBoxUV
    The reference plane BoundingBoxUV to test.
Return Value Boolean True if the input BoundingBoxUV is valid for reference plane surfaces, false otherwise.

Loading…