Skip to content

M_Rhino_Geometry_Mesh_Split_2

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Mesh.Split Method (IEnumerable(Mesh))

Split a mesh with a collection of meshes.

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

Syntax

C#

public Mesh[] Split(
	IEnumerable<Mesh> meshes
)

VB

Public Function Split ( 
	meshes As IEnumerable(Of Mesh)
) As Mesh()

Parameters

 

meshes
Type: System.Collections.Generic.IEnumerable(Mesh)
Meshes 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

Clone this wiki locally