<Code Lib>
2022 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
)

Return Value bool True if the input BoundingBoxUV is valid for reference plane surfaces, false otherwise.

Loading…