IntersectionMeshMeshAccurate Method |
Intersects two meshes. Overlaps and near misses are handled.
Namespace:
Rhino.Geometry.Intersect
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also