Interface IIBeamCellularProfile
A cellular I-beam section profile. It is an I-beam section profile with an opening at the centre of the web.
Inherited Members
Namespace: Oasys.Profiles
Assembly: AdSec_API_IDL.dll
Syntax
public interface IIBeamCellularProfile : IIBeamProfile, IProfileRemarks
IIBeamCellularProfile inherits IProfile.
The I-beam is centered at the origin of its local coordinate system.
Properties
Flanges
The flange of the cellular I-beam section profile.
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 | 
WebOpening
The size of the web opening.
Declaration
Length WebOpening { get; set; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.Length | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | When the size is not a positive and finite value. | 
Methods
Create(Length, IFlange, IWebConstant, Length)
Creates a new IIBeamCellularProfile profile from its Depth, Flanges, Web and WebOpening.
Declaration
static IIBeamCellularProfile Create(Length depth, IFlange flanges, IWebConstant web, Length webOpening)Parameters
| Type | Name | Description | 
|---|---|---|
| OasysUnits.Length | depth | Defines the profile's depth. | 
| IFlange | flanges | Defines the profile's flanges. | 
| IWebConstant | web | Defines the profile's web. | 
| OasysUnits.Length | webOpening | Defines the size of the web opening. | 
Returns
| Type | Description | 
|---|---|
| IIBeamCellularProfile | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | When any of the dimensions is not a positive and finite value. |