AutoCad :: Copy Or Set Xref UCS?

Jan 12, 2014

i got a drawing with its UCS rotated , when trying to xref or copy@paste objects from it to another drawing i see that it respects to hosting UCS. is there a way to copy UCS from drawing to drawing?

View 4 Replies


ADVERTISEMENT

AutoCad :: Copy One Item From Xref Into Active File

May 30, 2011

Is there a way to copy just one item out of an x-ref? I am coming from MicroStation where the X-Refs acted alot differently. The only thing I miss so far is just being able to copy one item from a x-ref into the active file.

View 9 Replies View Related

AutoCAD Civil 3D :: Copy Parcel Lines On Xref Layer Zero

Mar 21, 2013

I make parcels in a base dwg and make separate layers for each parcel and labels moving them off the default layer zero.

i xref the base and then try freezing all the parcel layers and the go away but i am left with a copy of the parcel lines on xref layer zero with no control over it.

View 6 Replies View Related

AutoCAD 2010 :: 2012 Freeze Or Long Lag With Copy / Paste And XREF Placement

Feb 9, 2012

- Dell XPS 8300 running Windows 7 SP1 64-bit with 12 GB of RAM

- AMD Radeon HD 6800 Series with updated drivers installed

- AutoCAD 2012 64-bit SP1

- ACAD Hardware Acceleration is ON

This hotfix is already installed.

This particular file (and a few others) has an issue whereby the computer pauses for a LONG time whenever an XREF is placed OR a copy/paste system command is executed (not the COPY AutoCAD command, but Ctrl+C/V). I have audited and purged the file; there are no audit errors. I also tried recovering the file and it made no difference.

I checked one of the problemmatic files on my machine (different machine but still AutoCAD 2012 and Win7) and the same file has the same issues.

New files do NOT have this problem. I have attached the file. Steps to recreate the problem:

1. draw a simple rectangle

2. try to copy/paste it with ctrl+c/v

3. this other machine and my machine both pause for 8-10 seconds

I'm confident that it's something in the file, but I don't know how to track it down.

View 3 Replies View Related

AutoCad :: Use Xref Manager To See Where Actual File For Xref Resides On Computer / Server

Nov 15, 2013

I know that in ACAD you can use the xref manager to see where the actual file for the xref resides on your computer/server/etc. What I'm curious about is whether or not the inverse action is possible. Can you somehow access the file (not the output sheet where it's being xref-ed) and see what other files are using it as an xref?

I've come in on a project that is nearing completion and have been assigned the task of "cleaning up the project folder." Unfortunately, there are a ton of files in the different folders that are no longer in use on the final output sheets and I need to keep the ones still in use and archive the ones that are no longer needed. What I've been doing is going through those sheets and reviewing the xref manager for each sheet to see which files are actually put onto those sheets and making a physical checklist from which to organize my findings. Once the checklist is made, I then archive all the files that are no longer being used.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change Xref Layer With Xref Name?

Jul 31, 2009

Is it possible to run a lisp which can extract all the xref names, make a layer with that name and then change the xref on the layer? I have got a similar routine from earlier posts but it doesn't work if any xrefs inserted in paper space (works fine on model space). could change this routine allowing to change the layer of xref in paper space too.

