ISnowLoadDataDrift Interface

Represents load data of snow drift load 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 ISnowLoadDataDrift : ISnowLoadDataBalanced, 
	ISnowLoadDataBase

The ISnowLoadDataDrift type exposes the following members.

Properties
  NameDescription
Public propertyClearHeightAboveBalancedSnow
Gets the clear height above balanced snow, hc (in [mm])
Public propertyDriftType
Gets the type of drift
Public propertyEndPositionOnRoofEdge
Gets end position of the load on roof edge line (in [mm])
Public propertyHasUnobstructedSlope
Gets a value indicating whether the slope is unobstructed
(Inherited from ISnowLoadDataBalanced.)
Public propertyHeight
Gets the height of the step/parapet (in [mm])
Public propertyIsApplicable
Gets a value indicating whether the snow load is applicable
(Inherited from ISnowLoadDataBase.)
Public propertyLoad
Gets the load value (in [N/mm²])
(Inherited from ISnowLoadDataBase.)
Public propertyLowerRoofLength
Gets the length of lower roof (in [mm])
Public propertyOverridesLoad
Gets a value indicating whether Load value is overridden
(Inherited from ISnowLoadDataBase.)
Public propertyOverridesSurcharge
Gets a value indicating whether surcharge load value/extent is overridden by user-defined values
Public propertyRoofAngle
Gets the angle of the loaded roof (in [rad])
(Inherited from ISnowLoadDataBase.)
Public propertyRoofEdgeIndex
Gets index of roof edge the drift load is created along
Public propertyRoofHeatCharacteristic
Gets roof heat characteristic
(Inherited from ISnowLoadDataBalanced.)
Public propertyRoofLength
Gets the length of the roof (in [mm])
Public propertyStartPositionOnRoofEdge
Gets start position of the load on roof edge line (in [mm])
Public propertySurchargeExtent
Gets the extent of surcharge load (in [mm])
Public propertySurchargeLoad
Gets surcharge load value (in [N/mm²])
Top
See Also