AutoCAD 2010 :: How To Use Command Select Similar To Be Applied
Mar 13, 2012
How to use the command “select similar” to be applied on a selected part of the drawing? I wanted to use the “select similar” command to select all the columns for a particular drawing on the file but not in all the existing drawings. This is why I number obtained is 60 columns not 20!
Then how to choose the “window selection” in which the “select similar” command is applied?
View 9 Replies
ADVERTISEMENT
Jun 1, 2012
I distinctly remember back in the day, (~2006), that you would be able to to choose the items you wanted to hatch first, then enter the Hatch command, hit OK, and your objects would be hatched. Simple! Since 2010, you have to enter the Hatch command, then hit Select Objects, then select your objects, then hit Enter, then hit OK, which I find it is less efficient.
View 6 Replies
View Related
Mar 30, 2010
HOW DO YOU TURN THIS OFF????!!!!!!!
If you select an object and then drag it, it moves. This is without initiating the MOVE command and without picking any grips.
View 9 Replies
View Related
Aug 3, 2012
I have several rectangles in a drawing which have the same dimensions, is it possible to perform a multi select of these items by specifying the lenghts of the rectangles ? I can't see a way of doing this under QSelect or Filter.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 8 Replies
View Related
Feb 25, 2010
For whatever reason the "select similar" command has disappeared from both my right click menu and my cui list when I'm in my personal profile on Architecture... Can't seem to get it back in my personal profile although can access it if I go back to the Autodesk Standard profile.
View 4 Replies
View Related
Jul 30, 2013
When you select similar using autocad it select similar in entire drawing. What i want is i am able to select similar using the same setting of selecting similar but with window selection instead of entire drawing ?
View 6 Replies
View Related
Apr 17, 2012
I have a previously converted Microstation drawing in Autocad 2011. In the conversion all blocks were given unique names. I would like to edit similar blocks globally. Many of the Microstation blocks look like the standard blocks I use. Does a Lisp routine exist that can select similar Microstation blocks and give them a single name?
View 3 Replies
View Related
Sep 26, 2013
we have moved from AutoCAD MEP 2012 to AutoCAD 2014 recently using Dynamic blocks with multiple visibility states.
in 2012 we could select a dynamic block with a specific visibility state and select similar, it would only select the visibility state that was previously selected.
in 2014 that is no longer an option WTH?
i have tried a couple of system variables to no avail (pickadd, selectionmode)2014
selectionmode is not a valid SV in 2012
View 9 Replies
View Related
Oct 26, 2011
In Quick Select command function, I want to use more properties value to select one type text or other object.
View 9 Replies
View Related
Apr 16, 2012
I run the CUI command, and use the command search to find an old macro command that I created a while back. I edit the macro in the right-hand pane and then click APPLY, and then OK to exit the CUI. But the changes that I made are not there - when I run the command in AutoCAD, it executes the old version of the macro.
So I tried it again, only this time I exited out of AutoCAD and re-launched. Still nothing.
This is very strange, because I've been composing and editing macros (attached to toolbar buttons) with CUI for years, and this is the first time I've ever had this problem. But it is worth noting that this is the first time I've tried to do this in our current version of ACAD, which is 2012 vanilla.
View 1 Replies
View Related
Jun 29, 2007
am trying to select between red and pink...on a graded level, which makes it harder. I am using the select tool and select similar in order to do so...I was wondering if their was a way to limit the particle size (object total pixzel area) that photshop considers when selecting similar things.
For example, like I stated above, I am selecting for red objects against pink objects...and the red objects are round, so is there a way to limit selection to objects red and have a objective radius of a few pixels?
View 1 Replies
View Related
Aug 7, 2012
Is there a replacement plug in similar to the "Variations" command that was thoughtlessly aborted in CS6... ANYTHING SIMILAR AT ALL.
I know what all you "pros" will say, but I have been using it since it was created and I like it
View 3 Replies
View Related
Sep 14, 2011
I'm looking for the Photo-Paint equivalent to Photoshop's Polar command. It makes panoramic photos into a round image.
It create cool stuff like this: [URL]
Current System: i3 3.07ghz, 3gb ram, Windows 7 32 bit with all updates and X6
View 7 Replies
View Related
Aug 10, 2012
Is there a way to select similar objects (by stroke color) programatically?
View 3 Replies
View Related
Dec 5, 2012
How to group similar layers and nothing solved my problem.For exemple: I have 3 layers.
-Glass 1
-Glass 2
-Glass 3
All of this layers are blue, and have the same characteristics.I want how i can grouping this 3 layers in only one.
View 4 Replies
View Related
Feb 6, 2013
How to compare two similar solid model and found where its differetiate is, and how to compare two similar drawing let say rev.1 to rev.2 and found where its differentiate is?
View 1 Replies
View Related
Jul 2, 2013
My autocad crashes when I'm working with many similar objects. As the roof shingles. Even when creating a block with all objects, when passing the cursor over the block cause the system to crash (its even worst this way). It seems that the program attempts to process each tile individually (further these tiles are rounded).I've been working with large roofs, such as 9mx4m.
View 5 Replies
View Related
Nov 27, 2012
without reiterating a lot of what is said in this thread: [URL] ......
This happen outside the potential malware infection?
if you care to not click-through, the problem is that certain commands (not all of them) simply do not disply in the command line. so the MOVE command for example looks like this:
NORMAL:
Command: _move
Select objects:
NOW:
Command:
Select objects:
same with QSAVE and who knows how many others.
View 5 Replies
View Related
Oct 30, 2012
In general, we can select the objects first and then run a command. I have a problem with this, autocad wont let this in my PC. If i select objects and run a command, autocad wont take the selection and prompts to select objects. I work on PC in a company connected to server, but the problem is only on my PC.
View 6 Replies
View Related
Jun 4, 2012
I'm creating a VB.Net routine which will run the REVCLOUD command. In my application I prompt the user to select a single polyline using:
EntRslt = acDoc.Editor.GetEntity(EntOpts)
Then later I run the REVCLOUD command using:
acDoc.SendStringToExecute("_revcloud Object Poly No ", False, False, True)
Where Poly is the polyline I selected earlier. Of course, the line above doesn't work since "Poly" is interpreted as a string. But I would like to figure out how to pass my VB.Net selected Polyline into the REVCLOUD command.
How I might do this? The REVCLOUD command will not accept the "Previous" selection set so setting the Implied Selectoin does not work. If my Polyline was the Last object in the database I could use the "Last" option, but it isn't.
View 7 Replies
View Related
Feb 23, 2013
Is there any way to use the copy command in such a way that the new objects are selected when I'm done copying? Perhaps a LISP of some kind?
View 6 Replies
View Related
Jun 13, 2012
I want to hide all layers through scripting. Firstly I have to select all layers for the same.
So, what is the command to select all layers?
View 5 Replies
View Related
Jun 20, 2013
I am writing an add-in for Inventor 2010 where I need to get the list of entities/objects that are available through Inventor's "Select Other" functionality via the user Interface. I have looked through the list of selection tools in the API and none of them seem on the surface to be what I need.
View 3 Replies
View Related
Dec 18, 2012
We just started using autocad 2013 after many years on autocad 2005. I am working on a 3d model, and whenever I do a "HIDE" command, everything looks OK, but I can't select anything until I do a regen. This was never a problem in 2005. Some of the drawings I work on are quite intense and using the hide command would definitely work with selecting the proper objects. Why can't I select or find endpoints or centers any more after doing a hide?
View 1 Replies
View Related
Oct 12, 2012
Is there a way in the command line to select certain objects. For instance if there is a cirlce a line and a square can i just select the circle using the command line. When i try to save as an STL file i can't find it anywhere. Does surfsculpt not work? Everytime i use it it says it failed. Also when i make an ellipse is there anywhere to specify the X Y and Z lenghts?
View 6 Replies
View Related
Oct 21, 2012
when ever I enter pedit command, and I move into model space to select polylines to join, my curser/pointer disappears? I can not select any lines because I no longer have the little square box to select lines showing. I have nothing at all. When I move out of model space, my white select arrow reappears?
View 9 Replies
View Related
Jan 25, 2012
I used the command qselect to select all mtext in model space. I then went to the properties menue and changed all mtext to 1" height.
I've got five pages, each with a different viewport. Each viewport is the same scale as the previous one however the text size is not.
Mtext was created under the same style.
View 2 Replies
View Related
Jun 18, 2012
I select the mirror command, but it will not select the lofted feature. All of the extruded features will select just fine.
View 5 Replies
View Related
Aug 10, 2011
as title if I need to select one by one,it will be too slow....Should this function be accompolished by LISP? But I am not familiar with LISP.... the situation is that I have many irregular lines distributed in disorder, and what I want to do is just lengthen these lines "3.5" Meters from the start point of each line.
If I can do this way , then I can join the line to some points correctly in Arcmap.
View 9 Replies
View Related
Nov 23, 2011
How I can select all layers using the command line?
I am going to write a piece of lisp which will reset all the lineweights for all layers to default and have started by doing it manually on the command line to see what I need to automate.
To start with I choose -layer then LW then type default and it is here I have a problem. It asks enter name list of layers for lineweight default which is where I need to choose all.
View 3 Replies
View Related
Oct 25, 2011
While i am using Join Command, I Could not able to select all polylines and also could not able to make those are join together (which those are touching at one point).
How to do the above funtion?
View 3 Replies
View Related