Click or drag to resize

MeshSplitNon2Manifolds Method (TextLog, CancellationToken, IProgressDouble)

Split a mesh where at non-2 manifolds boundaries.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Mesh[] SplitNon2Manifolds(
	TextLog textLog,
	CancellationToken cancel,
	IProgress<double> progress
)

Parameters

textLog
Type: Rhino.FileIOTextLog
A text log to write onto.
cancel
Type: System.ThreadingCancellationToken
A cancellation token.
progress
Type: SystemIProgressDouble
A progress reporter item. This can be null.

Return Value

Type: Mesh
An array of mesh parts representing the split result, or null: when no mesh split, or if a cancel stopped the computation.
See Also