Member |
Creates a new instance of MemberUniformlyDistributedLoadParams class for the global direction
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public static MemberUniformlyDistributedLoadParams Global( MemberSpanInfo memberSpanInfo, double load, double distance, double length, MemberLoadParamsLoadDirectionGlobal? direction, MemberLoadParamsApplicableMeasuring? measuring )
Parameters
- memberSpanInfo MemberSpanInfo
- The MemberSpanInfo
- load Double
- The load (in [N/mm])
- distance Double
- The distance from the start point of the member span to the start of the load (in [mm])
- length Double
- The length of the load (in [mm])
- direction MemberLoadParamsLoadDirectionGlobal
- The MemberLoadParamsLoadDirectionGlobal of the load
- measuring MemberLoadParamsApplicableMeasuring
- The MemberLoadParamsApplicableMeasuring of the load
Return Value
MemberUniformlyDistributedLoadParamsThe newly created instance of MemberForceLoadParams class
See Also