Search Results for

    Show / Hide Table of Contents

    Class MeshTriInfoCache

    Inheritance
    Object
    MeshTriInfoCache
    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 MeshTriInfoCache

    Constructors

    MeshTriInfoCache(DMesh3)

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

    Fields

    Areas

    Declaration
    public DVector<double> Areas
    Field Value
    Type Description
    DVector<Double>

    Centroids

    Declaration
    public DVector<Vector3d> Centroids
    Field Value
    Type Description
    DVector<Vector3d>

    Normals

    Declaration
    public DVector<Vector3d> Normals
    Field Value
    Type Description
    DVector<Vector3d>

    Methods

    GetTriInfo(Int32, ref Vector3d, ref Double, ref Vector3d)

    Declaration
    public void GetTriInfo(int tid, ref Vector3d n, ref double a, ref Vector3d c)
    Parameters
    Type Name Description
    Int32 tid
    Vector3d n
    Double a
    Vector3d c
    In This Article
    Back to top ViRGIS VR GIS