Click or drag to resize

MeshSplit Method (IEnumerableMesh)

Split a mesh with a collection of meshes. Suggestion: upgrade to overload with tolerance. Does not split at coplanar intersections.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Mesh[] Split(
	IEnumerable<Mesh> meshes
)

Parameters

meshes
Type: System.Collections.GenericIEnumerableMesh
Meshes to split with.

Return Value

Type: Mesh
An array of mesh segments representing the split result.
See Also