OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Move_Nodes.MoveNode — Move a node to another positon.

Synopsis

OOF.Graphics_n.Toolbox.Move_Nodes.MoveNode(origin,destination)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Move_Nodes
  • Callback: function MoveNodeToolbox.moveNode in module ooflib.engine.IO.movenode
  • Parameters:

    origin
    Type: A Point object (eg, Point(1.1, 2.0)).
    destination
    Type: A Point object (eg, Point(1.1, 2.0)).

Description

Move a Skeleton Node to a new position. The Node to be moved is the one closest to the given origin point. It will be moved to the given destination.

Moves that create illegal Elements will be prohibited unless they have been explicitly approved by calling OOF.Graphics_n.Toolbox.Move_Nodes.AllowIllegal.