Click or drag to resize

ShellLayer Class

A Layer of a shell cross section.
Inheritance Hierarchy
SystemObject
  Karamba.CrossSectionsShellLayer

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class ShellLayer : ICloneable, ISerializable

The ShellLayer type exposes the following members.

Constructors
  NameDescription
Public methodShellLayer(ShellLayer)
Initializes a new instance of the ShellLayer class. make deep clone of layer.
Protected methodShellLayer(SerializationInfo, StreamingContext)
Initializes a new instance of the ShellLayer class. Deserialize ShellLayer.
Public methodShellLayer(Double, Double, FemMaterial, Double, Boolean)
Initializes a new instance of the ShellLayer class. create a shell layer.
Top
Properties
  NameDescription
Public propertymaterial
Gets or sets material of the layer.
Top
Methods
  NameDescription
Public methodClone
Shallow clone of the layer.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetObjectData
Serialize ShellLayer.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
return a string representation of the layer data.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldbending
true if the layer has a thickness i.e. bending stiffness on its own.
Public fielddirect
angle between local x-axis and reinforcement direction [rad].
Public fieldeccent
distance of reinforcement layer from upper (>0) or lower (less than 0) cross section boundary.
Public fieldheight
area of reinforcement [m].
Public fieldmaterial_id
identifier of material.
Top
See Also