[SerializableAttribute]
public class CroSec_Shell_ElemData : ICloneable,
ISerializable<SerializableAttribute>
Public Class CroSec_Shell_ElemData
Implements ICloneable, ISerializable[SerializableAttribute]
public ref class CroSec_Shell_ElemData : ICloneable,
ISerializable[<SerializableAttribute>]
type CroSec_Shell_ElemData =
class
interface ICloneable
interface ISerializable
end| 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. |
| layers | Gets or sets layers of the element cross section. |
| 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) |
| ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |