Interface IIBeamProfile
An IBeam section profile.
Inherited Members
Namespace: Oasys.Profiles
Assembly: AdSec_API_IDL.dll
Syntax
public interface IIBeamProfile : IProfile
Remarks
IIBeamProfile inherits IProfile. IIBeamProfile is a base class for: IIBeamAsymmetricalProfile and IIBeamSymmetricalProfile.
The I-beam is centered at the origin of its local coordinate system.
Properties
BottomFlange
The bottom flange of the beam. Bottom is relative to the beam local access.
Declaration
IFlange BottomFlange { get; }
Property Value
Type | Description |
---|---|
IFlange |
Depth
The depth of the beam.
Declaration
Length Depth { get; set; }
Property Value
Type | Description |
---|---|
OasysUnits.Length |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When the depth is not a positive and finite value. |
TopFlange
The top flange of the beam. Top is relative to the beam local access.
Declaration
IFlange TopFlange { get; }
Property Value
Type | Description |
---|---|
IFlange |