Method Global

Global(IConstructionPoint?, double, Point2D, Point2D, LoadDirectionGlobal?, ApplicableMeasuring?)

Creates a new instance of UniformLineLoadParams class for a load in a given global direction

Declaration
public static UniformLineLoadParams Global(IConstructionPoint? referencePoint, double load, Point2D startCoordinate, Point2D endCoordinate, PlanarLoadParams.LoadDirectionGlobal? direction, PlanarLoadParams.ApplicableMeasuring? measuring)
Parameters
Type Name Description
IConstructionPoint referencePoint

The reference IConstructionPoint

double load

The load (in [N/mm²])

Point2D startCoordinate

The starting Point2D of the line load

Point2D endCoordinate

The ending Point2D of the line load

PlanarLoadParams.LoadDirectionGlobal direction

The PlanarLoadParams.LoadDirectionGlobal of the load

PlanarLoadParams.ApplicableMeasuring measuring

The PlanarLoadParams.ApplicableMeasuring of the load

Returns
Type Description
UniformLineLoadParams

The newly created instance of UniformLineLoadParams class

Remarks

The reference point's PlaneInfo must be reference of valid IConstructionPlane

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