Search Results for

    Show / Hide Table of Contents

    Class MeshIndexUtil

    Utility functions for manipulating sets/lists of mesh indices

    Inheritance
    Object
    MeshIndexUtil
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Type Name Description
    IIndexMap AtoBV
    DMesh3 MeshA
    DMesh3 MeshB
    List<Int32> edges
    Returns
    Type Description
    List<Int32>

    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
    Type Name Description
    IIndexMap AtoBV
    DMesh3 MeshA
    DMesh3 MeshB
    EdgeLoop loopIn
    Returns
    Type Description
    EdgeLoop
    In This Article
    Back to top ViRGIS VR GIS