M_Rhino_Geometry_Point3d_ArePointsCoplanar - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d.ArePointsCoplanar Method

Determines whether a set of points is coplanar within a given tolerance.

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

Syntax

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

Parameters

 

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.

Return Value

Type: Boolean
true if points are on the same plane; false otherwise.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️