Class GraphTubeMesher
Inheritance
GraphTubeMesher
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
Fields
ActualCellSize
Declaration
public double ActualCellSize
Field Value
Graph
Declaration
Field Value
GroundRadius
Declaration
public double GroundRadius
Field Value
GroundVertices
Declaration
public HashSet<int> GroundVertices
Field Value
Type |
Description |
HashSet<Int32> |
|
PostRadius
Declaration
Field Value
Progress
Set this to be able to cancel running remesher
Declaration
public ProgressCancel Progress
Field Value
ResultMesh
Declaration
Field Value
SamplerCellSizeHint
Declaration
public double SamplerCellSizeHint
Field Value
TipRadius
Declaration
Field Value
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
Generate()
Declaration
public virtual void Generate()