RhinoCommon API
MeshVertexListCombineIdentical Method |
Merges identical vertices.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool CombineIdentical( bool ignoreNormals, bool ignoreAdditional )
Public Function CombineIdentical ( ignoreNormals As Boolean, ignoreAdditional As Boolean ) As Boolean
Parameters
- ignoreNormals
- Type: SystemBoolean
If true, vertex normals will not be taken into consideration when comparing vertices. - ignoreAdditional
- Type: SystemBoolean
If true, texture coordinates, colors, and principal curvatures will not be taken into consideration when comparing vertices.
Return Value
Type: Booleantrue if the mesh is changed, in which case the mesh will have fewer vertices than before.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8