AutoCad :: Copy And Move Work Differently In Some Drawings

Jul 7, 2011

Normally when I hit move or copy there cursor will change to a square and I can click single items for the command. If I enter "c" on the command line and change to the cross cursor I can select multiple objects by clicking and dragging.

In some drawing the cursor will not change to a square and I can not enter "c" on the command line. I can select single objects but the cursor becomes the standard windows arrow.

Is there a setting / variable in the drawing that can affect this?

View 8 Replies


ADVERTISEMENT

AutoCad 2D :: Hatch With Same Scale - Appearing Differently In Different Drawings?

Jul 14, 2011

I have two drawings, both in unit: meters, UCS world (however I think that doesn't matter). How come that a hatch with same scale appears denser in one drawing than the other?

View 8 Replies View Related

AutoCAD LT :: Can't Copy / Paste Between Drawings/ Incomprehensible Heavy Drawings

Dec 28, 2012

I'm using ACAD LT 2008.

When i try to copy paste some drawing entities from a heavy drawing file to any other file, the program blocks and says 'not responding', endlessly. So i always have to shutdown the program. I experience the same problem using the designcenter: when I try to copy a layout into another drawing, my computer gets stuck.

Another annoying problem with these files is that they are so heavy, while in fact they shouldn't be. I tried the aectoacad file command. In result the file id half as big, but after I open it and save it, again is the original size.

View 5 Replies View Related

Photoshop :: Smart Objects Work Differently After Upgrading To CC?

Aug 31, 2013

I would import a jpg as a smart object into my working doc. If I wanted to make changes to it, I would double click on it int he layer panel and it would open as a .psb. I would make changes and click save and it would update in my original document.
 
Using this method now, a "save as" window pops up to save my doc as a psd or whatever and when I do, it saves it in some temp folder but it does not update in my original document.

View 4 Replies View Related

AutoCAD 2013 :: Copy And Move Command But Not With Copy With Base Point

Apr 21, 2013

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).

View 4 Replies View Related

Illustrator :: Move Dialog - Option / Enter To COPY And Move Object

Dec 24, 2012

What happened to the option/enter command in the move object dialog that has been around since the early days of Illustrator???  Instead of having to mouse click the "copy" button in the move object window, one could just hold down option with Return or Enter and the Copy command would happen rather than a simple move.  Immensely useful for prepress work!

View 2 Replies View Related

AutoCad :: Copy Objects Between Drawings

Feb 4, 2012

I have a problem with acad files. Almost every time i try copying objects from one acad file to another the program becomes unresponsive. It can be just a line. I am using acad 2007LT. The files usually are edited in acad 2007 LT and newer versions like 2010 and 2011

When i try to copy files the command line displays:

"_pasteclip duplicate definition of block _archtick ignored".

After this message is displayed nothing happens. Left the pc to process more than 15 minutes and still noting. Recently i tried inserting such a file as xref, but no luck. The progress bar gets to 99% and it stops.

File size makes no difference because it happens with small files as well as large. I have to say that this problem doesn't accure to all the files, but the majority have this problem.
My colleagues using 2007 lt have the same problem.

When I need to copy something between files I make it a block and use design center to move the block between files.

View 9 Replies View Related

AutoCad :: Cannot Copy And Paste Between Drawings

Nov 21, 2006

I'm using Autocad 2002.

I am having trouble copying out of a drawing (model space) which i received from someone else, and pasting into my own. The properties on the original dwg file suggest it was created Sept 2001. It appears to copy OK (copyclip/copybase), but when i jump into my file and try to paste, the command line just reads:

_pasteclip

and nothing appears in my model space.

I've tried zooming extents, exploding the original, changing layers and line types etc into the same as in my own dwg. I've also tried to convert/save the dwg file into dxf's and other version dwg's....without success.

I have about half a dozen drawings received from the same source, and they all let you copy data into them, but won't let you copy/cut out.

View 8 Replies View Related

Photoshop :: Will Hard Copy Key Work With Downloaded Copy

Jan 30, 2013

I'm upgrading to a Zenbook which has no optical drive so I won't be able to install PS via the disk that I purchased a couple years ago. Would the key from my hard copy work with a downloaded copy of PS?

View 1 Replies View Related

AutoCAD Architecture :: How To Copy Blocks To Different Drawings

