IntersectionMeshPlane Method (Mesh, Plane) |
Intersects a mesh with an (infinite) plane.
Namespace:
Rhino.Geometry.Intersect
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also