BuildingDimensions (Class)

Namespace: Wrld.Resources.Buildings

Represents dimensional information about a building on the map

Properties

double BaseAltitude

The altitude of the building’s baseline - nominally at local ground level.

double BaseAltitude { get; private set; } 

double TopAltitude

The altitude of the building’s highest point

double TopAltitude { get; private set; } 

LatLong Centroid

The centroid of the building in plan view.

LatLong Centroid { get; private set; } 
v0.8.17