Method Global
Global(MemberSpanInfo, double, double, double, LoadDirectionGlobal?, ApplicableMeasuring?)
Creates a new instance of MemberUniformlyDistributedLoadParams class for the global direction
Declaration
public static MemberUniformlyDistributedLoadParams Global(MemberSpanInfo memberSpanInfo, double load, double distance, double length, MemberLoadParams.LoadDirectionGlobal? direction, MemberLoadParams.ApplicableMeasuring? measuring)
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.LoadDirectionGlobal | direction | The MemberLoadParams.LoadDirectionGlobal of the load |
MemberLoadParams.ApplicableMeasuring | measuring | The MemberLoadParams.ApplicableMeasuring of the load |
Returns
Type | Description |
---|---|
MemberUniformlyDistributedLoadParams | The newly created instance of MemberForceLoadParams class |