Click or drag to resize

Node Constructor

Overload List
  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
See Also