Method Create

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

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

Declaration
public static SlabLoadParams Create(ISlab? slab, double load, PlanarLoadParams.LoadDirectionGlobal? direction, PlanarLoadParams.ApplicableMeasuring? measuring)
Parameters
Type Name Description
ISlab slab

The loaded ISlab

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
SlabLoadParams

The newly created instance of SlabLoadParams 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