Class TemperatureLoadParams
Represents parameters required to create a temperature load
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class TemperatureLoadParams : LoadParams
Properties
Name | Description |
---|---|
LoadedElementInfo | Gets the loaded element's EntityInfo |
TemperatureChange | Gets the temperature change (in [℃]) |
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 |