MemberVariablyDistributedLoadParams Constructor (MemberSpanInfo, Double, Double, Double, Double, MemberLoadParamsLoadDirectionGlobal, MemberLoadParamsApplicableMeasuring)

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public MemberVariablyDistributedLoadParams(
	MemberSpanInfo memberSpanInfo,
	double startLoad,
	double endLoad,
	double distance,
	double length,
	MemberLoadParamsLoadDirectionGlobal direction,
	MemberLoadParamsApplicableMeasuring measuring
)

Parameters

memberSpanInfo
Type: TSD.API.Remoting.StructureMemberSpanInfo
The MemberSpanInfo
startLoad
Type: SystemDouble
The load at the start of the load (in [N/mm])
endLoad
Type: SystemDouble
The load at the end of the load (in [N/mm])
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])
direction
Type: TSD.API.Remoting.Loading.CreateMemberLoadParamsLoadDirectionGlobal
The MemberLoadParamsLoadDirectionGlobal of the load
measuring
Type: TSD.API.Remoting.Loading.CreateMemberLoadParamsApplicableMeasuring
The MemberLoadParamsApplicableMeasuring of the load
See Also