Member |
Represents parameters of a force load on a member span
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateMemberLoadParams
TSD.API.Remoting.Loading.CreateMemberForceLoadParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateMemberLoadParams
TSD.API.Remoting.Loading.CreateMemberForceLoadParams
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The MemberForceLoadParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
Direction |
Gets the LoadDirection (Inherited from MemberLoadParams) | |
Distance | Gets the distance from the start point of the member span (in [mm]) | |
EntityType |
The EntityType (Inherited from EntityParams) | |
Load | Gets the force load (in [N]) | |
Measuring |
Gets the DistanceMeasuring (Inherited from MemberLoadParams) | |
MemberLoadType |
Gets the MemberLoadType (Inherited from MemberLoadParams) | |
MemberSpanInfo |
Gets the MemberSpanInfo (Inherited from MemberLoadParams) | |
Type |
Gets the type of the load
(Inherited from LoadParams) |
Methods
Name | Description | |
---|---|---|
Global | Creates a new instance of MemberForceLoadParams class for the global direction | |
Local | Creates a new instance of MemberForceLoadParams class for the local direction |
See Also