Class MemberUniformlyDistributedLoadParams
Represents parameters of a uniformly distributed load on a member span
Inherited Members
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class MemberUniformlyDistributedLoadParams : MemberLoadParams
Properties
| Name | Description |
|---|---|
| Distance | Gets the distance from the start point of the member span to the start of the load (in [mm]) |
| Length | Gets the length of the load (in [mm]) |
| Load | Gets the load (in [N/mm]) |
Methods
| Name | Description |
|---|---|
| Global(MemberSpanInfo, double, double, double, LoadDirectionGlobal?, ApplicableMeasuring?) | Creates a new instance of MemberUniformlyDistributedLoadParams class for the global direction |
| Local(MemberSpanInfo, double, double, double, LoadDirectionLocal?) | Creates a new instance of MemberUniformlyDistributedLoadParams class for the local direction |