Method Local

Local(IConstructionPoint?, double, Point2D, Point2D, LoadDirectionLocal)

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

Declaration
public static UniformLineLoadParams Local(IConstructionPoint? referencePoint, double load, Point2D startCoordinate, Point2D endCoordinate, UniformLineLoadParams.LoadDirectionLocal direction)
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

UniformLineLoadParams.LoadDirectionLocal direction

The UniformLineLoadParams.LoadDirectionLocal 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