|
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)
Syntaxprotected Dictionary<int, List<int>> vert_to_face_inds_
Protected vert_to_face_inds_ As Dictionary(Of Integer, List(Of Integer))
protected:
Dictionary<int, List<int>^>^ vert_to_face_inds_
val mutable vert_to_face_inds_: Dictionary<int, List<int>>
Field Value
Type:
DictionaryInt32,
ListInt32
See Also