MemberUniformlyDistributedTorsionMomentLoadParams Constructor

The constructor

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public MemberUniformlyDistributedTorsionMomentLoadParams(
	MemberSpanInfo memberSpanInfo,
	double load,
	double distance,
	double length
)

Parameters

memberSpanInfo
Type: TSD.API.Remoting.StructureMemberSpanInfo
The MemberSpanInfo
load
Type: SystemDouble
The load (in [Nm/m])
distance
Type: SystemDouble
The distance from the start point of the member span to the start of the load (in [mm])
length
Type: SystemDouble
The length of the load (in [mm])
See Also