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

public static string FormatCircleValidity( Circle val, string identifier = "Circle" )
Public Shared Function FormatCircleValidity ( val As Circle, Optional identifier As String = "Circle" ) As String
Parameters
- val
- Type: Circle
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 circle is invalid or String.Empty if the value is not invalid.
