[SerializableAttribute]
public class ShellLayer : ICloneable, ISerializable<SerializableAttribute>
Public Class ShellLayer
Implements ICloneable, ISerializable[SerializableAttribute]
public ref class ShellLayer : ICloneable,
ISerializable[<SerializableAttribute>]
type ShellLayer =
class
interface ICloneable
interface ISerializable
end| 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. |
| material | Gets or sets material of the layer. |
| 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) |
| 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. |
| ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |