Click or drag to resize

CroSec_Shell_ElemData Class

A cross section of an element of a shell.
Inheritance Hierarchy
SystemObject
  Karamba.CrossSectionsCroSec_Shell_ElemData

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

The CroSec_Shell_ElemData type exposes the following members.

Constructors
  NameDescription
Public methodCroSec_Shell_ElemData(CroSec_Shell_ElemData)
Initializes a new instance of the CroSec_Shell_ElemData class. copy constructor.
Public methodCroSec_Shell_ElemData(ListShellLayer)
Initializes a new instance of the CroSec_Shell_ElemData class. create shell element cross section with a list of layers.
Protected methodCroSec_Shell_ElemData(SerializationInfo, StreamingContext)
Initializes a new instance of the CroSec_Shell_ElemData class. Deserialize CroSec_Shell_ElemData.
Public methodCroSec_Shell_ElemData(Double, Double, FemMaterial)
Initializes a new instance of the CroSec_Shell_ElemData class. create a default cross section.
Top
Properties
  NameDescription
Public propertylayers
Gets or sets layers of the element cross section.
Top
Methods
  NameDescription
Public methodClone
Deep clone shell cross section data.
Public methoddeepClone
deep clone shell cross section data.
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 CroSec_Shell_ElemData.
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 element data.
(Overrides ObjectToString.)
Top
See Also