IntersectionMeshMeshFast Method |
Quickly intersects two meshes. Overlaps and near misses are ignored.
Namespace:
Rhino.Geometry.Intersect
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Line[] MeshMeshFast(
Mesh meshA,
Mesh meshB
)
Public Shared Function MeshMeshFast (
meshA As Mesh,
meshB As Mesh
) As Line()
Parameters
- meshA
- Type: Rhino.GeometryMesh
First mesh for intersection. - meshB
- Type: Rhino.GeometryMesh
Second mesh for intersection.
Return Value
Type:
LineAn array of intersection line segments.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also