MemberForceLoadParamsGlobal Method

Creates a new instance of MemberForceLoadParams class for the global direction

Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public static MemberForceLoadParams Global(
	MemberSpanInfo memberSpanInfo,
	double load,
	double distance,
	MemberLoadParamsLoadDirectionGlobal? direction,
	MemberLoadParamsApplicableMeasuring? measuring
)

Parameters

memberSpanInfo  MemberSpanInfo
The MemberSpanInfo
load  Double
The force load (in [N])
distance  Double
The distance from the start point of the member span (in [mm])
direction  MemberLoadParamsLoadDirectionGlobal
The MemberLoadParamsLoadDirectionGlobal of the load
measuring  MemberLoadParamsApplicableMeasuring
The MemberLoadParamsApplicableMeasuring of the load

Return Value

MemberForceLoadParams
The newly created instance of MemberForceLoadParams class
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next