AutoCad :: Unlock Xref To Modify Mechanical Drawing

Oct 27, 2013

I am having trouble with a locked xref. I would like to unlock it so that I can modify for my mechanical drawing. The architectural drawing is provided in xref form from the architect and he has not left it open.

Is there a simple way I can unlock it so that I can modify it without going back to the arch?

I am currently using 2008.

View 5 Replies


ADVERTISEMENT

AutoCad :: Unlock A Locked Xref For Editing?

Oct 23, 2012

How do I unlock a locked xref for editing?

I have a title block i want to edit the text in, but it's locked! Don't know how this happened, nor how to unlock it...

View 8 Replies View Related

AutoCad :: Lock / Unlock XRef - It Becomes Dark

May 15, 2013

When I lock my x-ref's they become dark and hard to see and when I unlock them they are still dark and hard to see. How can I fix this? I'm using Autocad 2012.

View 3 Replies View Related

AutoCad :: How To Create Mechanical Drawing From 3D Drawing

Apr 6, 2011

I am self taught on acad 2008, and have created a complex 3d drawing over the last year or so. But I need it to be represented in a mechanical drawing. I tried flatshot, but this is not true to form. Is there a way to do this? (an easy way)

View 9 Replies View Related

AutoCad :: Modify Xref Path In LT 2012

Jun 20, 2012

Received some drawings with xrefs. Have put xrefs in sub directory called xrefs. Simple.

Opened drawings but cannot brows to select and save new path for xrefs. No brows button exists.

I am using acad LT 2012. So many unnecessary changes for so little benefit. Miss my old square screen also.

How do I update the path in simple terms nice and easy like previous versions of autocad. Storing xrefs in same directory is not an option. Reference manager does not appear to be part of acad LT 2012.

Drawings will not open in previous versions due to autodesk objects so using my trusty acad LT 2007 is also not an option.

View 1 Replies View Related

AutoCAD .NET :: Modify Xref Path Of Documents

Jun 20, 2012

I'm getting a problem regarding getting a document database. I've tested two alternatives:

Alternative1

doc = autoCadApp.DocumentManager.Open(fullpath);
autoCadApp.DocumentManager.MdiActiveDocument = doc;
doc.LockDocument(DocumentLockMode.Write, null, null, false);

Database db = doc.Database

Alternative2

Database db = new Database(true, false);

db.ReadDwgFile(fullpath, FileShare.ReadWrite, false, string.Empty);

Because what I'm trying to do is modify the xref path of documents, and when i detach the xref and then attach the newer xref, if i access the database from the alternative 1, I don't get any error and the xref is updated correctly. But when I use the alternative number 2, when I attach a newer xref i get and ePermantlyErased exception. Shouldn't that be the same? By the way, I need to open the document silently that is why I'm using alternative number 2.

View 3 Replies View Related

AutoCAD 2010 :: Modify Annotative Blocks In XREF

Aug 30, 2012

I have inserted an XREF with annotative blocks.  The blocks in the original drawing are 1:1.  In the new drawing I want to plot the XREF at 1:250.  How do I set the annotative scale to the blocks with out adding scales to the original drawing?

View 1 Replies View Related

AutoCAD LT :: 2009 Mechanical Drawing Save As 2007 - Text Justification Is Off

Apr 5, 2013

When the senior engineer at our company opens my acad drawings all of the text justification is off.

I'm using acad 2009 mech and saving  as to 2007.

He is using 2007 LT?

View 5 Replies View Related

AutoCAD Civil 3D :: Reverse Unlock In Drawing Command

Nov 28, 2012

When I first created my surface model, any point I moved would snap back to its original position like a rubber band.  I had to do some edits so I unlocked this by .... Survey Tab>My survey database>Survey Points>Points,  and then picked "Unlock In Drawing".  This command unlocked All points in the drawing so I could edit them. 

 Now that I am done with my edits, how do I reverse this command globally, so as to get  ALL points locked again (so they snap back to their original position like a rubber band if moved, like before) ?

View 2 Replies View Related

AutoCAD .NET :: Catch Drawing Modify Event

Jul 17, 2013

I want to catch drawing modify event, that means if user start to edit current document I want to give a message to user.

View 3 Replies View Related

