Intersection.MeshMeshFast Method

IntersectionMeshMeshFast Method

Quickly intersects two meshes. Overlaps and near misses are ignored.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Line
An array of intersection line segments.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also