Search the Community
Showing results for tags 'selection'.
-
Selecting an object, selects another object simultaneously.
khoshravan posted a topic in AutoCAD General
Dear All Something odd happens to my file (attached file). When I select a blue line in square on right-bottom side of the drawing, the same square with same color is selected in the upper-left drawing as well!. I have drawn one of these drawings and then copied. Why do I face such an odd behavior? I noticed this, when I tried to copy all three drawings and find out that the blue square didn't copy. equilateral-square.dwg -
Already, another challenge for experts from LIPS: In working with various entities overlaid with different colors and layers, you can get a selection of colors of visible entities in the upper layer, ignoring the entities of the same color located in a lower draw order?
-
problem selecting multiple objects.
whabtewo posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
When I try to copy or move I have a problem selecting multiple objects, once I select the first one I can't select anothe otherwise the first one becomes deselected. I made sure that the selection mode is set to multiple. By the way it was working fine yesterday, Please help! -
We are working with the MEP-2010 software after being upgraded from ABS-2006 and we are finding that many of the drawings need a very simple, yet time-consuming fix. We simly need to open each DWG file, select a different plotter from the list, then re-select the original plotter. Apparently this is some form of glitch. None the less, we have many DWG files to perform this function on, so that we can continue to plot these files in the future. My goal is to find something that will allow us to modify the plotter for a group of DWG's at a single time. Does anyone know of something that will allow us to do this? PLEASE HELP! Thanks,
-
It seems that I am .lsp illiterate, but hey, I'm trying to learn. Hopefully you can help me. I am looking for a piece of .lsp code that will allow me to go between layout tabs one at a time. The catch is that I need this to function like the keyboard stroke: Ctrl+Page Up or Ctrl+Page Down, where it simply jumps up/down one layout at a time, without needing to know the layout name. Extra credit: To have this function start with the first layout tab and progresses through to the last layout tab (say, 20 layout tabs) Does anyone know if this is possible? I will be performing other tasks for each "current" layout as they are active, so I imagine that I would simply repeat a piece of code after I inject my code for each layout. Again... trying to teach myself how to do this. Thanks in advance for your help.