MeshSplit Method |
| Name | Description | |
|---|---|---|
| Split(IEnumerableMesh) |
Split a mesh with a collection of meshes. Suggestion: upgrade to overload with tolerance.
Does not split at coplanar intersections.
| |
| Split(Mesh) |
Split a mesh with another mesh. Suggestion: upgrade to overload with tolerance.
| |
| Split(Plane) |
Split a mesh by an infinite plane.
| |
| Split(IEnumerableMesh, Double, Boolean, TextLog, CancellationToken, IProgressDouble) |
Split a mesh with a collection of meshes.
| |
| Split(IEnumerableMesh, Double, Boolean, Boolean, TextLog, CancellationToken, IProgressDouble) |
Split a mesh with a collection of meshes.
|