Eagle PCB - välja flera pads/tracks
Eagle PCB - välja flera pads/tracks
Hur kan man göra det annat än med group-verktyget? Jag söker efter nån shift-klick-funktionalitet, group tar med omkringvarande objekt också.
- ChristianS
- Inlägg: 229
- Blev medlem: 7 januari 2009, 11:13:58
- Ort: Limhamn
Re: Eagle PCB - välja flera pads/tracks
Jag använder det vanliga grupperingsvertyget för det, välj grupperingsverktyget och enkelklicka (vänster knapp) och dra och du får en polygonfunktion som du inringar det du vill.
Re: Eagle PCB - välja flera pads/tracks
Du kan skriva in kommandon i textrutan under toolbar.
GROUP
Function
Defines a group.
Syntax
GROUP •..
GROUP ALL
GROUP;
Mouse keys
Left&Drag defines a rectangular group.
Shift+Left adds the new group to an existing one.
Ctrl+Left toggles the group membership of the selected object.
Ctrl+Shift+Left toggles the group membership of the higher level object.
Right closes the group polygon.
See also CHANGE, CUT, PASTE, MIRROR, DELETE
The GROUP command is used to define a group of objects for a successive command. Also a whole drawing or an element can be defined as a group. Objects are selected - after activating the GROUP command - by click&dragging a rectangle or by drawing a polygon with the mouse. The easiest way to close the polygon is to use the right mouse button. Only objects from displayed layers can become part of the group.
The keyword ALL can be used to define a group that includes the entire drawing area.
The group includes:
all objects whose origin is inside the polygon
all wires with at least one end point inside the polygon
all circles whose center is inside the polygon
all rectangles with any corner inside the polygon
Move Group
In order to move a group it is necessary to select the MOVE command with the right mouse button. When moving wires (tracks) with the GROUP command that have only one end point in the polygon, this point is moved while the other one remains at its previous position.
For instance: In order to change several pad shapes, select CHANGE and SHAPE with the left mouse button and select the group with the right mouse button.
The group definition remains until a new drawing is loaded or the command
GROUP;
is executed.