Struct RoutingVertex
Structure that holds additional information about inlet vertex
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Elements.Spatial.AdaptiveGrid
Assembly: Hypar.Elements.dll
Syntax
public struct RoutingVertex
Constructors
RoutingVertex(UInt64, Double)
Construct new RoutingVertex structure.
Declaration
public RoutingVertex(ulong id, double isolationRadius)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | id | Id of the vertex in the grid. |
System.Double | isolationRadius | Distance, other sections of the route can't travel near this vertex. |
Fields
Id
Id of the vertex in the grid.
Declaration
public ulong Id
Field Value
Type | Description |
---|---|
System.UInt64 |
IsolationRadius
Distance closer than which, other sections of the route can't travel near this vertex. Distance is in base plane of the gird, without elevation.
Declaration
public double IsolationRadius
Field Value
Type | Description |
---|---|
System.Double |