Skip to content

T_Rhino_Geometry_PlaneFitResult

Will Pearson edited this page Aug 12, 2016 · 2 revisions

PlaneFitResult Enumeration

Enumerates all possible outcomes of a Least-Squares plane fitting operation.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum PlaneFitResult

VB

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

Clone this wiki locally