Click or drag to resize

PlaneIsCoplanar Method (Plane, Double)

Test if this plane is co-planar with a another plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool IsCoplanar(
	Plane plane,
	double tolerance
)

Parameters

plane
Type: Rhino.GeometryPlane
The plane to test.
tolerance
Type: SystemDouble
Testing tolerance.

Return Value

Type: Boolean
True if this plane is co-planar with the test plane, false otherwise.
See Also