Rhino 5 for Windows
Makes sure that faces sharing an edge and having a difference of normal greater
than or equal to angleToleranceRadians have unique vertexes along that edge,
adding vertices if necessary.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic void Unweld(
double angleToleranceRadians,
bool modifyNormals
)
Public Sub Unweld (
angleToleranceRadians As Double,
modifyNormals As Boolean
)
Parameters
- angleToleranceRadians
- Type: SystemDouble
Angle at which to make unique vertices. - modifyNormals
- Type: SystemBoolean
Determines whether new vertex normals will have the same vertex normal as the original (false)
or vertex normals made from the corrsponding face normals (true)
See Also