T_Rhino_Geometry_PlaneFitResult - mcneel/rhinocommon-api-docs GitHub Wiki
Enumerates all possible outcomes of a Least-Squares plane fitting operation.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum PlaneFitResultVB
Public Enumeration PlaneFitResult
| Member name | Value | Description | |
|---|---|---|---|
| Failure | -1 | No plane could be found. | |
| Success | 0 | A plane was successfully fitted. | |
| Inconclusive | 1 | A valid plane was found, but it is an inconclusive result. This might happen with co-linear points for example. |
Supported in: 6.0.16224.21491, 5D58w