Class MeshIndexUtil
  
  Utility functions for manipulating sets/lists of mesh indices
 
  
  
    Inheritance
    
    MeshIndexUtil
   
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public static class MeshIndexUtil
   
  Methods
  
  
  
  
  MapEdgesViaVertexMap(IIndexMap, DMesh3, DMesh3, List<Int32>)
  given list of edges of MeshA, and vertex map from A to B, map to list of edges on B
 
  
  Declaration
  
    public static List<int> MapEdgesViaVertexMap(IIndexMap AtoBV, DMesh3 MeshA, DMesh3 MeshB, List<int> edges)
   
  Parameters
  
  Returns
  
  
  
  
  MapLoopViaVertexMap(IIndexMap, DMesh3, DMesh3, EdgeLoop)
  given EdgeLoop on MeshA, and vertex map from A to B, map to EdgeLoop on B
 
  
  Declaration
  
    public static EdgeLoop MapLoopViaVertexMap(IIndexMap AtoBV, DMesh3 MeshA, DMesh3 MeshB, EdgeLoop loopIn)
   
  Parameters
  
  Returns