M_Rhino_Geometry_Intersect_Intersection_MeshMeshAccurate - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects two meshes. Overlaps and near misses are handled.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Polyline[] MeshMeshAccurate(
Mesh meshA,
Mesh meshB,
double tolerance
)
VB
Public Shared Function MeshMeshAccurate (
meshA As Mesh,
meshB As Mesh,
tolerance As Double
) As Polyline()
- meshA
- Type: Rhino.Geometry.Mesh
First mesh for intersection. - meshB
- Type: Rhino.Geometry.Mesh
Second mesh for intersection. - tolerance
- Type: System.Double
Intersection tolerance.
Type: Polyline[]
An array of intersection polylines.
Supported in: 6.0.16224.21491, 5D58w