M_Rhino_Geometry_Intersect_Intersection_MeshMeshFast - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.MeshMeshFast Method

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

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

Syntax

C#

public static Line[] MeshMeshFast(
	Mesh meshA,
	Mesh meshB
)

VB

Public Shared Function MeshMeshFast ( 
	meshA As Mesh,
	meshB As Mesh
) As Line()

Parameters

 

meshA
Type: Rhino.Geometry.Mesh
First mesh for intersection.
meshB
Type: Rhino.Geometry.Mesh
Second mesh for intersection.

Return Value

Type: Line[]
An array of intersection line segments.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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