BuildingOperator.TotalHeight Property
Gets or sets the total height of the all floors including the roof height.
Syntax
public AttributeVariable< System.Double > TotalHeight { get; set; }
Property Value
Default: 20.0
The total height of the building, in meters.
Remarks
This value is used by the operator to calculate how high the middle floors should be. Usually this parameter is taken from an attribute of the 2D vector building footprint describing how tall the building is. Most often the middle floors are visualized by using a texture (using ImageTextureMap and DirectionMapApplier) with tiled (repeated) windows. Middle floors height can not be negative so if total height is less than first floor height + roof height + top floor height then middle floors height is set to 0.
Platforms
Windows, Linux, Android