PathSection
Properties
from
Type | Read-Only | Description |
---|---|---|
AdsumLocation | YES |
ground
The ground of the first node of the PathSection
Type | Read-Only | Description |
---|---|---|
FloorObject | SiteObject | YES |
grounds
All the grounds of PathSection nodes, including the first one
Type | Read-Only | Description |
---|---|---|
Array<FloorObject | SiteObject> | YES |
Please note only inter-ground PathSection will have multiple grounds
to
Type | Read-Only | Description |
---|---|---|
AdsumLocation | YES |
Methods
getDistance
getDistance(): number
Returns:
Type: number
getLastGround
getLastGround(): SiteObject|FloorObject
Returns:
Type: SiteObject|FloorObject
isInterGround
An inter ground PathSection is a PathSection that do the transition between multiple grounds.
isInterGround(): boolean
Returns:
Type: boolean