IRoofData Interface

Represents additional data of a roof

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IRoofData

The IRoofData type exposes the following members.

Properties
  NameDescription
Public propertyDivideStiffnessBy
Gets a value to divide the stiffness by
Public propertyIncludeInDiaphragm
Gets a value indicating whether to include the roof in diaphragm
Public propertyRoofType
Gets the type of the roof
Public propertyShearModulus
Gets the shear modulus (in [N/mm²])
Public propertyThermalExpansionCoefficient
Gets the temperature coefficient of expansion (in [1/K])
Public propertyThickness
Gets the roof panel thickness (in [mm])
Public propertyYoungsModulus
Gets the Young's modulus (in [N/mm²])
Top
See Also