M_Rhino_Geometry_Mesh_Unweld - mcneel/rhinocommon-api-docs GitHub Wiki
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.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void Unweld(
double angleToleranceRadians,
bool modifyNormals
)
VB
Public Sub Unweld (
angleToleranceRadians As Double,
modifyNormals As Boolean
)
- angleToleranceRadians
- Type: System.Double
Angle at which to make unique vertices. - modifyNormals
- Type: System.Boolean
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)
Supported in: 6.0.16224.21491, 5D58w