IStiffnessData Interface

Represents stiffness data

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IStiffnessData

The IStiffnessData type exposes the following members.

Properties
  NameDescription
Public propertyMaxForceCompression
Gets the translational/rotational maximum compression force (in [N]/[Nmm])
Public propertyMaxForceTension
Gets the translational/rotational maximum tension force (in [N]/[Nmm])
Public propertyNominallyFixedPercentage
Gets the stiffness percentage for nominally fixed type
Public propertyNominallyPinnedPercentage
Gets the stiffness percentage for nominally pinned type
Public propertyPartiallyFixedPercentage
Gets the stiffness percentage for partially fixed type
Public propertyStiffness
Gets the translational/rotational stiffness (in [N/mm]/[Nmm/rad])
Public propertyStiffnessCompression
Gets the translational/rotational compression stiffness (in [N/mm]/[Nmm/rad])
Public propertyStiffnessTension
Gets the translational/rotational tension stiffness (in [N/mm]/[Nmm/rad])
Public propertyType
Gets the type of stiffness
Top
See Also