PlaneFitResult Enumeration |
Namespace: Rhino.Geometry
| 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. |