TemperatureLoadParams Class

Represents parameters required to create a temperature load
Inheritance Hierarchy

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class TemperatureLoadParams : LoadParams

The TemperatureLoadParams type exposes the following members.

Constructors
  NameDescription
Public methodTemperatureLoadParams(IMember, Double)
The constructor for a temperature load on an IMember
Public methodTemperatureLoadParams(ISlabItem, Double)
The constructor for a temperature load on an ISlabItem
Public methodTemperatureLoadParams(IStructuralWall, Double)
The constructor for a temperature load on an IStructuralWall
Top
Properties
  NameDescription
Public propertyEntityType (Inherited from EntityParams.)
Public propertyLoadedElementInfo
Gets the loaded element's EntityInfo
Public propertyTemperatureChange
Gets the temperature change (in [℃])
Public propertyType
Gets the type of the load
(Inherited from LoadParams.)
Top
See Also