Interface IStiffnessData
Represents stiffness data
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface IStiffnessData
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 |