RhinoCommon API
IntersectionMeshMeshFast Method |
Quickly intersects two meshes. Overlaps and near misses are ignored.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Line[] MeshMeshFast( Mesh meshA, Mesh meshB )
Public Shared Function MeshMeshFast ( meshA As Mesh, meshB As Mesh ) As Line()
Parameters
- meshA
- Type: Rhino.GeometryMesh
First mesh for intersection. - meshB
- Type: Rhino.GeometryMesh
Second mesh for intersection.
Return Value
Type: LineAn array of intersection line segments.

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