M_Rhino_Geometry_Intersect_Intersection_MeshMeshAccurate - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.MeshMeshAccurate Method

Intersects two meshes. Overlaps and near misses are handled.

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

Syntax

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()

Parameters

 

meshA
Type: Rhino.Geometry.Mesh
First mesh for intersection.
meshB
Type: Rhino.Geometry.Mesh
Second mesh for intersection.
tolerance
Type: System.Double
Intersection tolerance.

Return Value

Type: Polyline[]
An array of intersection polylines.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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