Click or drag to resize

Meshvert_to_face_inds_ Field

mapping from vertex index to neighboring face indexes.

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected Dictionary<int, List<int>> vert_to_face_inds_

Field Value

Type: DictionaryInt32, ListInt32
See Also