ShellLayer Class

A Layer of a shell cross section.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[SerializableAttribute]
public class ShellLayer : ICloneable, ISerializable
Inheritance
Object    ShellLayer
Implements
ICloneable, ISerializable

Constructors

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.

Properties

material Gets or sets material of the layer.

Methods

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)

Fields

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.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also