RhinoCommon API
PlaneFitPlaneToPoints Method (IEnumerablePoint3d, Plane) |
Fit a plane through a collection of points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static PlaneFitResult FitPlaneToPoints( IEnumerable<Point3d> points, out Plane plane )
Public Shared Function FitPlaneToPoints ( points As IEnumerable(Of Point3d), <OutAttribute> ByRef plane As Plane ) As PlaneFitResult
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Points to fit to. - plane
- Type: Rhino.GeometryPlane
Resulting plane.
Return Value
Type: PlaneFitResultA value indicating the result of the operation.
