Method Local
Local(MemberSpanInfo, double, double, LoadDirectionLocal?)
Creates a new instance of MemberTrapezoidalLoadParams class for the local direction
Declaration
public static MemberTrapezoidalLoadParams Local(MemberSpanInfo memberSpanInfo, double load, double distance, MemberLoadParams.LoadDirectionLocal? direction)
Parameters
Type | Name | Description |
---|---|---|
MemberSpanInfo | memberSpanInfo | The MemberSpanInfo |
double | load | The load at the top of trapezoid (in [N/mm]) |
double | distance | The distance from the start point of the member span to the start of the top of the trapezoid (measured along member) (in [mm]) |
MemberLoadParams.LoadDirectionLocal | direction | The MemberLoadParams.LoadDirectionLocal of the load |
Returns
Type | Description |
---|---|
MemberTrapezoidalLoadParams | The newly created instance of MemberTrapezoidalLoadParams class |