Enum SpringStiffness

Represents the spring stiffness type

Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public enum SpringStiffness

Fields

Name Value Description
FixedFixed = 4

Fixed

NominallyFixedNominallyFixed = 6

Nominally fixed

NominallyPinnedNominallyPinned = 5

Nominally pinned

PartiallyFixedPartiallyFixed = 7

Partially fixed

ReleaseRelease = 1

Release

SpringLinearSpringLinear = 2

Spring Linear

SpringNonLinearSpringNonLinear = 3

Spring Non-Linear

UnknownUnknown = 0

Unknown

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next