M_Rhino_Geometry_Collections_MeshVertexList_CombineIdentical - mcneel/rhinocommon-api-docs GitHub Wiki
Merges identical vertices.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool CombineIdentical(
bool ignoreNormals,
bool ignoreAdditional
)
VB
Public Function CombineIdentical (
ignoreNormals As Boolean,
ignoreAdditional As Boolean
) As Boolean
- ignoreNormals
- Type: System.Boolean
If true, vertex normals will not be taken into consideration when comparing vertices. - ignoreAdditional
- Type: System.Boolean
If true, texture coordinates, colors, and principal curvatures will not be taken into consideration when comparing vertices.
Type: Boolean
true if the mesh is changed, in which case the mesh will have fewer vertices than before.
Supported in: 6.0.16224.21491, 5D58w