new Node(x, y, z) Creates an instance of the SkyCiv Node class. Parameters: Name Type Description x number The X coordinate of the node. y number The Y coordinate of the node. z number The Z coordinate of the node. Source: classes/model/components/Nodes/Node.js, line 8