Method Global

Global(IConstructionPoint?, double, IEnumerable<Point2D>?, LoadDirectionGlobal?, ApplicableMeasuring?)

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

Declaration
public static UniformPolygonalLoadParams Global(IConstructionPoint? referencePoint, double load, IEnumerable<Point2D>? vertices, PlanarLoadParams.LoadDirectionGlobal? direction, PlanarLoadParams.ApplicableMeasuring? measuring)
Parameters
Type Name Description
IConstructionPoint referencePoint

The reference IConstructionPoint

double load

The load (in [N/mm²])

IEnumerable<Point2D> vertices

The vertices of the load, must represent non-intersecting polygon

PlanarLoadParams.LoadDirectionGlobal direction

The PlanarLoadParams.LoadDirectionGlobal of the load

PlanarLoadParams.ApplicableMeasuring measuring

The PlanarLoadParams.ApplicableMeasuring of the load

Returns
Type Description
UniformPolygonalLoadParams

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