Click or drag to resize

Node Class

Node of a finite element model.
Inheritance Hierarchy

Namespace:  Karamba.Nodes
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class Node : CommonObject, ISerializable

The Node type exposes the following members.

Constructors
  NameDescription
Public methodNode
Initializes a new instance of the Node class. create a new node.
Public methodNode(Node)
Initializes a new instance of the Node class. Copy constructor of node.
Public methodNode(Int32, Point3)
Initializes a new instance of the Node class. initialize node with a id-number and a position.
Protected methodNode(SerializationInfo, StreamingContext)
Initializes a new instance of the Node class. Deserialize Node.
Public methodNode(Int32, Support, Point3)
Initializes a new instance of the Node class. initialize node with a id-number, position and support conditions.
Top
Properties
  NameDescription
Public propertydisp
Gets the displacement vector of the node.
Public propertypos_disp
Gets or sets the displaced position of node.
Public propertyUserData
Gets access to the user-data dictionary.
(Inherited from CommonObject.)
Top
Methods
  NameDescription
Public methodaddTo
Adds node to feb-model.
Public methodClone
Clone the node.
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.)
Protected methodGetObjectData
Serializes a Node.
(Overrides CommonObjectGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasUserData
true if the object has user-data attached.
(Inherited from CommonObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides CommonObjectToString.)
Public methodTransform
transform the position of a node.
Top
Fields
  NameDescription
Public fieldind
index of the node in the model.
Public fieldis_visible
true if the node is to be displayed.
Public fieldpos
initial position of node.
Top
See Also