Method Create
Create(IAreaElement?, double, LoadDirectionGlobal?, ApplicableMeasuring?)
Creates a new instance of UniformAreaElementLoadParams class for a load in a given direction
Declaration
public static UniformAreaElementLoadParams Create(IAreaElement? areaElement, double load, PlanarLoadParams.LoadDirectionGlobal? direction, PlanarLoadParams.ApplicableMeasuring? measuring)
Parameters
| Type | Name | Description |
|---|---|---|
| IAreaElement | areaElement | The loaded IAreaElement |
| double | load | The load (in [N/mm²]) |
| PlanarLoadParams.LoadDirectionGlobal | direction | The PlanarLoadParams.LoadDirectionGlobal of the load |
| PlanarLoadParams.ApplicableMeasuring | measuring | The PlanarLoadParams.ApplicableMeasuring of the load |
Returns
| Type | Description |
|---|---|
| UniformAreaElementLoadParams | The newly created instance of UniformAreaElementLoadParams class |