AutoCAD LT :: Command Is Restoring All Objects Erased?
Feb 15, 2013The 'oops' command is restoring all objects erased since the start of the session rather than the last one erased.
Is there a setting i'm missing?
The 'oops' command is restoring all objects erased since the start of the session rather than the last one erased.
Is there a setting i'm missing?
I was hoping to use find and replace "#" with broken fields in the drawing. but it will not find the # value that the field creates when it is broken. Is the only way to find a broken field a visual check? or is there another way I am not aware of?
View 5 Replies View RelatedWhat happened to CMD Option ~, for select luminosity? I am looking to bring back detail to the Wii controller.
View 6 Replies View RelatedIn 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 RelatedI think it's quite a lot of useless work to always select objects before or during a command, if you manipulate the same set of objects over a longer period of time. Say, as an architect I have a floor plan with a table and chairs. Now I want to copy, translate, rotate and scale the table with the chairs until they fit my floor plan. So I have to select the furniture, copy it, select it again, move it, select it again, rotate it, select it again and then scale it. Of course, there is the "previous" option, but is there a way of keeping a selection set active after the command so you just can go on to the next command without re-selecting the whole thing? My favoured workflow would be: Select the objects, copy them, move them, rotate them, then scale them. The objects should be active all the time and deactivated with ESC after the manipulation.
View 3 Replies View RelatedIs 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 RelatedI can't remember the command that created a polygon, where you could item sections of lines so that they didn't visually conflict with other lines or text that you want to highlight. Then you could also make the box itself not show.
View 8 Replies View RelatedI want to use BO command for vertically long and thin objects. When i zoom in and the object is not completely visible in the screen and i click inside the object , AutoCAD says , valid hatch boundary not found. Is there a way to join polylines of such objects using BO command. I have to eventually resort to Pedit command which is bit tedious to do.
View 6 Replies View RelatedI am working on a .Net plugin and need to handle some events. The first one I'm playing with is the ability to prevent a block from being erased. My method for doing this was to add a handler to the database object of the current document, and look for blocks being erased and then check its name/attributes. I realize that the code is buggy and will only work for blocks - but it's currently just a proof of concept. I have hard-coded the block name, and set a check for if the attributes contain "123". It seems to work, but after I un-erase the blocks they don't redraw. I've gotten better results with calling .Draw on the object, but I still have to regen the drawing manually.
<CommandMethod("protectblock", CommandFlags.Session)> _ Public Sub protectblock() Dim currentDocument As Document = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument Dim currentDatabase As Database = currentDocument.Database AddHandler currentDatabase.ObjectErased, New ObjectErasedEventHandler(AddressOf callback_ObjectErased) End Sub
[code]....
I am trying to copy objects from an xref, and when I select the objects from the xref, they appear to the side of where they are actually located. So, effectively, if I want to place the objects in exactly the same spot where they are in the xref, I have to try and eyeball it, or take the additional step of moving them into place, which is becoming very time consuming.
View 8 Replies View RelatedI 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 RelatedI am having issues with files in Acad that were originally created as VWX files. The boundary command will not work on solid objects from a top view as it does with Acad created objects. Also, I cannot dimension any rounded surfaces because they are splines. Are there any workarounds to these issues?
View 7 Replies View RelatedIs 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 RelatedI'd like to know how can i join these objects. I'm trying to use PEDIT command but no success. The objects are not touching so it's not possible?
How can i join two objects that aren't touching each other
OBJECTS.jpg
Where is the command delete duplicate objects in AC2012? In version 2011 it was in express tools. Whether this command is not in version 2012?
View 2 Replies View RelatedI 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 Relatedas 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.
Can you lock a line so that it cannot be moved or erased? Not a layer...a specific line.
View 3 Replies View RelatedIs there a way to select a number if not all objects in a drawing and then change the properties (specifically color) from the command line i.e. without a dialog window?
Custom Build with Win7 Pro 64Bit SP1
Gigabyte Tecohnology Co. X79-UD3
3.60 gigahertz Intel Core i7-3820
16GB GSkill Ripjaw Z PC3 2133 PC17000
PCI-E ATI FirePro V7800 2GB 256bit
ATA SanDisk SDSSDX24 SCSI Disk Device (256 GB)
Dell 2001FP and (2) 2407WFPHC Triple monitor setup
Question - Are you the Common Denominator?
I have tried and failed to set line weight of object after baseview command. Its very thick line and showing the 2d object views in very bolds lines when i am trying to take print it is horrible to see it.
I am using Autocad 2013 version
We are on ACA 2011 and created a ceiling plan. Sent it to a consultant that is on ACA 2013.The file was saved down, but when we try to make a new ceiling or copy an existing grid, we get the following:
Command: _AecCeilingGridAdd.
Command not allowed because drawing contains objects from a newer version of this application.
Is there any way to use the command "LAYCUR" to change all objects that are in the same layer? With a lisp, maybe?
View 9 Replies View RelatedI know that Archtecture uses views differently than the other AutoCAD verticals, but I'd still like to find a solution to this. When I use the 3DCLIP command to create section views of models created in Architecture, the wall and roof objects do not clip correctly. The clipping planes do not create sections of those objects.
Is there a way to get the 3DCLIP command to actually intersect wall and roof objects?
Using the Copy(multiple) command button with the following sequence (working correctly): Copy command, window objects to copy, right click to close selection, pick base point,
pick new location point(s),...right click to close the command.But sometimes it decides to do this: Using the same Copy(multiple) command button with the following sequence (not working correctly):
Copy command, window objects to copy, right click to close selection, pick base point..At this point the copy comand closes out. It has assumed a single copy, 0,0,0 base point
& tossed the copied objects out in model space accordingly. But as stated it only does this periodically.
I am going to collect objectid's of the moved items in drawing after they moved to destination. So I wrote an event to monitor move command , by using object modified event handler. when I run below code for every entity it collects 2 object id. One before move and one after move. Is there any way to just collect object ids after they moved?
Class EVENTS
Dim MyDwg As Document = Application.DocumentManager.MdiActiveDocument
Dim Myed As Editor = MyDwg.Editor
Dim Mydb As Database = MyDwg.Database
Dim Myobjidcoll As ObjectIdCollection
[Code]....
I'm currently having diffulties editing my selections, specifically lines, hatching etc through the properties command. When I select a polyline or hatch and then select properties it shows that there is no selection. However if I select text I can edit the text style, but I can't change the colour. I've tried to change back to the default settings but that hasn't work.
View 6 Replies View RelatedLand Desktop 2009 Civil 3D Companion
When I issue the Wblock Command I can not find the Dialog box to select objects and file location... This happens in the Layer Dialog when I try to change the color of a layer, the Color Dialog box can not be found. When I use the Block command the dialog box pops up, so I can see it.
fildia>1
cmddia>1
attdia>0
My company upgraded our AutoCAD from 2007 to 2009 this past Monday. I'm getting an error message when trying to change the order of objects in model space.
Command: Unknown command "AI_DRAWORDER". Press F1 for help.
Command: Unknown command "FRONT". Press F1 for help.
i unistalled photoshop 6 from my computer when i renewed my subscription (i did this cause it wasn't opening) and now i can't download a new version.
View 3 Replies View RelatedIts a large file, so i shut down photoshop and then started it back up, like i do all the time. However when photoshop started up again my file i had been working on all week was gone. It could be seen in the recent files, but when i clicked it it said it couldnt find it. So i go to the directory where it should be, and, yup, its gone.
Not in the recycle bin, not anywhere on the drive after many exhaustive searches, and i cant even find it using a disk recovery tool. I have tried recuvra, which took over 2 hours, and nothing. It is completely and absolutely gone, taking away a weeks worth of work with it. I actually need this for tomorrow, but dont have anywhere near enough time to create it from scratch again.
I saved a .psd as a flattened image. Is it possible to retrieve the former version that has all of my layers?
View 1 Replies View Related