M_Rhino_Geometry_Intersect_Intersection_MeshMeshFast - mcneel/rhinocommon-api-docs GitHub Wiki
Quickly intersects two meshes. Overlaps and near misses are ignored.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Line[] MeshMeshFast(
Mesh meshA,
Mesh meshB
)
VB
Public Shared Function MeshMeshFast (
meshA As Mesh,
meshB As Mesh
) As Line()
- meshA
- Type: Rhino.Geometry.Mesh
First mesh for intersection. - meshB
- Type: Rhino.Geometry.Mesh
Second mesh for intersection.
Type: Line[]
An array of intersection line segments.
Supported in: 6.0.16224.21491, 5D58w