Method Local

Local(MemberSpanInfo, double, double, double, LoadDirectionLocal?)

Creates a new instance of MemberUniformlyDistributedLoadParams class for the local direction

Declaration
public static MemberUniformlyDistributedLoadParams Local(MemberSpanInfo memberSpanInfo, double load, double distance, double length, MemberLoadParams.LoadDirectionLocal? direction)
Parameters
Type Name Description
MemberSpanInfo memberSpanInfo

The MemberSpanInfo

double load

The load (in [N/mm])

double distance

The distance from the start point of the member span to the start of the load (in [mm])

double length

The length of the load (in [mm])

MemberLoadParams.LoadDirectionLocal direction

The MemberLoadParams.LoadDirectionLocal of the load

Returns
Type Description
MemberUniformlyDistributedLoadParams

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