INodeGetSupportReactionAsync Method

Calculates support reaction for ordinary loading case

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IForce3DGlobal> GetSupportReactionAsync(
	Guid loadingId,
	bool reduceAxialLoad
)

Parameters

loadingId
Type: SystemGuid
The loading ID to calculate support reaction for
reduceAxialLoad
Type: SystemBoolean
A value indicating whether axial load should be reduced

Return Value

Type: TaskIForce3DGlobal
The resulting reaction
See Also