Click or drag to resize

Mesh2InteriorVerticesIndices Method

Return the indices of interior vertices.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public HashSet<int> InteriorVerticesIndices()

Return Value

Type: HashSetInt32

[Missing <returns> documentation for "M:Karamba.Geometry.Mesh2.InteriorVerticesIndices"]

Implements

IMesh2InteriorVerticesIndices
See Also