Oct 27, 2013

AutoCad Architecture 10, How can you copy blocks to different drawings? 

View 2 Replies View Related

AutoCAD 2010 :: Copy Views Between Drawings?

Dec 18, 2012

I'm working on a drawing that has some plan views that I need to keep.. but I would like to import views from another drawing. 

Is there a way to copy views from another drawing? Would be nice if when you insert another drawing as a block, it would bring the views along, same way that it brings along blocks, layers, linetypes.. etc. 

[URL]

View 3 Replies View Related

AutoCad :: Unable To Copy And Paste Between Drawings

Apr 13, 2007

I recently re-installed my AutoCad 2002 on an XP-SP2 computer.

I used to be able to do a windows copy or copy with basepoint and paste the item into another drawing.

Since I put AC on the XP computer, this does not work.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Move Tables In Drawings?

Jan 22, 2013

I have a lot of drawings with two tables in them, and they are all over the place.

I'm able to change the columns widths using the following

(setq PipeList (vlax-ename->vla-object (car (entsel))))
(vla-setcolumnwidth PipeList 0 0.25)
(vla-setcolumnwidth PipeList 1 0.25)
(vla-setcolumnwidth PipeList 2 2.0)
(vla-setcolumnwidth PipeList 3 1.5)
(vla-setcolumnwidth PipeList 4 1.625)
(vla-setcolumnwidth PipeList 5 1.0)
(vla-setcolumnwidth PipeList 6 1.75)

I'm wondering if I could modify the assoc 10 value to a specific point of '(8.5 10.3675 0.0).

View 3 Replies View Related

AutoCAD Architecture :: Copy Viewports To Multiple Drawings

Jun 3, 2011

Is there a way to copy a viewport with all its layers setup from one drawing file to another drawing file?

I can copy the viewport and activate it, but the layers setup for that viewport goes to default. So it turns everything on.

I can't make a layer state in the old file and import in new file, because the new file does not have all the same layers.  So not all my layers would be turned off in the viewport.

View 4 Replies View Related

AutoCAD 2013 :: Copy/ Paste Multiple Drawings

Jun 16, 2013

we got the big size file (file A), we fix it then we copy/ paste information (e.g. texts) from the other bad file (file B). File A becomes big size again although texts were copied is simple.

Question : How the best to copy these texts?

View 9 Replies View Related

AutoCad :: How To Copy Objects In Layers Across Drawings Using Design Center

Jul 8, 2012

I've tried dragging layers across drawings using the design center interface, but what I've noticed is that while the layer in question gets copied over, the layer is empty. The objects within the layer do not get copied over. How do I copy objects AND layers that I've selected across drawings using Autocad Design Center?

View 5 Replies View Related

AutoCad :: Move Commands Are Same With Copy

Sep 11, 2011

I found out that my current autocad architect 2011 move command are same with copy command. And also i found out everytime went i start my autocad programe that is an error message like #@%&*&%#@ that i cant even understand.

View 6 Replies View Related

AutoCAD 2013 :: Wipeout In Block Changes Draw Order When Copy And Paste Between Drawings?

Jan 31, 2013

...still happening in 2013...any answers out there?  I'm getting pretty tired of redefining blocks (sending the wipeout to the back of the draw order) after pasting them into drawings.

View 4 Replies View Related

AutoCAD Map 3D :: How To Copy / Move Objects Between Layers

Jun 17, 2013

I have AutoCAD Map 3D 2013. How do I copy/move objects such as lines and arces between layers that are in the Task Pane window, not the regular layers? I can't find the Layer Manager.

View 6 Replies View Related

AutoCad :: Copy / Move To End A Layout Tab In A Drawing

Jun 23, 2011

Using AutoCad 2011. When trying to 'copy/move to end' a 'layout' tab in a drawing, I keep getting the message:

'ERROR:Copy of layout failed'

I have in the past been very successful operating this command in earlier vers of Autocad.

View 4 Replies View Related

AutoCAD LT :: Computer Locks When Using Copy And Move Commands?

Nov 7, 2011

Autocad 2012 LT locks up when using the copy and move commands.  This last for a minute or more then starts working again.  The rest of the computer works fine while this is going on.  Intel i7 2600  16 GB ram  Nvidia G force GTX 460 video card, Windows 7 Home Edition with SP 1 and latest upgades.

