RhinoCommon API
IntersectionMeshPlane Method (Mesh, Plane) |
Intersects a mesh with an (infinite) plane.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Polyline[] MeshPlane( Mesh mesh, Plane plane )
Public Shared Function MeshPlane ( mesh As Mesh, plane As Plane ) As Polyline()
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to intersect. - plane
- Type: Rhino.GeometryPlane
Plane to intersect with.
Return Value
Type: PolylineAn array of polylines describing the intersection loops or null (Nothing in Visual Basic) if no intersections could be found.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8