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

The CroSec_Shell_ElemData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertylayers
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.)
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