PlaneIsCoplanar Method (Plane) |
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
)
Public Function IsCoplanar (
plane As Plane
) As Boolean
Parameters
- plane
- Type: Rhino.GeometryPlane
The plane to test.
Return Value
Type:
BooleanTrue if this plane is co-planar with the test plane, false otherwise.
See Also