M_Rhino_Geometry_Point3d_ArePointsCoplanar - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether a set of points is coplanar within a given tolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool ArePointsCoplanar(
IEnumerable<Point3d> points,
double tolerance
)
VB
Public Shared Function ArePointsCoplanar (
points As IEnumerable(Of Point3d),
tolerance As Double
) As Boolean
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
A list, an array or any enumerable of Point3d. - tolerance
- Type: System.Double
A tolerance value. A default might be RhinoMath.ZeroTolerance.
Type: Boolean
true if points are on the same plane; false otherwise.
Supported in: 6.0.16224.21491, 5D58w