AutoCAD Architecture :: Erase Command - Polygon Windows Don't Work
Oct 18, 2012
I have been trying to use my ERASE command in order to use a window polygon but I'm not getting the results in need. This is what happens....
I type in ERASE, then WP and from there I select my polygon shape and the items I want deleted. I don't join the last endpoint of the window with the first point I just hit ENTER twice but nothing happens.
View 5 Replies
ADVERTISEMENT
Aug 19, 2010
Why my Block command does not work anymore?
I type in the command ( I'm an old school typer, hate the buttons ) BLOCK....then the next thing that happens is (after hitting enter of course), my crosshairs instantly turn into the Windows arrow.
I wasn't playing with any switches. I was just trying to make a little block with a number in it.
Yes, I restarted AutoCAD, restarted the computer, did not reload in AutoCAD.....AutoCAD 2011 by the way.
I run Windows 7 Home Premium 64bit.
I have to do a WBLOCK to make the blocks I need to bypass this odd behavior.
View 7 Replies
View Related
Oct 22, 2012
I'm trying to change the dafault varible for the mirror command from no to yes. whne you do the mirror command after you choose your second point it asks if you want to erase the source object and the default is set to no but I would like to change it to yes. I'm able to change the macro for the mirror button which works but only when I push the button. Before the cui file I remember everything was done from the acad.pgp or the acad.mnu files but with the new CUI file i can't seem to locate wher to change the actual command and not just the macro for the mirror button.
View 6 Replies
View Related
May 10, 2011
My ACA 2012 won't let me hatch an AEC polygon, or a space for that matter.
Is that a new feature, or a bug? Or am I missing something.
View 6 Replies
View Related
Apr 1, 2009
I'm currently trialling ACA 2010 in our office. In previous releases we used AEC Polygons as hatch and boundary objects for say concrete footing as an example.
Without the properties toolbar, how would I go about changing the linetype or colour of the aec polygon, I don't want to change the layer or a style based override I just want to assign a new colour to an object as the style base is set to 'byblock'. The properties for changing linetype, scale and colour aren't in the properties palette either.
Is this a bug or is there a correct workflow I must assume from now on?
View 2 Replies
View Related
Oct 13, 2012
I am unable to get my erase brush to work. I click on the "Erase" option, the "-" brush comes up, I run it over the masker area and nothing is erased. I try the other option of holding the ALT key while brushing to erase, the "-" comes up, but nothing is erased as I run over the masked area.
View 2 Replies
View Related
Nov 16, 2011
how does the erase tool work in Corel Graphics X5? I click on it and drag it around the areas I want to erase, and all I get is a new line showing me where i've dragged the eraser around.
View 4 Replies
View Related
Jan 6, 2009
I create an adjustment layer and then want to erase part of that layer, nothing is happening. I've tried painting to lighten or darken and tried the burn and dodge tool, but nothing happens.
What have I missed? I'm working just the same as in CS3, but with no results.
View 20 Replies
View Related
Feb 18, 2013
Wblock when run from the command line used to erase the entities selected, now it seems it does not, but the dialog box shows an option to keep or erase the selected entities.
Any variable name that controls this functionality?
View 1 Replies
View Related
Jan 13, 2013
For some reason I do not understand I cannot change the number of sides of a polygon by dubble clicking on the tool. For other tools (where you can change something) this is no problem and workes, but not for the polygon tool.
View 3 Replies
View Related
Aug 15, 2013
Is there a setting for extruding polygons so it doesnt leave the original polygon.
When i extrude a polygon into a 3D solid, it extrudes fine but it also keeps the original polygon which means i have to delete it?
View 6 Replies
View Related
Nov 23, 2011
I am having trouble getting the erase tool to erase part of an elipse shape in Corel Draw. I select the erase tool and click and drag across the part of an elipse that I want to get rid of (so far so good), then I release the mouse and an outline of the nib tool is left behind.
View 5 Replies
View Related
Mar 23, 2013
I have a doubt with the new text command. When i worked in Autocad2002, i could write my text directly in the command line, for example i could paste in a row all the options, followed by the text, but now i have to insert the text near the cursor after i insert the options...
It's possible to work with the text command like in Autocad2002 in the new versions? Writing all in the command line?
View 1 Replies
View Related
Sep 5, 2013
I can use xrefs on different project but right now on autocaddLT 2014 it doesn't work.
View 9 Replies
View Related
May 8, 2013
i was jus using mvsetup command to rotate a view port nad not my right click won't work?
View 7 Replies
View Related
May 11, 2012
Using purge command in AutoCAD 2012 , my windows get restart with blue dump.
I tried everything including..digonestic mode, 3gb swithing ,windows update, dot net update, windows firewal/antivirus desbled.
some times while using purge command its give a display error(attached ).I tried using windows 64 bits, but problem remains the same.
View 3 Replies
View Related
Dec 11, 2011
The Array command does not work in the same way like in previous versions and I find it difficult. Also the snap mode does not work propel y when no command is in process and no object is activated.
View 5 Replies
View Related
May 29, 2011
I can not find the tcircle command
View 2 Replies
View Related
Jan 31, 2012
I know how to add to the layer keys, and it seems to me that you can add a layerkey via the command line. Is this accurate or just wishfull thinking?
View 1 Replies
View Related
Sep 23, 2013
we have a strange problem showing up here on Autocad Architecture 2014 on Windows 8: We use the "space-bar" to confirm a command or shortcut. After start of AutoCAD everything seems fine but suddenly a hit of the space bar is interpreted as two hits:
Line <space>
Specify first point:
Specify first point:
Specify next point or [Undo]: [cursor ready for next point]
No chance to point the "first point". It is either 0,0,0 or the last coordinate.
Using the <Enter> button (or selecting an icon) is working as expected / normal but very unhandy because on the right side of the keyboard.We tried different keyboards but this is not a hardware problem!
View 6 Replies
View Related
Apr 3, 2013
I am working on drawing a simple garage with a few windows throughout it. After inserting the windows in the wall where I want them, I cannot see them from the top view. If I switch to an isometric view they are visible and exactly where I want them. what I may do to make these visible from the top view?
View 1 Replies
View Related
Sep 13, 2013
I need to Veto ETRANSMIT in some cases, I stripped down my code to a msgbox that will ask if i want to Veto Or not
Imports Autodesk.AutoCAD.RuntimeImports Autodesk.AutoCAD.ApplicationServices<Assembly: ExtensionApplication(GetType(GHATransmit.Initialization))> Namespace GHATransmit Public Class Initialization Implements IExtensionApplication Public KillCommand As Boolean = False Public Sub Initialize() Implements Autodesk.AutoCAD.Runtime.IExtensionApplication.Initialize Dim dm As DocumentCollection = Application.DocumentManager Dim doc As Document = dm.MdiActiveDocument AddHandler
[code]....
Even if the e.veto has been sent to AutoCAD the ETRANSMIT command still continues.
View 2 Replies
View Related
Mar 10, 2012
I have a 3d drawing file which I manually flattened except the section. The ground plan is at 0 Z axis.
Now I am trying to draw lines on top of it, and I cannot extend my lines. Any solution to this?
Additional question:
I also had some difficulties when I was trying to flatten the 3d model. "Flatten" command did not work. I understand Flatshot did not work because these are not solids. But why Flatten did not work? That was why I had to manually change start and end of z position.
View 6 Replies
View Related
Mar 28, 2013
I got a scanned image and wanna to get contour lines from it, so i'd like to know how does "Contour Follow" command work in A.C. civil 3d???
View 9 Replies
View Related
Nov 19, 2012
instead of isolating the entity selected, it LOCKS all other layers, except the one you select
View 3 Replies
View Related
Oct 16, 2013
I 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 Related
Apr 29, 2011
Are there any switches or settings needed to activate, the object boundaries when using the PRESSPULL command in autocad ver 2009?
View 5 Replies
View Related
May 18, 2011
I have used the wblock command to block out drawings for use by other companies and was backsaving by using the wblock browsing ellipsis.
I keep getting requests to backsave the blocks again, so this process doesn't seem to work.
View 8 Replies
View Related
Apr 27, 2010
the user is running C3D. He can only open a drawing if its in the previously open files list or he can open with Explorer. If he clicks the open toolbar or selects open from the menu or even types it at the command prompt, nothing happens. It seems to be trying to do something because the command prompt doesn't come back unless he escapes. If he instead hits enter, he gets a message that says it can't find the file specified - even though he never got a chance to specify anything. It's not FILEDIA and he has rebooted. It's also not hiding the open dialog box behind the acad screen.
View 9 Replies
View Related
Jan 20, 2012
I navigate (all functions, pan zoom, etc) with my space explorer in autocad architecture 2011 any autocad command will be cancelled by the 3d mouse. when use the 3d mouse, the cursor in autocad changes to the default windows cursor display. I have an updated version of autocad 2011 with all of the service packages and hotfixes, the space explorer software driver is up to date too, windows 7 ultimate x64 is updated too.command line example:
Command: _line Specify first point: "I move the 3d mouse" Specify next point or [Undo]: *Cancel*
Command: *Cancel*
I tried reinstalling both autocad and 3dconnexion, restored the default settings of the 3d mouse. I also shutdown the logitech mouse software to make sure it was not interfering with anything. I also double checked that it was not a display refresh issue with the graphics card or the display settings for autocad, I also played with the profiles in the 3dx sofware.
I installed Aucad Architecture 2012 and same freaking issue. The only way to solve it "half way" (so not a real solution) is to change the visual style to other than 2d wireframe, but when doing so, whatever object you are manipulating seems to freeze on the screen and doesn't refresh untill you move the mouse (normal one), basicaly the manipulated object doesn't zoom with the rest of the objects in the screen.
This is very anoying since the purpose of these stuff is to create an uninterrupted worflow not the complete oposite!! this mouse is worth around 200-300 dolars and Autodesk took responsability for it's drivers!! and it doesn't work!! it's faster to work with your regular mouse. Also you should develop the driver version for the Autocad Mac version.
View 1 Replies
View Related
Jul 6, 2012
I have been using Architecture 2013 for a while now, but now there is what I beleve to be a configuration issue. Essentially, ACAD loads,but does not recognise any AEC components. The tool pallette no longer has an icon to add a wall, for example. If I load an older drawing that has a wall in it, and select the wall, the Properties window says it is a wall, but none of the blue grips is visible. Right clicking does not give the option to "Edit Wall Style" for example. It behaves as though it does not know what an Architecural element is. If it type "WALLADD" at the command line, it says ""Unknown Command".
The company I purchased it from initially had me do a "repair", then a "reinstall" and then a "Clean reinstall". All of which I have done.
View 2 Replies
View Related