Temperature |
Represents parameters required to create a temperature load
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateTemperatureLoadParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateTemperatureLoadParams
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The TemperatureLoadParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
EntityType |
The EntityType (Inherited from EntityParams) | |
LoadedElementInfo | Gets the loaded element's EntityInfo | |
TemperatureChange | Gets the temperature change (in [℃]) | |
Type |
Gets the type of the load
(Inherited from LoadParams) |
Methods
Name | Description | |
---|---|---|
Create(IMember, Double) | Creates a new instance of TemperatureLoadParams class for a temperature load on an IMember | |
Create(ISlabItem, Double) | Creates a new instance of TemperatureLoadParams class for a temperature load on an ISlabItem | |
Create(IStructuralWall, Double) | Creates a new instance of TemperatureLoadParams class for a temperature load on an IStructuralWall |
See Also