[SerializableAttribute]
public class ElementEccentricity : ICloneable,
ISerializable
<SerializableAttribute>
Public Class ElementEccentricity
Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class ElementEccentricity : ICloneable,
ISerializable
[<SerializableAttribute>]
type ElementEccentricity =
class
interface ICloneable
interface ISerializable
end
ElementEccentricity | Initializes a new instance of the ElementEccentricity class. create new default eccentricity. |
ElementEccentricity(SerializationInfo, StreamingContext) | Initializes a new instance of the ElementEccentricity class. Deserialization ElementEccentricity. |
ElementEccentricity(Vector3, Vector3) | Initializes a new instance of the ElementEccentricity class. create new eccentricity. |
Default | Gets the default eccentricity. |
fe_ind | Gets the index of the eccentricity in the fe-model. By default it is zero which is the zero eccentricity which is always present in the fe-model. |
glo | Gets or sets the eccentricity of the cross section in global coordinates. |
guid | Gets the GUID of the eccentricity object. |
loc | Gets or sets the eccentricity of the cross section in local coordinates. |
addTo | add the eccentricity to a C++ model. |
Clone | clone the eccentricity. |
defaultGuid | return the eccentricities default guid. |
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(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. (Overrides ObjectGetHashCode) |
GetObjectData | Serialize ElementEccentricity. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
isDefault | return true if the eccentricity is the default eccentricity. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
renewGuid | set a new guid. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
fe_ind_ | index of the eccentricity in the fe-model. By default it is zero which is the zero eccentricity which is always present in the fe-model. |
guid_ | GUID of the eccentricity object. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |