M_Rhino_Geometry_BoundingBox_MakeValid - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.MakeValid Method

Ensures that the box is defined in an increasing fashion along X, Y and Z axes. If the Min or Max points are unset, this function will not change the box.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool MakeValid()

VB

Public Function MakeValid As Boolean

Return Value

Type: Boolean
true if the box was made valid, false if the box could not be made valid.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️