IBucklingResultsGetLoadingBucklingAsync Method

Returns the buckling results for a loading with given ID

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<ILoadingBuckling> GetLoadingBucklingAsync(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of loading to get buckling result for

Return Value

Type: TaskILoadingBuckling
The buckling results
See Also