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
getAzimuthOrientation
getAzimuthOrientation(): number
Returns:
Type: number
getDeltaAltitude
getDeltaAltitude(): number
Returns:
The altitude offset between first and last grounds in meters.
Type: number
getDistance
getDistance(): number
Returns:
Type: number
getFirstGround
getFirstGround(): SiteObject|FloorObject
Returns:
Type: SiteObject|FloorObject
getInclination
getInclination(): number
Returns:
The altitude inclination in degrees.
Type: number
getInterGrounds
getInterGrounds(): Array<SiteObject|FloorObject>
Returns:
Type: Array< SiteObject|FloorObject >
getLastGround
getLastGround(): SiteObject|FloorObject
Returns:
Type: SiteObject|FloorObject
getPath
getPath(): ?Path
Returns:
Type: Path
getPrecedingPathSections
getPrecedingPathSections(): PathSection[]
Returns:
Type: PathSection[]
isInterGround
An inter ground PathSection is a PathSection that do the transition between multiple grounds.
isInterGround(): boolean
Returns:
Type: boolean