Interface IWeb
Defines a profile web. Thickness only is defined. Depth is defined by the profile.
Namespace: Oasys.Profiles
Assembly: AdSec_API_IDL.dll
Syntax
public interface IWebRemarks
IWeb is a base class for: IWebConstant and IWebTapered.
Properties
BottomThickness
The bottom thickness. Bottom is relative to the profiles local z-axis.
Declaration
Length BottomThickness { get; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.Length | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | When the bottom thickness is not a positive and finite value. | 
TopThickness
The top thickness. Top is relative to the profiles local z-axis.
Declaration
Length TopThickness { get; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.Length | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | When the top thickness is not a positive and finite value. |