Interface ICover
Defines the reinforcement-free zone around the faces of a profile.
Namespace: Oasys.AdSec.Reinforcement
Assembly: AdSec_API_IDL.dll
Syntax
public interface ICover
Properties
UniformCover
The cover to all faces of the profile.
Declaration
Length UniformCover { get; set; }
Property Value
Type | Description |
---|---|
OasysUnits.Length |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When the uniform cover is not a positive and finite value. |
Methods
Create(Length)
Creates a new ICover based on a unform cover to all faces.
Declaration
static ICover Create(Length uniformCover)
Parameters
Type | Name | Description |
---|---|---|
OasysUnits.Length | uniformCover | Defines the size of the uniform cover. |
Returns
Type | Description |
---|---|
ICover |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When the uniform cover is not a positive and finite value. |