Search Results for

    Show / Hide Table of Contents

    Class DGraph2Resampler

    "Remesher" for DGraph2

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

    Constructors

    DGraph2Resampler(DGraph2)

    Declaration
    public DGraph2Resampler(DGraph2 graph)
    Parameters
    Type Name Description
    DGraph2 graph

    Fields

    FixedEdgeFilterF

    Declaration
    public Func<int, bool> FixedEdgeFilterF
    Field Value
    Type Description
    Func<Int32, Boolean>

    Graph

    Declaration
    public DGraph2 Graph
    Field Value
    Type Description
    DGraph2

    Methods

    CollapseDegenerateEdges(Double)

    Declaration
    public void CollapseDegenerateEdges(double fDegenLenThresh = 1.1920928955078125E-07)
    Parameters
    Type Name Description
    Double fDegenLenThresh

    CollapseFlatVertices(Double)

    Remove vertices that are colinear w/ their two neighbours, within angle tolerance

    Declaration
    public void CollapseFlatVertices(double fMaxDeviationDeg = 5)
    Parameters
    Type Name Description
    Double fMaxDeviationDeg

    CollapseToMinEdgeLength(Double)

    Declaration
    public void CollapseToMinEdgeLength(double fMinLen)
    Parameters
    Type Name Description
    Double fMinLen

    SplitToMaxEdgeLength(Double)

    Declaration
    public void SplitToMaxEdgeLength(double fMaxLen)
    Parameters
    Type Name Description
    Double fMaxLen
    In This Article
    Back to top ViRGIS VR GIS