M_Rhino_Geometry_Intersect_Intersection_MeshPlane - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a mesh with an (infinite) plane.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Polyline[] MeshPlane(
Mesh mesh,
Plane plane
)
VB
Public Shared Function MeshPlane (
mesh As Mesh,
plane As Plane
) As Polyline()
- mesh
- Type: Rhino.Geometry.Mesh
Mesh to intersect. - plane
- Type: Rhino.Geometry.Plane
Plane to intersect with.
Type: Polyline[]
An array of polylines describing the intersection loops or null (Nothing in Visual Basic) if no intersections could be found.
Supported in: 6.0.16224.21491, 5D58w
Intersection Class
MeshPlane Overload
Rhino.Geometry.Intersect Namespace