IStiffness |
Represents stiffness data
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IStiffnessData type exposes the following members.
Properties
Name | Description | |
---|---|---|
MaxForceCompression | Gets the translational/rotational maximum compression force (in [N]/[Nmm]) | |
MaxForceTension | Gets the translational/rotational maximum tension force (in [N]/[Nmm]) | |
NominallyFixedPercentage | Gets the stiffness percentage for nominally fixed type | |
NominallyPinnedPercentage | Gets the stiffness percentage for nominally pinned type | |
PartiallyFixedPercentage | Gets the stiffness percentage for partially fixed type | |
Stiffness | Gets the translational/rotational stiffness (in [N/mm]/[Nmm/rad]) | |
StiffnessCompression | Gets the translational/rotational compression stiffness (in [N/mm]/[Nmm/rad]) | |
StiffnessTension | Gets the translational/rotational tension stiffness (in [N/mm]/[Nmm/rad]) | |
Type | Gets the type of stiffness |
See Also