Search Results for

    Show / Hide Table of Contents

    Class MeshIterativeSmooth

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

    Constructors

    MeshIterativeSmooth(DMesh3, Int32[], Boolean)

    Declaration
    public MeshIterativeSmooth(DMesh3 mesh, int[] vertices, bool bOwnVertices = false)
    Parameters
    Type Name Description
    DMesh3 mesh
    Int32[] vertices
    Boolean bOwnVertices

    Fields

    Alpha

    Declaration
    public double Alpha
    Field Value
    Type Description
    Double

    Mesh

    Declaration
    public DMesh3 Mesh
    Field Value
    Type Description
    DMesh3

    ProjectF

    Declaration
    public Func<Vector3d, Vector3f, int, Vector3d> ProjectF
    Field Value
    Type Description
    Func<Vector3d, Vector3f, Int32, Vector3d>

    Rounds

    Declaration
    public int Rounds
    Field Value
    Type Description
    Int32

    SmoothType

    Declaration
    public MeshIterativeSmooth.SmoothTypes SmoothType
    Field Value
    Type Description
    MeshIterativeSmooth.SmoothTypes

    Vertices

    Declaration
    public int[] Vertices
    Field Value
    Type Description
    Int32[]

    Methods

    Smooth()

    Declaration
    public virtual bool Smooth()
    Returns
    Type Description
    Boolean

    Validate()

    Declaration
    public virtual ValidationStatus Validate()
    Returns
    Type Description
    ValidationStatus
    In This Article
    Back to top ViRGIS VR GIS