RhinoCommon API
IntersectionMeshMeshAccurate Method |
Intersects two meshes. Overlaps and near misses are handled.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)

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: PolylineAn array of intersection polylines.

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