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