Mesh.Split Method

MeshSplit Method

Overload List
  NameDescription
Public methodSplit(Mesh)
Split a mesh with another mesh. Suggestion: upgrade to overload with tolerance.
Public methodSplit(IEnumerableMesh)
Split a mesh with a collection of meshes. Suggestion: upgrade to overload with tolerance. Does not split at coplanar intersections.
Public methodSplit(Plane)
Split a mesh by an infinite plane.
Public methodSplit(IEnumerableMesh, Double, Boolean, TextLog, CancellationToken, IProgressDouble)
Split a mesh with a collection of meshes.
Public methodSplit(IEnumerableMesh, Double, Boolean, Boolean, TextLog, CancellationToken, IProgressDouble)
Split a mesh with a collection of meshes.
Top
See Also