In the current drawing I am working in, when I copy a viewport using CO command it copies the viewport but nothing is seen in it. You cannot active it like a normal viewport; it turns into just a square. I do not have this problem in any of my drawings, just this one. If I copy the viewport by right clicking copy with a base point then paste it in the drawing, the viewport works fine. This is more time consuming then just using the CO command.
I'm using AutoCAD 2013 that came with Building Design Suite (Revit) and the copy command terminates after making the first copy, instead of continuing to make multiple copies until I terminate the command. Is there a switch to control this? A sysvar?
I have a 3D file (not of my creation) that gives me some problems when I try to copy it (it is a 3D building).
The problem is that, when i click on "copy" command, I can select a point but then AutoCAD crashes and it takes about 30 seconds to return working a normal way and permit me to paste it. (it happens with "move" command too)
Otherwise, if I use "copy with base point" I have no problems: after a second I can paste it where I want.
How can it be possible? Cause if sometimes I mistake and digit "copy", I always have to wait the long Autocad response.
This problem happens with both autocad 2012 and 2013 and it doesn't happen with other 3D files I have. The drawing is made mainly of meshes.
I have a Dell notebook and a NVIDIA Quadro 2000M video card, so you can understand I don't like this problems: I spent a lot of money for something I hoped could work well with AutoCAD.
About that, aren't there drivers for the graphic card? Cause when I click on "check for updates", autocad says me that there are newer version of the driver, but then it says me that it is impossible to update it (I have a connession and a student version).
I recently upgraded to Civil 3D 2011 from C3D2010. I have used the same ACAD.PGP file for years that includes the shortcut C for the COPY command. Up until C3D2011 this would always allow me to copy an entity multiple times, (the default when COPYMODE is set to 0).
I am running C3D2011 64bit on WIN 7 64bit OS. It happens with other commands too that use a dialog box normally, i.e. INSERT - it only brings up the command line version of it.
What is the correct way of copying an existing viewport, What I am actually doing is that to clone a layout by copying what is inside it, everything works smoothly except for the viewports.
I tried to use the clone method, but it didn't work, I also tried to use the copy from method but also to no avail.
In both cases the copied viewport is a dumb black rectangle.
Dim exkeyvport As Autodesk.AutoCAD.DatabaseServices.Viewport = DirectCast(acTrans.GetObject(objId, OpenMode.ForRead), Autodesk.AutoCAD.DatabaseServices.Viewport) Dim keyvport As New Autodesk.AutoCAD.DatabaseServices.Viewport keyvport.CopyFrom(exkeyvport) keyvport.UpdateDisplay() NewblkTableRec.AppendEntity(keyvport) acTrans.AddNewlyCreatedDBObject(keyvport, True)
The only way that partially worked for me was to create a viewport and copy its attributes one by one, but this is exhaustive and not reliable, so what is the proper way to copy a viewport?
I've struggled with the old issue of shifting images in rotated viewports. We use georeferenced aerial photography by way of these images inserted into their own drawing and then Xreffed into another drawing for printing. The issue is, the image appears shifted in some viewports. Most of the time it prints fine but not always. I searched the discussion groups and found a post a few years ago that a reply user stumbled across a quasi workaround. When the view command's Perspective is turned on and then off within the viewport, the image appears to be locked in it's correct position, not shifted. I have successfully used this procedure several times over the years until now. I have half a dozen drawings that when I turn the Perspective on and then off in a viewport, the image will not display. The xref is loaded and the layer is turned on in the viewport but the image doesn't show. What is the perspective portion of the view command within a viewport?
Can I modify an existing viewport in a macro or in the command line?
Using a macro, I want to modify (specifically delete) the viewport from a layout tab after chspace from model space.
I have LT so no LISP. qselect works but cannot be put into a macro.
If I "select all" on a layout tab in paperspace ACAD says 1 of the objects selected is the viewport so I know autocad recognizes the viewport as a different kind of object.
I am working on a set of architectural drawings, and so far I got about 12 sheets (each sheet is on a paper space layout) of details. I am using AutoCad 2005LT. The text is in paper space and all the drawings in model space. I have to move some details from one layout to another. When I copy the viewport with text to different layout the items in model space don't show off . Is there a way to copy text in paper space along with detail in model space at the same time to a different layout?
Is there a way to lock the layer setup in a viewport, so when i copy and paste it to another paper space tab in the same or different cad file, it keeps the same setup?? (layers frozen / thawed)?
I'm doing a work where i need to copy many layouts. I can set a few at a time, but doing one at a time is faster (in the end). However, rightclicking the mousebutton on the layout, copy it and scroll to the bottom to 'place at end' it time consuming.
I rather have a lisp of some kind that can copy the current layout and place it at the end (most right) of the layout tabs.
if it is possible with some -command (commandbar) i can do it myself, but i can't find any command to do so...
In AutoCad LT 2013, on Windows 8, I experience a 1/5 - 2 second delay afte 'enter' on a Copy command. The enter may be used in either right-click command or spacebar modes. This is the only delay I am experiencing in any command used so far. Other than that, the 2013 is flawless in Windows 8.
Any issues when copying certain object within my drawing from one part of the drawing to another, after selecting the objects I want to copy, I select the destination point and I cannot see any of the objects that I am copying, the command stops working and then I cannot see any objects in my drawing at all....its like I am zoomed out all the way and nothing is in my drawing...I save the drawing as is (seeing nothing on my screen)...calling it up again and all my linework, etc. is there again...it has happened in two different drawings so far within the last few months, and these dwgs. are not linked to each other at all....
i have a 1000+ table i need to put there formation Level which one i need to subtract from PGL level so any .lisp or any method how to subtract it if manually i need to minus each value from PGL
suppose my PGL at offset 5 is 105.452 so i need to show on offset 5 Formation Level so i will minus 105.452-.63=104.822 is Formation level is there any good option to subtract table automatically
Version of the CHSPACE.lsp command that has a "copy" option like the one from Intellicad?This version makes a copy of the selected objects first then moves them into the space you want, leaving the original objects alone in their original space.
how to add macros to my ACAD 2014 to count blocks, I managed to lose the "copym" command while trying to figure how to create a button in the user interface found in the ribbon bar under the customization tab...when I type copym into the command line, it wants to prompt me to finish the command string using the command "copymode" and doesn't even see that the command "copym" even exists in the list that is created. (the list that's created by an autocomplete function)
I found the command in the list while making a pull down menu item selection button for "copym" utilizing the user interface in the ribbon. I drug the command info for "copym" to the menu bar using the user interface feature. The command is there, all the info seems to be correct, I even managed to make a menu selection for it in the pull down menu. But when I select that menu item, the command line says: UNKNOWN COMMAND "COPYM" Press f1 for help.
I think I accidentally deleted something, just wondering how I can get my "copym" command function back into AutoCAD from never-never land.
With the code below the draworder is not retained , does anynone knows how to retain the draworder in a .net copy command?
Function MaakKopie(ByVal objIds As ObjectIdCollection) As ObjectIdCollection MaakKopie = New ObjectIdCollection Dim doc = Application.DocumentManager.MdiActiveDocument Dim dwg = doc.Database Using doc.lockdocument Using transactie = doc.TransactionManager.StartTransaction()
I want to paste text (numbers) into the command line as I am drawing a line.
In AutoCad 2011/2012 if I paste (CTRL+V), then the numbers in the clipboard will be pasted into the command line and all I have to do is push enter.
In AutoCad 2014 if I paste (CTRL+V), AutoCad will paste the clipboard contents as an mtext object into the drawing.
How do I change the behavior of AutoCad so that I can use "CTRL+V" in the command line?
For clarification these are the exact steps I am trying to do:
1. {type L}
2. {click a point in the drawing} 3. {type CTRL+V} // paste a number as a distance into command line 4. {type ENTER}
I know I can right click the command line and select paste. This option is unnacceptable for my use. I want to be able to CTRL+V text into the command line.
I have text from dt command, circle and leader line. After selecting them I use the copy command and starte pasting all over my drawing. Probable about 6 copies. about 3 or 4 of them end up not being able to select them. So if i want to edit the text, move all three entities or just delete them i cant. I figured out the only way to delete these "unselectable" objects i copied is to only have that layer on, type selectall and delete. Why this happens and why if i did 6 pastes it only happens to 3 or 4 of them? does it have to do with feature lines? I do have 3d lines in this dwg but i should still be able to select what i copied.
Whenever I place a copy or paste from the clipboard AutoCAD freezes for about 5 -8 seconds and is very annoying. Time is money people. I know it's not a RAM issue. I don't have the problem with 2011 when I go back to it. What gives Autodesk? When is the next service pack due? This only happens with teh copy command
I have an ipart I'd like to create w/ surfaces. The surface color is important because we use that as plate thickness ID in FEA. When I color a surface blue, then another red I continually get the default color when using the mirror or array command. We're creating a customizeable ipart where there will be some intelligence surrounding how big the array (we may need 3, 4, or 5 beams based on the unit size). I need a way that the colors on the surface propogate to the new surfaces created by the commands.
I'm trying to set my default for the 'c' copy command to be multiple in AutoCAD 2014. I set 'c' under aliasedit to COPY, but when I use the command 'c' it brings up [Displacement Multiple] as options but no mOde. If I use the command 'co' it brings up [Displacement mOde]. How do I set my 'c' copy command to default to multiple?
In AutoCAD 2011 in mapclassic mode I removed some buttons that I don't use from the Modify toolbar and now the copy command doesn't work. I can't even type in the command line.
When I use the copy with base point command in paper space and try to paste it into paper space of another drawing it seems to come in on a different axis or something. I can see the view ports as they are supposed to be however the text just shows as a line. It would be as if I were to put text in model space on top view and see it just fine then go to a front view and see just a line.
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 getting these white "ghost" boxes with every copy, move or mirror command. They can be individually deleted but that takes too long. The more there are the slower each command takes, to the point a copy can take over a minute. If I save and close then when I reopen they are gone -- until I execute a command. This is unique to a single file I recieved from a friend using a PC based Autocad; I use Autocad for Mac. I had no trouble with his file until I did a "Save As" and used it as a base for a new file. Now, every file that is a copy of it, even any file in which I x-ref it, has the same problem. All of my original, older files are fine. There is simply too much work in these (now) five files to start over. See attached.