Interface ISectionModulus
Defines section modulus of a profile.
Namespace: Oasys.Profiles.Properties
Assembly: cs.temp.dll.dll
Syntax
public interface ISectionModulus
Properties
Y
The section modulus about the y-axis in the local coordinate system.
Declaration
OasysUnits.SectionModulus Y { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.SectionModulus |
Z
The section modulus about the z-axis in the local coordinate system.
Declaration
OasysUnits.SectionModulus Z { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.SectionModulus |