Method Create
Create(MemberSpanInfo, double, double, double, double)
Creates a new instance of MemberVariablyDistributedTorsionMomentLoadParams class
Declaration
public static MemberVariablyDistributedTorsionMomentLoadParams Create(MemberSpanInfo memberSpanInfo, double startLoad, double endLoad, double distance, double length)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberSpanInfo | memberSpanInfo | The MemberSpanInfo |
| double | startLoad | The load at the start of the load (in [Nm/m]) |
| double | endLoad | The load at the end of the load (in [Nm/m]) |
| 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]) |
Returns
| Type | Description |
|---|---|
| MemberVariablyDistributedTorsionMomentLoadParams | The newly created instance of MemberVariablyDistributedTorsionMomentLoadParams class |