Method Create

Create(IConstructionPoint?, double, Point2D, LoadDirectionGlobal?)

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

Declaration
public static PointLoadParams Create(IConstructionPoint? referencePoint, double load, Point2D coordinate, PlanarLoadParams.LoadDirectionGlobal? direction)
Parameters
Type Name Description
IConstructionPoint referencePoint

The reference IConstructionPoint

double load

The load (in [N/mm²])

Point2D coordinate

The coordinate Point2D of the load

PlanarLoadParams.LoadDirectionGlobal direction

The PlanarLoadParams.LoadDirectionGlobal of the load

Returns
Type Description
PointLoadParams

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