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: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ShellLayer : ICloneable

The ShellLayer type exposes the following members.

Constructors
  NameDescription
Public methodShellLayer(ShellLayer)
make deep clone of layer
Public methodShellLayer(Double, Double, FemMaterial, Double, Boolean)
create a shell layer
Top
Properties
  NameDescription
Public propertymaterial
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.)
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