View 9 Replies View Related

AutoCAD Civil 3D :: How To Copy / Move A Surface From One File To The Other

Jun 14, 2012

I tried usign the xml export and import it on the other file, the surface comes in fine but the break lines do not come in.

View 5 Replies View Related

AutoCAD 2013 :: Move / Copy Blocks With Attributes

Feb 10, 2013

My entire office has been experiencing drawing crashes as a result of moving or copying certain blocks within a dwg.  The problem seems to occur only while executing a Move or Copy command on a block with attributes, and zooming or panning while doing so.  My heart sinks instantly because the block will disappear when placed, and I know I am doomed to crash.  

I am usually able to pan or zoom a few times, and if I act quickly a Save will work before the drawing then crashes.  We have recently switched from 2011 to Civil 3D 2013, and the problem still persists. The two culprits are our slope arrow block as well as hex call-out.  Both blocks contain attributes and are frequently used through out our drawings, and this problem proves to be most frustrating when pressed for a deadline. 

View 5 Replies View Related

AutoCAD .NET :: Basic Move Or Copy Command With Drag

Jan 13, 2011

get any further with VB.net I'm trying to (re)create some autocad commands (and a own features, eventually).

I'm trying a move command now.A recreation of the Autocad command.

The selection of object works. Moving the set between two points works. The only thing thats too advanced for me is the drag posibility VB offers.

View 9 Replies View Related

AutoCad :: Marker Size For Copy / Rotate / Move

Jun 14, 2012

Is there a way to change the marker size when selecting objects for move, rotate, trim, chamfer..etc commands?

I have tried Autosnap Marker Size, aperture size and cross hair size from the options menu with no luck.

View 2 Replies View Related

AutoCad 2D :: Dimension Stretch When Move Or Copy Drawing

Jun 14, 2012

When I move any object using move command then dimensions are move with objects but dimensions are stretch and show as long extension line in the drawing.

I have checked DIMASSOC it is set to 2.

View 9 Replies View Related

AutoCAD 2010 :: Hatch Unable To Move / Copy To New Location

Aug 2, 2013

I could not move or copy the hatch,it seems like locked. The dxf drawing was exported from CSC OrionR18.

View 5 Replies View Related

AutoCAD 2013 :: Move / Copy / Stretch Commands With Snapping?

Jul 19, 2013

I use the right mouse click command as my enter. But for the past couple of days when I try to use the move, copy, stretch commands, everytime I go to select a base point - autocad selects the point and then automatically snaps or displaces to a random point off of the screen. I don't know if this has something to do with the right mouse click or not, but I can't figure out why it keeps snapping off screen. If I switch and use the enter key or space bar as enter the problem goes away.

examples:

Command: s STRETCH
Select objects to stretch by crossing-window or crossing-polygon...
Select objects: Specify opposite corner: 13 found
Select objects:
Specify base point or [Displacement] <Displacement>:
Specify displacement <0'-0", 0'-0", 0'-0">:

Command: m MOVE
Select objects: Specify opposite corner: 43 found
Select objects: Specify opposite corner: 27 found (14 duplicate), 56 total
Select objects: Specify opposite corner: 18 found (14 duplicate), 60 total
Select objects: Specify opposite corner: 14 found (4 duplicate), 70 total
Select objects:
Specify base point or [Displacement] <Displacement>:
Specify displacement <0'-0", 0'-0", 0'-0">:

View 3 Replies View Related

AutoCad :: When Copy Objects With Dimensions - Dim Base Point Does Not Move With It

Aug 5, 2011

many times, when I copy an object with the a dimension to it. It keeps the base point of the dimension and has a crazy long leg of the dimension that starts from the original place. how can I stop this from happening?

View 9 Replies View Related

AutoCad :: Change Layer While Editing (copy / Move / Rotate)

Aug 13, 2011

What I want to do is to combine two commands, editing (copy, move, rotate) and change layer.

View 3 Replies View Related

AutoCAD LT :: Move / Copy Properties Button To Home Panel

Nov 21, 2012

I'd like to locate the PROPERTIES button in the Home Panel instead of, or in addition to, the View Panel.  When I go into CUI, it won't let me move/copy it.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved