ElementEccentricity Class

represents the eccentricity of a node.

Definition

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

Constructors

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.

Properties

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.

Methods

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)

Fields

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.

Extension Methods

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

See Also