| 
            
              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)
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