This is used in dragging methods to remember initial locations, for relative positioning and for cancellation.
You do not typically need to create these unless you are overriding tools.
Gets or sets the initial location for a dragged object.
This is most commonly the Part.location of the dragged object, or a rounded Part.location if snapping.
This is used in dragging methods to remember initial locations, for relative positioning and for cancellation. You do not typically need to create these unless you are overriding tools.
CommandHandler.computeEffectiveCollection returns a Map of Parts and DraggingInfo, which is used as an argument for methods like Diagram.computeMove.
Diagram.moveParts constructs a Map of Parts and DraggingInfo to record each Part's location offset during moves.
2.0