Member |
Represents parameters of a trapezoidal load on a whole member span
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateMemberLoadParams
TSD.API.Remoting.Loading.CreateMemberTrapezoidalLoadParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateMemberLoadParams
TSD.API.Remoting.Loading.CreateMemberTrapezoidalLoadParams
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The MemberTrapezoidalLoadParams 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 to the start of the top of the trapezoid (measured along member) (in [mm]) | |
EntityType |
The EntityType (Inherited from EntityParams) | |
Load | Gets the load at the top of trapezoid (in [N/mm]) | |
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 MemberTrapezoidalLoadParams class for the global direction | |
Local | Creates a new instance of MemberTrapezoidalLoadParams class for the local direction |
See Also