BH.oM.Structure.Loads.TimeHistoryLoadcase¶
Defines a time history analysis case with time integration parameters.
Class structure¶
Implemented interfaces and base types¶
The TimeHistoryLoadcase is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.BHoMObject
- BH.oM.Base.IBHoMObject
- BH.oM.Base.IObject
- BH.oM.Structure.Loads.ICase
Properties¶
Defining properties¶
The following properties are defined on the class
| Name | Type | Description | Quantity |
|---|---|---|---|
| Name | string | Unique name identifying the time history load case. | - |
| Number | int | Numerical identifier for the load case. | - |
| StartTime | double | Start time of the time history loadcase. | Time [s] |
| EndTime | double | End time of the time history loadcase. | Time [s] |
| TimeStep | double | Time step used for the loadcase. | - |
Inherited properties¶
The following properties are inherited from the base class of the object
| Name | Type | Description | Quantity |
|---|---|---|---|
| BHoM_Guid | Guid | - | - |
| Fragments | FragmentSet | - | - |
| Tags | HashSet<string> | - | - |
| CustomData | Dictionary<string, object> | - | - |
Derived properties¶
The following properties are defined as extension methods in one of the BHoM_Engines
| Name | Type | Description | Quantity | Engine |
|---|---|---|---|---|
| IsNull | bool | Checks if a Case is null and outputs relevant error message. | - | Structure_Engine |
Code and Schema¶
C# implementation¶
C#
public class TimeHistoryLoadcase : BH.oM.Base.BHoMObject, BH.oM.Base.IBHoMObject, BH.oM.Base.IObject, BH.oM.Structure.Loads.ICase
Assembly: Structure_oM.dll
The C# class definition is available on github:
All history and changes of the class can be found by inspection the history.