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: 1.0.0.0 (1.0.0.0)
Syntax
protected Dictionary<int, List<int>> vert_to_face_inds_

Field Value

Type: DictionaryInt32, ListInt32
See Also