![]() |
Node Class |
Namespace: Karamba.Nodes
The Node type exposes the following members.
Name | Description | |
---|---|---|
![]() | Node |
create a new node
|
![]() | Node(Node) |
Copy constructor of node
|
![]() | Node(Int32, Point3) |
initialize node with a id-number and a position
|
![]() | Node(Int32, Support, Point3) |
initialize node with a id-number, position and support conditions
|
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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | 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 |