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