cloneNode
suspend fun cloneNode(nodeId: Int, position: PositionInput, time: Double): NodeSurrogate<T>?(source)
Clone the node associated with the given id to the specified position.
Return
true if the node has been cloned, false otherwise
Parameters
nodeId
the id of the node to clone
position
the position where to clone the node