Click or drag to resize

IntersectionMeshPlane Method (Mesh, Plane)

Intersects a mesh with an infinite plane.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Polyline[] MeshPlane(
	Mesh mesh,
	Plane plane
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to intersect.
plane
Type: Rhino.GeometryPlane
Plane to intersect with.

Return Value

Type: Polyline
An array of polylines describing the intersection loops, or null if no intersections could be found.
See Also