Interface IStiffness
Defines an axial stiffness, bending stiffness about local y-axis and bending stiffness about local z-axis.
See Glossary
Namespace: Oasys.AdSec
Assembly: cs.temp.dll.dll
Syntax
public interface IStiffness
Properties
X
The axial stiffness.
Declaration
OasysUnits.AxialStiffness X { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.AxialStiffness |
YY
The bending stiffness about the y-axis in the local coordinate system.
Declaration
OasysUnits.BendingStiffness YY { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.BendingStiffness |
ZZ
The bending stiffness about the z-axis in the local coordinate system.
Declaration
OasysUnits.BendingStiffness ZZ { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.BendingStiffness |