Grasshopper API
GH_FormatFormatBoundingBoxValidity Method |
If the box is invalid, return a string describing why.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static string FormatBoundingBoxValidity( BoundingBox val, string identifier = "Bounding Box" )
Public Shared Function FormatBoundingBoxValidity ( val As BoundingBox, Optional identifier As String = "Bounding Box" ) As String
Parameters
- val
- Type: BoundingBox
Value to format. - identifier (Optional)
- Type: SystemString
Name used to refer to the value in the format.
Return Value
Type: StringA string describing why the box is invalid or String.Empty if the value is not invalid.
