Is selecting multiple corner points in one go possible?

Is it possible to select multiple corner points in the PCB editor at a time? It would speed up things considerably if you could marque select many polygon corner points at the same time. Especially for point deletion and moves.

Likewise it would be nice if you could select several points of several objects and move them in one go too.

KiCad has a bunch of methods to create and modify selections.

Drawing a box from left to right only selects things that are completely inside the box.
Drawing a box from right to left also selects things that are crossing the box boundaries.

Dragging a box while depressing [Shift], adds the new box to the existing collection.
Dragging a box while depressing [Ctrl + Shift], removes items from the existing collection.

You can use the u shortcut key to select more track segments of a net (copper), and this also seems to work somewhat with lines.

Yes i know this. but i want to select complete objects partially. So what i want to do is select like 50% of the points in a polygon and drag them slightly to the left. But there does not seem to be a way to interact with points more than one at a time.

So what i want to do is say select two points in two separate objects and move the points, not the objects:

Image 1 Two separate objecst points are selected and moved on right

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.