Method Create

Create(IAreaElement?, double, double, LoadDirectionGlobal?, ApplicableMeasuring?)

Creates a new instance of VariableAreaElementLoadParams class for a load in a given direction

Declaration
public static VariableAreaElementLoadParams Create(IAreaElement? areaElement, double bottomLoad, double topLoad, PlanarLoadParams.LoadDirectionGlobal? direction, PlanarLoadParams.ApplicableMeasuring? measuring)
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²])

PlanarLoadParams.LoadDirectionGlobal direction

The PlanarLoadParams.LoadDirectionGlobal of the load

PlanarLoadParams.ApplicableMeasuring measuring

The PlanarLoadParams.ApplicableMeasuring of the load

Returns
Type Description
VariableAreaElementLoadParams

The newly created instance of VariableAreaElementLoadParams class

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next