AutoCad :: Modify Default Start Up Drawing?

Feb 16, 2012

I've been away from AutoCAD for about 10 years and just getting back into it with AutoCAD2012

I want to modify my default start up drawing. ie. Change my units, grid off, text and dimscale, zoom out, etc.

I have no problem doing all that but don't know how or where to save it so it becomes my default start up drawing.

View 4 Replies View Related

AutoCad :: Modify Drawing File - Inches To MM

Sep 7, 2011

I am a new user (using Autocad 2006). My problem is I have been given a drawing file that I need to modify but it was drawn in inches, I have always worked in mm's. Can I convert the original drawing to mm's??

View 9 Replies View Related

AutoCAD Architecture :: Lost Toolbars For Drawing And Modify At Top Of Page

Oct 19, 2011

I have lost my toolbars for drawing and modify at the top of the page. How do i get them back.

View 3 Replies View Related

AutoCAD Inventor :: ILogic / Modify IProperties Of Model That Is Associated To Drawing View

Jul 11, 2013

I'm trying to do this with iLogic, and i'm not getting anywhere. What I need, is to be able get to the iProperties of an associated model that is referenced into a drawing file.  I want to make it easier to update the iProperties from the drawing file, without having to open the model file. 

Factory Design Suite Ultimate 2012
AutoCAD 2012 | Inventor Professional 2012 | Vault Professional 2012

View 2 Replies View Related

AutoCad :: Modify Drawing And Add Dimension Annotation - Small Circles Highlighted In Yellow

Aug 18, 2011

I found a strange behavior of AutoCAD. When I was modifying a drawing and adding dimension annotation, there suddenly come some small circles as highlighted in yellow in the screenshot.

cc.png

First, there is no way I can't select them.
Second, zooming doesn’t change their size.

What these small circles are? How to get rid of them?

View 5 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 .NET :: How To Get Direct XRef Of Particular Drawing

May 25, 2012

Suppose I have a Drawing Structure like:

MasterRoot
    Root1
        MasterChild1
            Child
        MasterChild2
            Child
    Root2
        MasterChild1
            Child
        MasterChild2
            Child

When I use XrefGraph xg = mainDb.GetHostDwgXrefGraph(true); in Code then I get all the Files as a node including MasterRoot (say count=6).

If I want to get Only direct Children (here, Root1 and Root2)(means count=2 only), then what i have to do?

View 6 Replies View Related

AutoCAD LT :: Inserting A Drawing To Xref

May 29, 2012

Is there any advantage when inserting someone else drawing into  yours  to xref it rather than copy and pasting into your drawing?

View 1 Replies View Related

AutoCad :: Origin Set On XREF Drawing

Jan 21, 2005

I have an operator here who has an XREF that he brought in and it did not line up as it should with the remainder of the drawing. He then went in to the drawing being XREF'ed and reset the origin so that it would line up properly. When he did so, the XREF did move but no to where he set the origin. The XREF is still showing the insertion point some place other than where he has the origin set on his XREF'ed drawing.

View 6 Replies View Related

AutoCAD LT :: Attaching Drawing As XRef?

Jun 20, 2012

I have a main drawing that I want to pull into another drawing as an XRef. When I try and attach the drawing as an attachment I get then message *Invalid* in the command line.

I have taken the drawings off the network and put them directly on my computer to make sure that it is not a network issue, but I still cannot attach the drawing.

View 1 Replies View Related

AutoCAD 2010 :: Bind An Xref Into A Drawing

Feb 7, 2012

I'm attempting to bind an xref into a drawing. I keep getting an error message: "Some objects in the specified xref failed to bind." Any reason why some objects couldn't bind? I've thawed all layers in the drawings..

View 3 Replies View Related

AutoCad :: Drawing Second Floor - Xref Command?

Aug 26, 2012

I've finished drawing my ground floor and now I need to draw my second floor. I read in a tutorial that the best way to do this is using the Xref command to know where is the walls, bathrooms and etc.

But I didn't get it at all. I need to draw my second floor in the same drawing. So what's the easiest way to do that?

After that I need to have a drawing with my second floor walls in dashed thin lines over my first floor. How can it be done?

View 5 Replies View Related

AutoCAD .NET :: Xref Original File Name Of Drawing?

Jan 30, 2013

