ISupportDataGetRotationalStiffness Method

Returns the rotational IStiffnessData for the given direction

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
IReadOnlyProperty<IStiffnessData> GetRotationalStiffness(
	Direction direction
)

Parameters

direction
Type: TSD.API.Remoting.SolverDirection
The direction to get the rotational IStiffnessData for

Return Value

Type: IReadOnlyPropertyIStiffnessData
The rotational IStiffnessData
See Also