|
|
ShellLayer Class |
Namespace: Karamba.CrossSections
The ShellLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| ShellLayer(ShellLayer) |
Initializes a new instance of the ShellLayer class.
make deep clone of layer.
| |
| ShellLayer(SerializationInfo, StreamingContext) |
Initializes a new instance of the ShellLayer class.
Deserialize ShellLayer.
| |
| ShellLayer(Double, Double, FemMaterial, Double, Boolean) |
Initializes a new instance of the ShellLayer class.
create a shell layer.
|
| Name | Description | |
|---|---|---|
| Clone |
Shallow clone of the layer.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Serialize ShellLayer.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
return a string representation of the layer data.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| bending |
true if the layer has a thickness i.e. bending stiffness on its own.
| |
| direct |
angle between local x-axis and reinforcement direction [rad].
| |
| eccent |
distance of reinforcement layer from upper (>0) or lower (less than 0) cross section boundary.
| |
| height |
area of reinforcement [m].
| |
| material_id |
identifier of material.
|