Interface ILocalAxisSecondMomentOfArea
Defines a profile's second moment of area about local axis.
Namespace: Oasys.Profiles.Properties
Assembly: cs.temp.dll.dll
Syntax
public interface ILocalAxisSecondMomentOfArea
Properties
YY
The second moment of area about the y-axis in the local coordinate system.
Declaration
OasysUnits.AreaMomentOfInertia YY { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.AreaMomentOfInertia |
YZ
The product moment of area.
Declaration
OasysUnits.AreaMomentOfInertia YZ { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.AreaMomentOfInertia |
ZZ
The second moment of area about the z-axis in the local coordinate system.
Declaration
OasysUnits.AreaMomentOfInertia ZZ { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.AreaMomentOfInertia |