(defun dxf (i a) (cdr (assoc i a)))
(defun c:lxr ( )
(setq ss (ssget "x" '((0 . "INSERT"))))

[Code].....

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Xref Reactor Object ID To Xref Name

Oct 2, 2012

I am using (trying to anyway) a :VLR-xrefSubcommandReloadItem reactor.  My only question is how to get the xref/block name from the 'reactor callback data' Object ID.

I am ultimately trying to pass it to (vla-get-xrefdatabase ....), but I cannot figure out how to turn the second parameter from the reactor callback data into something I can use - for example the second parameter returned may be "65" or some other number. 

Civil 3D 2011
Windows 7 x64

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Copy Shortcut C Doesn't Copy Multiple But Typing In COPY Does

Aug 23, 2013

I have a keyboard shortcut for Copy (see directly below). This command doesn't copy multiple. But if I type "Copy" at the comment prompt (AutoCAD 2013) the copy multiple is the default. Copymode is already set to "0".

(DEFUN C:C()
(setvar "SNAPMODE" 1)(COMMAND "_COPY")
(PRIN1)
)

View 4 Replies View Related

AutoCad :: Bind Xref But Also Preserve Xref Links?

Sep 17, 2013

when you bind an xref the link disappears from the xref manager.

is it possible to bind an xref, but preserve that link in the xref manager? i realize that will lead to two copies of the same object in the drawing (one xref, plus the new block). everyone's okay with that happening.

View 9 Replies View Related

AutoCAD .NET :: How To Get Full Xref Path Name Instead Of Xref DWG

Jul 5, 2012

How do I get the full Xref Path name instead of Xref.dwg? I'm scratching my head is this totally under my nose... cause I don't see where the property is stored. I'm getting EV_BDR.dwg instead of C:folderEV_BDR.dwg

View 8 Replies View Related

AutoCAD 2013 :: Copy Command Terminates After Single Copy - No Multiple Copies

Jan 3, 2013

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?

View 2 Replies View Related

AutoCAD 2010 :: Copy Elements Of Files In Drawing - Copy To Clipboard Failed

Jan 11, 2013

i have various files which I cannot copy elements of into other drawings.

when i use the ctrol+copy command, I get the "copy to clipboard failed". This has only started since I upgraded to AutoCAD2012.

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

AutoCAD Civil 3D :: COPY Command Won't Multiple Copy When Executed With ACAD.PGP Shortcut In 2011

Aug 3, 2011

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.

View 5 Replies View Related

AutoCAD Inventor :: ILogic Design Copy Does Not Make Copy Of Content Center Parts

Jul 5, 2012

I am trying to make an assembly copy as separate project using the iLogic Design Copy feature.

Everything seems fine except I do not have my involved in assemblyContet Centerparts in this copy.

I am also have no any possibility to chose the Content Center folder in the iLogic Design Copy feature as it does not showup there.

[URL]

View 2 Replies View Related

AutoCad :: Copy Window In One Page Or Copy Multiple Pages

Dec 11, 2013

I am having a problem with memory. I am running Windows XP with 4GB ram. when i start laying out in paper space, i copy the window in one page or copy multiple pages, every time i copy a page of window my memory builds up & up & up with each one until it gets to over 2 GB & the it tell me that if i continue with this next process CAD will crash because i have maxed out the virtual memory. This is usually not a problem when i am doing smaller one off drawings with a few pages of windows but when i am doing a bigger project with 20+ pages or windows i run out of memory.

I gave the latest file to my business partner & he does not have this problem at all. He can open up many windows & as many pages as Cad will allow. His memory always fluctuates around the same 2GB. He is running Windows 7 with 4 GB ram.

View 9 Replies View Related

Photoshop :: Apply Same (color) Changes From Copy To Original Image Or Another Copy

Aug 26, 2013

For this example let's take in account that I have 2 identical in every aspect copies (meaning size and content at this point) of the very same image.

1st remains unedited,

2nd is edited only as far as concerning the image > adjustments menu through changing mostly channel mixer, selective color, saturation etc values and had an object attached to it atop of the original depiction before being edited as a whole.

What I want to do is to edit the 1st image, compare in some certain ways the colors of it I guess with the ones of the 2nd, match for instance where color hex value X (and horizontal/vertical X,Y coords - is it needed in order to be more precise and avoid mistakes?) (I guess again) from the 1st image is edited into color (or even additional settings atop of that?) hex value Z, do that automatically for all the combinations and immediately apply the same changes I applied from 2nd pic when unedited (and looked exactly like 1st pic) to the very same 2nd pic in start, TO the 1st pic in the present case. Also in order to do this "color matching" before applied or not I need to set out-seperate the area where I have added an additional object in the 2nd picture and fill it possibly with the original content from the 1st(can it be done in one move) in order for the process to be complete?

That means I turned the 2nd image into a combination of blue-green-red colour (and other) from orange-yellow-cyan (just an example) I want to do the very same to my 1st pic which is orange-yellow-cyan etc.

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 :: How To Use Xref

Jun 12, 2013

How to use Xref in autocad would one give me an example on how to use it?

View 6 Replies View Related

AutoCad :: Get Rid Of Xref

Sep 8, 2011

I received some plans and in the main dwg there are 10 xrefs. Now in these xrefs there are others xrefs as well and some of them are linked together in a circular manner (it's a little hard to explain). How can I get rid of all the xrefs and collapse them in the same drawing.

View 2 Replies View Related

AutoCAD LT :: Can't Find Xref

Nov 11, 2013

So I've got these 11 design packs that I have been working on for months. Every time I need to make a major change I copy the entire folder and work on the copy so that I supposedly can get back to where I was if/when something goes awry. I am now working in my fourth version of the folder.

Most of the designs work just fine, but when I try to open one of them, it can't find the Xref. In the first place, when it tells me where it thinks the Xref should be, that's where it is - the path is correct - but AutoCAD can't find it. In the second place, when I go back into my supposedly safely saved earlier versions of the design, suddenly AutoCAD can't find the Xref in those versions either, even though I have not touched them since they last worked.

How I can correct it? I do NOT want to lose the scaling I have in the viewports, as I have gobs of labeling in paper space that points to features in the viewports.

View 2 Replies View Related

AutoCAD Map 3D :: Lines Won't Appear On Top Of A Xref

Nov 20, 2013

I have a drawing with one viewport. In model space I have attached a jpg. If I draw a line over the xref in model space, it looks fine. When I switch to paper space, the line does not show, but if I plot to a pdf, it does. If I draw on paperspace, above the viewport, the line does not show.

The jpg is black lines on a white background. If I draw a line across it in model space, it shows up as the correct color (in this case it's red) but when I switch to paperspace it turns white and is invisible over the image.

I tried to change the display order, but no win. I checked the properties of the line and the xref itself and it all looks good. Everything is set "by layer".

View 1 Replies View Related

AutoCAD LT :: Xref Pdf Files

Feb 23, 2012

When I xref a pdf file into LT2012 all that is visible is the frame for the xref, none of the lines etc.. are visible. The xref manager shows the pdf as attached.

View 4 Replies View Related

AutoCad :: XRef Within A Drawing

Jul 15, 2013

A question about ex referencing. Can it be done within a drawing. In other words, can I can Xref the plan to another part of model space to then create the elevations in UCS, and then Exref the elevations from USC to a horizontal line.

This would be very useful in the sketch plan stage.

View 9 Replies View Related

AutoCad :: Can't Bind Xref

Oct 10, 2011

when I open up the xref dialog box, i am right clicking on the xref and for the love of god, it won't let me bind the thing. Bind is ghosted...

View 2 Replies View Related

AutoCad :: Attributes Don't Xref In

Jun 30, 2011

I'm a new at CAD Tutor but have been using autocad since R12 for DOS, I'm currently using AutoCAD 2011 MEP.

I received a file from an architect and the attributes don't burst and when I xref the file in to my drawing they don't show up. When I list the text, it says it is an 'Attribute Definition' but when I try and run attedit, the message says 'No object found'.

I believe the attribute problem is because the original file from the architect was made using Microstation and saved poorly to AutoCAD, but I'm not sure.

View 4 Replies View Related

AutoCad :: PDF Xref Not Seen When Plot To DWF?

Apr 11, 2012

I have a question, when i plot a drawing to dwf, the pdf underlay is not shown in the dwf file/drawing. The preview does. How come?

View 0 Replies View Related

AutoCad :: How To Attach XREF In A PDF

Apr 10, 2013

OK I'm running AutoCAD Civil 3D 2012 -

So I've had this issue for a while - I try to XREF in a PDF an it just freezes up. The command line is stuck on _PDFATTACH and nothing happens. And it's not like it'd totally frozen either because as soon as I press escape it comes right out of it, so then I save the PDF down to a JPEG or TIFF and don't worry about it for a while. Still, it is quite annoying especially when I would like to use PDF Layers but can't.

View 7 Replies View Related

AutoCad :: Xref Does Not Show Up

Jan 9, 2012

I've inserted an external reference (as an attachment), but it does not show up in my drawing. I've checked all of the obvious things with regard to layers. I've never seen this before, but I'm sure that I will find that the answer is obvious.

Using release 2009

View 8 Replies View Related

AutoCad :: XREF Changes Not Showing?

Mar 19, 2012

Im having trouble with an XREF. Its a site plan which has a lot of hatching so slows my drawing. When I modify the XREF file either by turning off/freezing hatch layers, or even deleting certain objects, the changes do not show in my drawings despite reloading the modified XREF when prompted by ACAD.

View 3 Replies View Related

AutoCad :: Convert DWG Into XRef

Apr 12, 2011

How the procedure to convert a drawing into an xref.

View 4 Replies View Related







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