MeshSelfSplit Method (Double) |
Split a mesh with itself.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Mesh[] SelfSplit(
double tolerance
)
Public Function SelfSplit (
tolerance As Double
) As Mesh()
Parameters
- tolerance
- Type: SystemDouble
A value for intersection tolerance.
WARNING! Correct values are typically in the (10e-8 - 10e-4) range.
An option is to use the document tolerance diminished by a few orders or magnitude.
Return Value
Type:
MeshA new mesh array with the split result. This can be null if no result was found.
See Also