C# Class R3.Geometry.H3Supp.Params

Datei anzeigen Open project: roice3/Honeycombs

Public Properties

Property Type Description
BallCutoff double
Iterations int
MaxTiles int
Output H3.Output
RemoveDangling bool
UhsCutoff double

Public Methods

Method Description
Params ( ) : System.Collections.Generic

Private Methods

Method Description
Setup ( ) : void

Method Details

Params() public method

public Params ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

BallCutoff public_oe property

public double BallCutoff
return double

Iterations public_oe property

public int Iterations
return int

MaxTiles public_oe property

public int MaxTiles
return int

Output public_oe property

public H3.Output Output
return H3.Output

RemoveDangling public_oe property

public bool RemoveDangling
return bool

UhsCutoff public_oe property

public double UhsCutoff
return double