PlaneFitResult Enumeration |
Rhino 5 for Windows
Enumerates all possible outcomes of a Least-Squares plane fitting operation.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic enum PlaneFitResult
Public Enumeration PlaneFitResult
Members
| 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.
|
See Also