M_Rhino_Geometry_Intersect_Intersection_MeshPlane - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.MeshPlane Method (Mesh, Plane)

Intersects a mesh with an (infinite) plane.

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

Syntax

C#

public static Polyline[] MeshPlane(
	Mesh mesh,
	Plane plane
)

VB

Public Shared Function MeshPlane ( 
	mesh As Mesh,
	plane As Plane
) As Polyline()

Parameters

 

mesh
Type: Rhino.Geometry.Mesh
Mesh to intersect.
plane
Type: Rhino.Geometry.Plane
Plane to intersect with.

Return Value

Type: Polyline[]
An array of polylines describing the intersection loops or null (Nothing in Visual Basic) if no intersections could be found.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
MeshPlane Overload
Rhino.Geometry.Intersect Namespace

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