Click or drag to resize

IntersectionMeshPlane Method

Overload List
  NameDescription
Public methodStatic memberMeshPlane(Mesh, Plane)
Intersects a mesh with an infinite plane. ZeroTolerance is used as fixed tolerance. We suggest to use the document tolerance multiplied by MeshIntersectionsTolerancesCoefficient instaed.
Public methodStatic memberMeshPlane(Mesh, IEnumerablePlane)
Intersects a mesh with a collection of infinite planes.

ZeroTolerance is used as fixed tolerance.

We suggest to use the document tolerance multiplied by MeshIntersectionsTolerancesCoefficient instaed.

Public methodStatic memberMeshPlane(Mesh, MeshIntersectionCache, Plane, Double)
Intersects a mesh with an infinite plane.

Tolerance can be specified.

We suggest to use the document tolerance multiplied by MeshIntersectionsTolerancesCoefficient.

Public methodStatic memberMeshPlane(Mesh, MeshIntersectionCache, IEnumerablePlane, Double)
Intersects a mesh with a collection of infinite planes, providing both overlaps and perforations.

Tolerance can be specified.

We suggest to use the document tolerance multiplied by MeshIntersectionsTolerancesCoefficient.

Public methodStatic memberMeshPlane(Mesh, MeshIntersectionCache, Plane, Double, Boolean)
Intersects a mesh with an infinite plane.

Tolerance can be specified.

We suggest to use the document tolerance multiplied by MeshIntersectionsTolerancesCoefficient.

Public methodStatic memberMeshPlane(Mesh, MeshIntersectionCache, IEnumerablePlane, Double, Boolean)
Intersects a mesh with a collection of infinite planes.

Tolerance can be specified.

We suggest to use the document tolerance multiplied by MeshIntersectionsTolerancesCoefficient.

Top
See Also