|
|
Node Class |
Namespace: Karamba.Nodes
The Node type exposes the following members.
| Name | Description | |
|---|---|---|
| Node |
Initializes a new instance of the Node class.
create a new node.
| |
| Node(Node) |
Initializes a new instance of the Node class.
Copy constructor of node.
| |
| Node(Int32, Point3) |
Initializes a new instance of the Node class.
initialize node with a id-number and a position.
| |
| Node(SerializationInfo, StreamingContext) |
Initializes a new instance of the Node class.
Deserialize Node.
| |
| Node(Int32, Support, Point3) |
Initializes a new instance of the Node class.
initialize node with a id-number, position and support conditions.
|
| Name | Description | |
|---|---|---|
| disp |
Gets the displacement vector of the node.
| |
| pos_disp | Gets or sets the displaced position of node. | |
| UserData |
Gets access to the user-data dictionary.
(Inherited from CommonObject.) |
| Name | Description | |
|---|---|---|
| addTo |
Adds node to feb-model.
| |
| Clone |
Clone the node.
| |
| 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 |
Serializes a Node.
(Overrides CommonObjectGetObjectData(SerializationInfo, StreamingContext).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasUserData |
true if the object has user-data attached.
(Inherited from CommonObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Overrides CommonObjectToString.) | |
| Transform |
transform the position of a node.
|
| Name | Description | |
|---|---|---|
| ind | index of the node in the model. | |
| is_visible | true if the node is to be displayed. | |
| pos | initial position of node. |