MemberUniformlyDistributedTorsionMomentLoadParams Class

Represents parameters of an uniformly distributed torsion moment load on a member span
Inheritance Hierarchy

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class MemberUniformlyDistributedTorsionMomentLoadParams : MemberLoadParams

The MemberUniformlyDistributedTorsionMomentLoadParams type exposes the following members.

Constructors
  NameDescription
Public methodMemberUniformlyDistributedTorsionMomentLoadParams
The constructor
Top
Properties
  NameDescription
Public propertyDirection
Gets the LoadDirection
(Inherited from MemberLoadParams.)
Public propertyDistance
Gets the distance from the start point of the member span to the start of the load (in [mm])
Public propertyEntityType (Inherited from EntityParams.)
Public propertyLength
Gets the length of the load (in [mm])
Public propertyLoad
Gets the load (in [Nm/m])
Public propertyMeasuring (Inherited from MemberLoadParams.)
Public propertyMemberLoadType
Gets the MemberLoadType
(Inherited from MemberLoadParams.)
Public propertyMemberSpanInfo
Gets the MemberSpanInfo
(Inherited from MemberLoadParams.)
Public propertyType
Gets the type of the load
(Inherited from LoadParams.)
Top
See Also