Search Results for

    Show / Hide Table of Contents

    Interface IMesh

    Inherited Members
    IPointSet.VertexCount
    IPointSet.MaxVertexID
    IPointSet.HasVertexNormals
    IPointSet.HasVertexColors
    IPointSet.GetVertex(Int32)
    IPointSet.GetVertexNormal(Int32)
    IPointSet.GetVertexColor(Int32)
    IPointSet.IsVertex(Int32)
    IPointSet.VertexIndices()
    IPointSet.Timestamp
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMesh : IPointSet

    Properties

    HasTriangleGroups

    Declaration
    bool HasTriangleGroups { get; }
    Property Value
    Type Description
    Boolean

    HasVertexUVs

    Declaration
    bool HasVertexUVs { get; }
    Property Value
    Type Description
    Boolean

    MaxTriangleID

    Declaration
    int MaxTriangleID { get; }
    Property Value
    Type Description
    Int32

    TriangleCount

    Declaration
    int TriangleCount { get; }
    Property Value
    Type Description
    Int32

    Methods

    GetTriangle(Int32)

    Declaration
    Index3i GetTriangle(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Index3i

    GetTriangleGroup(Int32)

    Declaration
    int GetTriangleGroup(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Int32

    GetVertexAll(Int32)

    Declaration
    NewVertexInfo GetVertexAll(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    NewVertexInfo

    GetVertexUV(Int32)

    Declaration
    Vector2f GetVertexUV(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector2f

    IsTriangle(Int32)

    Declaration
    bool IsTriangle(int tID)
    Parameters
    Type Name Description
    Int32 tID
    Returns
    Type Description
    Boolean

    TriangleIndices()

    Declaration
    IEnumerable<int> TriangleIndices()
    Returns
    Type Description
    IEnumerable<Int32>
    In This Article
    Back to top ViRGIS VR GIS