M_Rhino_Geometry_Mesh_Split - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.Split Method (Mesh)

Split a mesh with another mesh.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Mesh[] Split(
	Mesh mesh
)

VB

Public Function Split ( 
	mesh As Mesh
) As Mesh()

Parameters

 

mesh
Type: Rhino.Geometry.Mesh
Mesh to split with.

Return Value

Type: Mesh[]
An array of mesh segments representing the split result.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Split Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️