Search Results for

    Show / Hide Table of Contents

    Class GraphTubeMesher

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

    Constructors

    GraphTubeMesher(DGraph3)

    Declaration
    public GraphTubeMesher(DGraph3 graph)
    Parameters
    Type Name Description
    DGraph3 graph

    GraphTubeMesher(GraphSupportGenerator)

    Declaration
    public GraphTubeMesher(GraphSupportGenerator support_gen)
    Parameters
    Type Name Description
    GraphSupportGenerator support_gen

    Fields

    ActualCellSize

    Declaration
    public double ActualCellSize
    Field Value
    Type Description
    Double

    Graph

    Declaration
    public DGraph3 Graph
    Field Value
    Type Description
    DGraph3

    GroundRadius

    Declaration
    public double GroundRadius
    Field Value
    Type Description
    Double

    GroundVertices

    Declaration
    public HashSet<int> GroundVertices
    Field Value
    Type Description
    HashSet<Int32>

    PostRadius

    Declaration
    public double PostRadius
    Field Value
    Type Description
    Double

    Progress

    Set this to be able to cancel running remesher

    Declaration
    public ProgressCancel Progress
    Field Value
    Type Description
    ProgressCancel

    ResultMesh

    Declaration
    public DMesh3 ResultMesh
    Field Value
    Type Description
    DMesh3

    SamplerCellSizeHint

    Declaration
    public double SamplerCellSizeHint
    Field Value
    Type Description
    Double

    TipRadius

    Declaration
    public double TipRadius
    Field Value
    Type Description
    Double

    TipVertices

    Declaration
    public HashSet<int> TipVertices
    Field Value
    Type Description
    HashSet<Int32>

    Methods

    Cancelled()

    if this returns true, abort computation.

    Declaration
    protected virtual bool Cancelled()
    Returns
    Type Description
    Boolean

    Generate()

    Declaration
    public virtual void Generate()
    In This Article
    Back to top ViRGIS VR GIS