Search Results for

    Show / Hide Table of Contents

    Class MeshBoundaryEdgeMidpoints

    Present mesh boundary-edge midpoints as a point set

    Inheritance
    Object
    MeshBoundaryEdgeMidpoints
    Implements
    IPointSet
    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 class MeshBoundaryEdgeMidpoints : IPointSet

    Constructors

    MeshBoundaryEdgeMidpoints(DMesh3)

    Declaration
    public MeshBoundaryEdgeMidpoints(DMesh3 mesh)
    Parameters
    Type Name Description
    DMesh3 mesh

    Fields

    Mesh

    Declaration
    public DMesh3 Mesh
    Field Value
    Type Description
    DMesh3

    Properties

    HasVertexColors

    Declaration
    public bool HasVertexColors { get; }
    Property Value
    Type Description
    Boolean

    HasVertexNormals

    Declaration
    public bool HasVertexNormals { get; }
    Property Value
    Type Description
    Boolean

    MaxVertexID

    Declaration
    public int MaxVertexID { get; }
    Property Value
    Type Description
    Int32

    Timestamp

    Timestamp is incremented any time any change is made to the mesh

    Declaration
    public int Timestamp { get; }
    Property Value
    Type Description
    Int32

    VertexCount

    Declaration
    public int VertexCount { get; }
    Property Value
    Type Description
    Int32

    Methods

    GetVertex(Int32)

    Declaration
    public Vector3d GetVertex(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3d

    GetVertexColor(Int32)

    Declaration
    public Vector3f GetVertexColor(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3f

    GetVertexNormal(Int32)

    Declaration
    public Vector3f GetVertexNormal(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3f

    IsVertex(Int32)

    Declaration
    public bool IsVertex(int vID)
    Parameters
    Type Name Description
    Int32 vID
    Returns
    Type Description
    Boolean

    VertexIndices()

    Declaration
    public IEnumerable<int> VertexIndices()
    Returns
    Type Description
    IEnumerable<Int32>

    Implements

    IPointSet
    In This Article
    Back to top ViRGIS VR GIS