Method Create
Create(IConstructionPlane?, double, LoadDirectionGlobal?, ApplicableMeasuring?)
Creates a new instance of ConstructionPlaneLoadParams class for a load in a given direction
Declaration
public static ConstructionPlaneLoadParams Create(IConstructionPlane? plane, double load, PlanarLoadParams.LoadDirectionGlobal? direction, PlanarLoadParams.ApplicableMeasuring? measuring)
Parameters
Type | Name | Description |
---|---|---|
IConstructionPlane | plane | The loaded IConstructionPlane |
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 |
---|---|
ConstructionPlaneLoadParams | The newly created instance of ConstructionPlaneLoadParams class |