INonLinearTorsionalSpringSection Interface

Represents a non-linear torsional spring section

Namespace:  TSD.API.Remoting.Sections
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface INonLinearTorsionalSpringSection : ISpringSection, 
	IElementSection

The INonLinearTorsionalSpringSection type exposes the following members.

Properties
  NameDescription
Public propertyTorsionalFMaxCompression
Gets the torsional stiffness F max compression (in [Nmm])
Public propertyTorsionalFMaxTension
Gets the torsional F max tension (in [Nmm])
Public propertyTorsionalStiffnessKCompression
Gets the torsional stiffness K compression (in [Nmm/rad])
Public propertyTorsionalStiffnessKTension
Gets the torsional stiffness K tension (in [Nmm/rad])
Top
See Also