IMemberSpanGetSupportReactionAsync Method

Returns support reactions for a loading case at given end

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<IForce3DGlobal>?> GetSupportReactionAsync(
	int endIndex,
	AnalysisType analysisType,
	Guid loadingId,
	bool reduceAxialLoad
)

Parameters

endIndex
Type: SystemInt32
The index of span end
analysisType
Type: TSD.API.Remoting.SolverAnalysisType
The analysis type
loadingId
Type: SystemGuid
The loading ID
reduceAxialLoad
Type: SystemBoolean
Indicates whether axial load should be reduced

Return Value

Type: TaskIEnumerableIForce3DGlobal
Collection of two IForce3DGlobal instances
Remarks
Values returned are static and seismic or maximum and minimum in case of envelopes
See Also