ISnowLoadDataDriftedSingleSlope Interface

Represents load data of drifted snow load on single sloped roof for EC code

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

The ISnowLoadDataDriftedSingleSlope type exposes the following members.

Properties
  NameDescription
Public propertyHasUnobstructedSlope
Gets a value indicating whether the slope is unobstructed
(Inherited from ISnowLoadDataUndrifted.)
Public propertyIsApplicable
Gets a value indicating whether the snow load is applicable
(Inherited from ISnowLoadDataBase.)
Public propertyIsWindward
Gets a value indicating whether 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 propertyRoofType
Gets the snow roof type
(Inherited from ISnowLoadDataUndrifted.)
Public propertyShapeCoefficient
Gets the shape coefficient
(Inherited from ISnowLoadDataUndrifted.)
Top
See Also