Skip to content

M_Rhino_Geometry_Mesh_Split_1

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

Mesh.Split Method (Plane)

Split a mesh by an infinite plane.

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

Syntax

C#

public Mesh[] Split(
	Plane plane
)

VB

Public Function Split ( 
	plane As Plane
) As Mesh()

Parameters

 

plane
Type: Rhino.Geometry.Plane
The splitting plane.

Return Value

Type: Mesh[]
A new mesh array with the split result. This can be null if no result was found.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Split Overload
Rhino.Geometry Namespace

Clone this wiki locally