Interface ICover
Defines the reinforcement-free zone around the faces of a profile.
Namespace: Oasys.AdSec.Reinforcement
Assembly: cs.temp.dll.dll
Syntax
public interface ICover
Properties
UniformCover
The cover to all faces of the profile.
Declaration
OasysUnits.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(OasysUnits.Length)
Creates a new ICover based on a unform cover to all faces.
Declaration
static ICover Create(OasysUnits.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. |