M_Rhino_Geometry_Collections_MeshVertexList_CombineIdentical - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.CombineIdentical Method

Merges identical vertices.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool CombineIdentical(
	bool ignoreNormals,
	bool ignoreAdditional
)

VB

Public Function CombineIdentical ( 
	ignoreNormals As Boolean,
	ignoreAdditional As Boolean
) As Boolean

Parameters

 

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.

Return Value

Type: Boolean
true if the mesh is changed, in which case the mesh will have fewer vertices than before.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️