AutoCad :: Use Delete Button For Erasing Objects?
Aug 9, 2011Before when I selected objects and press "delete" button on the keyboard, it erased those objects.
Now CAD doesn't do that. How can I enable that again?
Before when I selected objects and press "delete" button on the keyboard, it erased those objects.
Now CAD doesn't do that. How can I enable that again?
Breaking objects intersecting with a polygon and erasing them with an option outside/inside,
I couldn’t find out a single lisp file that can
Break all objects intersecting with a particular polylineAnd then erase objects with an option to choose inside/outside objects
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
The task being, trying to erase part of a simple shape dragged onto the page from the tool bar. When I use the eraser, it deletes what i am trying to delete, but leaves a trail of the erasers path. This is probably very basic stuff, but I am at my whits end to work this simple problem out.
View 8 Replies View RelatedI have a logo where I'm having trouble erasing some overlapping shapes? I'm using Illustrator CS5.
This is part of the logo: [URL]. I need to erase the white part of the hexagon that's showing through the cog and circle shapes, and I need to erase the part of the green cog that's showing through the circle. The problem is that the cog and hexagon have been made using strokes, so every time I try and use the pathfinder tool the cog inverts itself and I get odd results like this: [URL].
i have downloaded autocad on a new computer and i am amazed i can draw and dimension at the same time.
first of all how do you ENABLE and disable this option because the other autocad app that i have on another computer doesn't work like this and second, how come the delete button doesn't work and how to enable this option because right now i have to use other features such as Trim and it's slow.
when I select objects to erase it will not delete if I use the delete button. erase works however I would like my delete button to function...it worked prior to my power failure... is there a setting
View 1 Replies View RelatedJust installed 2013 and customised my own hotkeys when found the delete button doesn't respond.
Even in Customise UI, I cannot get the "Delete" to appear in the Hotkey field to assign the correct action. I have had to assign "Home" (which on my keyboard is directly above the Delete button) just so I can have the ability to delete objects without having to resort to the Edit>Delete menu.
I have one drawing, which has 79 layouts itself. I want to delete some same objects for all layout. Is there any command to edit all layout at one time.
View 5 Replies View RelatedIm making an array of all the sketched symbol definitions in a drawing that are not used in the drawing as a sketched symbol..My problem is that i do not understand how to delete all the objects i have in my array at the end of the code
Dim oDoc As Drawingdocument = ThisDoc.DocumentDim oSkSymDefs As SketchedSymbolDefinitions = oDoc.SketchedsymbolDefinitionsDim oSkSymDef As SketchedSymbolDefinitionDim oSheets As Sheets = oDoc.SheetsDim oSheet As SheetDim oSkSymb As SketchedSymbolDim MyArrayList As New ArrayList
[code]....
So I got my array with all the objects to be deleted. But how to delete?I also believe this code could be a bit more efficient.
I have a block that I use as hatch (using superhatch), so the block appears several times. At the border of the hatch I want to fix some of the lines.
If I try to ungroup & explode the hatch, then the block appears outside of the hatch boundry.
So my question is if I can fix the lines so the hatch remains whole.
I need a lisp that can remove all objects (lines, polylines, blocks etc.) outside of a polyline. polyline is closed and shape is variable, so not rectangle.
View 3 Replies View RelatedHow to identify and delete overlapping objects. For example one polyline has been pasted double time, with in common reference point.
View 3 Replies View Relatedi have a problem with an animation in Edge Animate. I try to animate a button which spins 45° on mouse over and back on mouse out. So far no problem. Now i want the button to spin 90° when i click on it and let it stay on this position. I made it spin the 90° but it always spins back on mouse out because the event is still there. Is there any possibility to delet the mouse out event or pause it after clicking on the button. I already tried remove it but without any sucess.
View 4 Replies View RelatedWe are using AutoCAD 2013 and our client is using Mechanical Desktop 2009 ,problem we are facing is that we are unable to see the object which they see in the same drawing by giving visible command. These unwanted objects remains even after purging the drawing and we are unable to delete at our end as we cannot see them because there is no such command like visible in AutoCAD.
View 5 Replies View Relatedhow to delete all OLE objects from drawing by most efficient way.
There are abt 150 drawings, each has from 2 to 20 or so OLE objects which need to be deleted. OLE objects are on many paper spaces.
I tried to use qselect but it selects only what is in current space.
Would need some lisp or some other methode than all can be deleted (excluding those which resides in blocks).
Tried also yto use ssx and then erase but still it deletes only what is on current space.
Just as additional info, those OLE are all pictures, not xls files for example.
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 just started having an issues with the delete feature. When I click on an object and it highlights it--when i hit the delete button, it doesn't delete the object any more. Also i should be able to click on as many object as i want, now it makes me hold the shift key down. And also when I click on an object then pull the layers tab down to assign it to a diffent layer ---it won't change it now.. what do you think is going on with the software and who might I contact to get this problem corrected.
View 3 Replies View Relatedlisp program to delete all objects in a drawing based on Layer excluding one layer objects.
in AutoCAD.
Example : I may have 10 layers in a drawings like 1 to 10. I need to delete all objects on 2 to 10 layers.
Is there a quick way to simultaneously delete all objects in a layer if these objects are found across several layout tabs and model space?
At the moment, I'm getting the objects using: (setq a (ssget "X" '((8 . "Revision"))))
This finds all objects in the drawing, but if I just use: (command "_.erase" a "")
to delete them, only the the objects in the current layout or space are getting deleted...
We have our pipe networks set up in our template. But in actual use, we don't use them in every project. Even in a project where we're using them, they will be d-ref'd around, so I don't need the actual network set up in each drawing.
I was deleting my unused, empty pipe networks from a drawing (to reduce file size and to avoid getting the "8 Objects not selected" dialogue when using quick select.)
I deleted 3 or 4 networks, then on the next one I got this message:
C3D was apparantly not content with merely informing me once of this interesting fact. No, the message was obviously considered so important that it had to be repeated. Many many times, for emphasis. So many times, that after I'd keept my finger on the Escape key for a minute or two, the program still felt that I needed to see this important dialogue box.
I used Task Manager to get out of the program.
I have a character who is wearing a vest with buckles on the side. Binding with skin weights creates distortion of these buckles, so it's not a good solution. So I'm experimenting with Duncan's Parent To Surface script: . It seemed to work ok until I noticed that when my character bent forward or backward the buckle di...
View 3 Replies View RelatedI have a large number of objects, paths, multiple copies, texts etc. under the visible (on the top) object which is larger and completely covers all unusable object bellow. How can I easily delete or weld INVISIBLE objects from composition?
View 7 Replies View RelatedCan we delete overlapping duplicate objects for both model and anotations in Revit
View 1 Replies View RelatedIs there any way to set keyboard shortcut or toolbar button to customized find objects option (.fin file)? I am a average Coreldraw user, knows almost all basics, but lacks advanced use of Coreldraw. I like to use any techniques that saves time. I know it with adobe Photoshop (like action etc.) but not with Coreldraw.. I heard about macros.
For Now I need to
1) set keyboard shortcut or toolbar button to customized find objects option (.fin file)
2) set keyboard shortcut or toolbar button or macros for repetitive find & replace options...
3) create macros for simple moves & then after combine these type of simple macros in one macros...
4) set keyboard shortcut or toolbar button to that macros...
5) and any these type of time saving technique. (in selection making, replacing, finding, batch process etc..)
I want is make actions & then combine them to script & then set keyboard shortcuts for same...
I am growing increasinly frustrated. I just installed AutoCAD LT 2013 on my laptop. I managed to get everything customized the way I want, except the button icons on my (classic) toolbar are much too small. If I go into the menu and select 'use large icons', they are too huge. My screen resolution DOES NOT need to be changed or adjusted. I went to the help menu to see what I can do, and found that I can go into CUI and adjust the size of the button icons that way, via the button image editor, however there is no 'button image editor' dialog box when I select any given toolbar command.
View 1 Replies View RelatedI am working in AutoCAD Civil 3D as AutoCAD 2013. I have a drawing that has three images loaded in the drawing. 1 is a .jpg and 2 are .bmp's. When i click the save icon, type save, type saveas, type qs i get the attached pop up. It says it wants to delete one of the .bmp images.
View 8 Replies View RelatedSomething has happened and I can no longer use the DEL key to erase objects. In fact, to erase anything I have to first click the erase button then select the objects to erase.
Is there a command to correct this issue?
Dell T1600 Workstation
Windows 7 x64
Intel Xeon E31280 @ 3.50 GHz
24 GB RAM
Nvidia Quadro 4000
Civil3D 2013
I am working in AutoCAD Civil 3D as AutoCAD 2013. I have a drawing that has three images loaded in the drawing. 1 is a .jpg and 2 are .bmp's. When i click the save icon, type save, type save as, type qs i get the attached pop up. It says it wants to delete one of the .bmp images.
View 3 Replies View RelatedI have a title sheet which I want to prevent being erased if certain conditions are met.
My code is:-
Friend Sub ObjectErased(ByVal sender As Object, ByVal e As Autodesk.AutoCAD.DatabaseServices.ObjectErasedEventArgs) Select Case e.DBObject.Id.ObjectClass.Name Case "AcDbBlockReference" Using tr As Transaction = AcadDoc.TransactionManager.StartTransaction() Dim blk As
[Code].......
I have a dwg that someone imported and I cannot find where this object is. I have tried searching the database with DBLink, Ideate BIMLink and I have gone into every view to no avail. I also used the reviTTools add-in which says there are no drawings in the file. Am I dealing with a corrupted file? I am super OCD and this is in our Template which makes it an even bigger problem.
View 2 Replies View RelatedIn a .psd-document, I'm working in many layers. Each layer has a different color. What i want to do is to be able to erase trough several layers a time with an eraser with some 'softness' and some 'opacity', and just a tiny bit of 'hardness'. The eraser should affect the upper layers more than the lower layers - ideally in an exponential-curve.
I've made a muck-up erasing manually less and less trough five layers, just to let you know visually what i want to do:
The eraser takes away a lot of the first layer, but barely touches the one lowest.