menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
home
/
Rhino.Geometry
/
PlaneFitResult
PlaneFitResult enum
Enumerates all possible outcomes of a Least-Squares plane fitting operation.
Derived Classes:
Namespace:
Rhino.Geometry
PlaneFitResult:
references
keyboard_arrow_down
Values (3)
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.
Nothing found