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
Syntaxpublic Mesh[] SplitNon2Manifolds(
TextLog textLog,
CancellationToken cancel,
IProgress<double> progress
)
Public Function SplitNon2Manifolds (
textLog As TextLog,
cancel As CancellationToken,
progress As IProgress(Of Double)
) As Mesh()
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:
MeshAn array of mesh parts representing the split result, or null: when no mesh split, or if a cancel stopped the computation.
See Also