Method AlongElementNormal
AlongElementNormal(IAreaElement?, double, double)
Creates a new instance of VariableAreaElementLoadParams class for a load in a direction of area element's normal vector
Declaration
public static VariableAreaElementLoadParams AlongElementNormal(IAreaElement? areaElement, double bottomLoad, double topLoad)
Parameters
| Type | Name | Description |
|---|---|---|
| IAreaElement | areaElement | The loaded IAreaElement |
| double | bottomLoad | The bottom load (in [N/mm²]) |
| double | topLoad | The top load (in [N/mm²]) |
Returns
| Type | Description |
|---|---|
| VariableAreaElementLoadParams | The newly created instance of VariableAreaElementLoadParams class |