CroSec_Shell_ElemData Class

A cross section of an element of a shell.

Definition

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

Constructors

CroSec_Shell_ElemData(CroSec_Shell_ElemData) Initializes a new instance of the CroSec_Shell_ElemData class. copy constructor.
CroSec_Shell_ElemData(ListShellLayer) Initializes a new instance of the CroSec_Shell_ElemData class. create shell element cross section with a list of layers.
CroSec_Shell_ElemData(SerializationInfo, StreamingContext) Initializes a new instance of the CroSec_Shell_ElemData class. Deserialize CroSec_Shell_ElemData.
CroSec_Shell_ElemData(Double, Double, FemMaterial) Initializes a new instance of the CroSec_Shell_ElemData class. create a default cross section.

Properties

layers Gets or sets layers of the element cross section.

Methods

Clone Deep clone shell cross section data.
deepClone deep clone shell cross section data.
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 CroSec_Shell_ElemData.
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 element data.
(Overrides ObjectToString)

Extension Methods

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

See Also