Interface IWebConstant
A constant web used in profiles. A constant web has the same thickness along its depth.
Namespace: Oasys.Profiles
Assembly: AdSec_API_IDL.dll
Syntax
public interface IWebConstant : IWeb
Remarks
IWebConstant inherits IWeb.
For tapered thickness web see IWebTapered.
Properties
Thickness
The web thickness.
Declaration
Length Thickness { get; set; }
Property Value
Type | Description |
---|---|
OasysUnits.Length |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When the thickness is not a positive and finite value. |
Methods
Create(Length)
Creates a new IWebConstant from its Thickness.
Declaration
static IWebConstant Create(Length thickness)
Parameters
Type | Name | Description |
---|---|---|
OasysUnits.Length | thickness | Defines the web's thickness. |
Returns
Type | Description |
---|---|
IWebConstant | Constant thickness web with the specified dimension. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When thickness is not a positive and finite value. |