I'm trying to get just the filename either with or without the .dwg extension for an xref given I already have its reference (BlockReference) and its model space (BlockTableRecord) all open for read; skipping accessing any BlockTable.

Im doing something like this:

Either get the XGraph and first node or prompt user for a block reference and check it's from attachmentStart active document's database transaction, get the BlockReference.Get the BlockTableRecord only with the BlockReference's BlockTableRecord-ObjectId property.At this point I can iterate through the model space and see the nuts and bolts of the xref drawing without actually changing anything after saving my drawing, even after committing a trasaction.So what I want to know is how to get the filename of the xref'ed drawing (i.e. Original_Drawing.dwg).

I'm looking at doing this without opening the referenced drawing as a side database and checking the filename.I can't debug right now, but is it. myBlockTableRecord.Database.OriginalFileName ?

View 1 Replies View Related

AutoCad :: What Is Command To Create XRef From Drawing

Feb 1, 2013

What is the command to create an X-Ref from my drawing?

View 9 Replies View Related

AutoCad :: Wrong Scale On Xref Drawing?

Aug 2, 2011

I make a drawing1 with layers on it and then I made another drawing2. I Xref the drawing 1 as my reference , where I put the column of the building. When I open drawing 2 referencing drawing 1, my scale is different. my inches scale is becoming feet when referencing in drawing 2. I put the same LTscale and limits in both drawing

View 4 Replies View Related

AutoCad 2D :: Xref One Drawing Into Other And View Scale Changes

Aug 22, 2013

How does it work? I see in the properties after I high lite it. Annotative Scale no/yes. We xref one drawing into other drawing and the view scale changes. will my hatch look the same or will the smaller view scale look really big in the drawing.

View 1 Replies View Related

AutoCad :: Unable To Detach Xref From Drawing

Oct 6, 2008

I'm trying to detach an Xref from my drawing, and it says xref "has multiple references. Not detached."

View 9 Replies View Related

AutoCad :: Xref Binding - Whole Drawing Disappear

Oct 24, 2011

Im using autocad 2008 and i'm having difficulty in binding xref. i've been usign autocad for 3years now but sad to say, it's my first time to try binding xref.

So here's the scene, got xref file, then bind it, and then the whole xref drawing disappear but the xref filename is still in the list at the xref pallette? What should i do?

View 9 Replies View Related

AutoCAD 2010 :: Detach Xref When Drawing Closed

May 29, 2012

Is there a setting that would cause a xref to detach itself when the drawing is closed? I have an existing model, went through the time to relocate all the attachments.

Once everything is attached I save my work close it out and move to another area, when I open up the model I was working on before with all the attachments that I had located, the xrefs are no longer attached and I must redo all the work that was done previously.

View 3 Replies View Related

AutoCAD Civil 3D :: Toggling Corridors In XREF Drawing

Jun 19, 2013

Is there a way to toggle visibility of a corridor in a drawing where the model has been Xref'd into? The problem I am having is that we have one Model drawing that has a corridor.This Model is xref'd into multiple drawings.  Not all drawings should show the corridor.

The only way I have found so far is to go into model and toggle the corridor on and off depending on which drawing I want to print or view.  It creates problems when you want to run a Publish of multiple drawings because you always have to goof with the Model file.  This seems a bit of a step back from being able to toggle visibility of objects in a drawing file with an xref atached and leaving it that way and ready to be printed at any time.

View 4 Replies View Related

AutoCAD Civil 3D :: Cannot Xref Or Insert PDFs Into Drawing

Nov 4, 2013

I’m having a user profile issue on one computer. I have a user, using windows 7 and AutoCAD Civil 3D 2014 on his work station. When using Civil 3D he has two issues: one, he cannot import Dgn’s. I’ve tried everything it just won’t work. Second, he cannot xref or insert PDF’s into a drawing. Now the reason why I say this is a profile issue is because if I log on to his computer (or anyone else log’s on his computer), I can do all those things in Civil 3D, import DGN’s & insert/xref PDF’s. If this user log’s on my computer, he can do all those things in Civil 3D. Import DGN’s & insert/xref PDF’s. Something with his profile on his computer is corrupt and I’m trying to fix it without deleting and creating another user profile.

View 5 Replies View Related







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