Interface IIBeamSymmetricalProfile
An IBeam symmetrical profile. This profile is symmetrical about its local z axis.
Inherited Members
Namespace: Oasys.Profiles
Assembly: AdSec_API_IDL.dll
Syntax
public interface IIBeamSymmetricalProfile : IIBeamProfile, IProfile
Remarks
IIBeamSymmetricalProfile inherits IIBeamProfile and IProfile.
The I-beam is centered at the origin of its local coordinate system.
Properties
Flanges
Both flanges of the beam.
Declaration
IFlange Flanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IFlange |
Web
The web of the beam.
Declaration
IWebConstant Web { get; set; }
Property Value
| Type | Description |
|---|---|
| IWebConstant |
Methods
Create(Length, IFlange, IWebConstant)
Creates a new IIBeamSymmetricalProfile profile from its Depth, Flanges and Web.
Declaration
static IIBeamSymmetricalProfile Create(Length depth, IFlange flanges, IWebConstant web)
Parameters
| Type | Name | Description |
|---|---|---|
| OasysUnits.Length | depth | Defines the profile's depth. |
| IFlange | flanges | Defines both the profile's flanges. |
| IWebConstant | web | Defines the profile's web. |
Returns
| Type | Description |
|---|---|
| IIBeamSymmetricalProfile | I-beam-symmetrical profile with the specified dimensions. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | When the depth is not a positive and finite value. |