Intersection.MeshMeshAccurate Method

IntersectionMeshMeshAccurate Method

Intersects two meshes. Overlaps and near misses are handled.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Polyline[] MeshMeshAccurate(
	Mesh meshA,
	Mesh meshB,
	double tolerance
)
Public Shared Function MeshMeshAccurate ( 
	meshA As Mesh,
	meshB As Mesh,
	tolerance As Double
) As Polyline()

Parameters

meshA
Type: Rhino.GeometryMesh
First mesh for intersection.
meshB
Type: Rhino.GeometryMesh
Second mesh for intersection.
tolerance
Type: SystemDouble
Intersection tolerance.

Return Value

Type: Polyline
An array of intersection polylines.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also