ISnowLoadDataUnbalanced Interface

Represents load data of unbalanced snow load on a roof for US code

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISnowLoadDataUnbalanced : ISnowLoadDataBalanced, 
	ISnowLoadDataBase

The ISnowLoadDataUnbalanced type exposes the following members.

Properties
  NameDescription
Public propertyDistanceToRidge
Gets the distance to ridge from eaves (in [mm])
Public propertyHasUnobstructedSlope
Gets a value indicating whether the slope is unobstructed
(Inherited from ISnowLoadDataBalanced.)
Public propertyIsApplicable
Gets a value indicating whether the snow load is applicable
(Inherited from ISnowLoadDataBase.)
Public propertyIsSimplySupported
Gets a value indicating whether the roof is simply supported
Public propertyIsWindward
Gets a value indicating whether the roof is windward
Public propertyLoad
Gets the load value (in [N/mm²])
(Inherited from ISnowLoadDataBase.)
Public propertyOverridesLoad
Gets a value indicating whether Load value is overridden
(Inherited from ISnowLoadDataBase.)
Public propertyRoofAngle
Gets the angle of the loaded roof (in [rad])
(Inherited from ISnowLoadDataBase.)
Public propertyRoofHeatCharacteristic
Gets roof heat characteristic
(Inherited from ISnowLoadDataBalanced.)
Public propertySurchargeExtent
Gets the surcharge load extent (in [mm])
Public propertySurchargeLoad
Gets the surcharge load value (in [N/mm²])
Public propertyUpwindDistance
Gets the horizontal upwind distance (in [mm])
Top
See Also