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: AdSec_API_IDL.dll
Syntax
public interface IStiffnessProperties
X
The axial stiffness.
Declaration
AxialStiffness X { get; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.AxialStiffness | 
YY
The bending stiffness about the y-axis in the local coordinate system.
Declaration
BendingStiffness YY { get; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.BendingStiffness | 
ZZ
The bending stiffness about the z-axis in the local coordinate system.
Declaration
BendingStiffness ZZ { get; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.BendingStiffness |