|
|
Node Constructor |
| 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.
|