AutoCad :: Freezing Items In XREF Drawing That Are On Layer 0
Nov 8, 2011
I have a drawing with an XREF in it and both drawing have items on layer 0. Is there a way of freezing the items in the XREF drawing that are on layer 0 but still layer 0 on in my drawing?
View 8 Replies
ADVERTISEMENT
Apr 17, 2013
I am hoping to link text items between pages and items in the drawing such as elevations?
So, ideally, I would have a front page to my drawing set, and this would have a 'Contents' type table on it, with the title name of each drawing in one column, then the drawing number in the next column. This is the tricky bit, someone must know: If i was to change the name / number of any item in this table, could it change also (linked to) the following items:
Drawing title (as a text idem on the layout sheet that that drawing relates to)
Drawing number (as a text idem on the layout sheet that that drawing relates to)
Elevation call-out (on the plan view)
And possibly:
Excel reference cell
Drawing layout tab title (this might be pushing it!!)
Perhaps this could be done by linking to an external Excel spreadsheet with these titles modified in there? I'm not sure. This would be ideal as typing into excel is a lot easier than the triple click text modify method required currently.
I waste a lot of time renaming and updating sheet names / titles / numbers. Are there standard templates for drawing sets that may have this built in available anywhere that I could try?
View 7 Replies
View Related
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
Feb 21, 2013
Possible to link an xref layer and local layer so they display the same (eg. sync viewport colour, linewieght, line type)?
I insert xref's for my base drawing but legend is on local layers and I would like to be able to ensure that the line colour and linetype always match...
View 4 Replies
View Related
Mar 14, 2013
I am creating multiple sheets in my drawing by adding plot layouts using templates and then adding multiple viewports to those premade templates through Autodesk. I have created multiple viewports on the one layout page and successfully was able to freeze appropriate layers to display the data I wanted in each viewport. Now with my new plot layout, all the layers again are showing, once I freeze the layers I don't want in the view port of the new plot layer....all the layers freeze in my previous plot . How do I retain my settings in the previous plot layout but continue the setup of appropriate layers in the new plot layout.
View 4 Replies
View Related
May 3, 2013
Is there a macro or lisp file that allows you to click on a element in the xref or active file and turn it off?
View 5 Replies
View Related
May 18, 2012
I have a drawing that I've been working off and on now for a couple of months and is particularly large (48MB). I have finally put togther a concept in it which took me two days and when I tried to RENDER, AutoCad crashed. All is still when until I tried to reopen the drawing, AutoCad loaded the drawing until 99% and froze. I tried the .bak and that crashed AutoCad. I also tried the .bak from an hour earlier and that didn't work. Here are the steps I've taken so far:
-Opened drawing and .bak(s) in TrueView, converted to Standard, Opened the drawing in TrueView (no problems) and tried to open in AutoCad....same old issues.
-Tried inserting drawing as a block in a new drawing (crashed AutoCad)
What I can do? Everything opens fine in Trueview?? I can resort to older files but that would be difficult. Below are my computer specs.
Intel i7 980X Extreme
GeForce 460GTX SLI x 2
PC3-10700 12GB
Windows 7 64bit Pro
AutoCad 2011
View 3 Replies
View Related
Sep 18, 2013
I created a drawing, saved it, and days later most lines have dissapear. At preview you can see the drawing is complete, but when you open it is incomplete. Checked the BAK file, same thing, and there are no layers shut down. What can I do to recover my drawing?
View 5 Replies
View Related
Feb 22, 2012
I am wondering if it is possible to have pulldown menus items be brought in on the layer that they were created on versus the layer that your template has current. I created pull down menus and (not thinking ahead) put them all on layer 0. They come in with all the attributes they were created with, but come in on the current layer. Can I change that?
View 7 Replies
View Related
Apr 12, 2011
I have one user who cannot plot correctly from his workstation. All of his drawings will be missing information when they are plotted although they look perfect in the print preview. For example, at the bottom of every drawiing, he puts in a single text block: "Drawn by: SLM" and sometimes the 'S' in his initials won't get plotted, etc. He can save any of those drawings to a shared drive and plot them from a different workstation and there is no issue. We are using AutoCAD Map 3D 2010 on Windows 7 32bit.
View 1 Replies
View Related
Aug 27, 2012
I'm attempting to change the descriptions of items in my drawing that say S/40 to S/80. It's too time consuming to individually change every description. Is there a way to change them all at once? Or maybe point to a database for the description?
(AutoCad 2011, CADworx Plant 2010)
View 1 Replies
View Related
Apr 4, 2013
I'm wanting to copy some elements from one drawing to a different .dwg file to make sure it's identical. I can't just simply use the COPY command. At least it didn't work for me.
View 8 Replies
View Related
Jun 21, 2012
I am trying to move a component within a part drawing, not an assembly. When I do "move bodies" it wants to move every extrusion within my drawing. If I click move face, then I have to click every face that I want to move (which is time consuming) and then it often times doesn't work? Sometime it works other times it just moves the origin indicator and doesn't move the faces I have selected.
View 2 Replies
View Related
Dec 16, 2013
I don't know about others having drawing that either have DGN trash like linetypes or (Cells) blocks that seem to not purge out even if you use the regular wblock command.
And if you go to purge and toggle "View items you cannot purge" you see them.
You want to clean the drawing and you want to keep all your paperspace tabs so you will end up with a clean drawing.
1) use the command -wblock
2) enter a new name
3) enter * (that will tell Autocad to create a new drawing with everything in it)
4) close the old drawing don't save and open your new clean drawing with all your paperspace tabs, your done!
View 2 Replies
View Related
Sep 19, 2013
How do I purge items from the drawing that have $ sign e.g., DIM-48$0, DIM-48$7,
see attached
View 4 Replies
View Related
Apr 15, 2013
I need to quickly obtain a count of all entities on a layer, or preferably multiple layers. In this instance all the entities will be hatches so that should make it a bit easier.
I'm aware I can use quickselect but if there was a routine that would select all hatch entities on screen (multiple layers) and provide a count per layer that would be much quicker.
View 4 Replies
View Related
Oct 12, 2012
Is there a quick and easy way to number items in a drawing? I have attached a pdf and would like to number the seats 1-100.
View 1 Replies
View Related
Feb 8, 2013
When I create a "Break" in a view, Inventor glitches. The other views, and even the border, title block, and whatever else is in the drawing, will disappear. The other items reappear if I "Zoom All". Is there an update?
View 1 Replies
View Related
Jan 31, 2012
I have some hardware in my parts list drawings that has a substitute for each other. So you can use one of either item in the list. Per the ASME guidelines, those two parts share the same item number in the parts list. So my question is there any way to tell those two parts they are substitute from each other and they come into the parts list sharing that same item number. Right now i'm manually changing that item number in the parts list. But if you try to re-order those parts it's a nightmare cause it's still treating that other item as a seperate entity.
View 1 Replies
View Related
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
Nov 21, 2012
We are having an issue with CAD users putting their xrefs on any layer that is current; thus creating some layer control issues. I would like to make it so that when they go to attach an xref the layer is automatically set to the "XREF" layer and then possibly reset to the previous layer.
View 2 Replies
View Related
Nov 17, 2011
I have a drawing of a floor plan, and on a separate drawing I have text that I need to add to the floor plan drawing.
I've used the XREF command and positioned it exactly where it needs to go, but I can't edit the text drawing unless I "Open XREF in place"
I got close by going to the XREF dialog and "Binding.." the drawing as an INSERT and now it's one huge block.
I'm trying to insert the drawing with the text on the drawing with the floor plan so it's one drawing and so I can edit the text or move things around if I need to.
View 5 Replies
View Related
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
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
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
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
Apr 5, 2011
I am using Auto Cad 2011 and I always use the option to 'attach' xrefs. what is the difference between attaching and an overlay? Does one use less memory than the other? When would be the best time to use an overlay?
Also when my new version was installed when I bring in an xref the layers show light (I really like this) another girl in our office has the same version but her layers are still saturated. how does she change it to show ghosted layers in the xref?
is there a way to not have the long list of xref layers when I bring them into a drawing?
View 3 Replies
View Related
Mar 27, 2013
I want to make a layer from external reference current.
I tried to identify it with its full name, but I got an error: eInvalidInput. So I found out, I have to use only the part behind the pipe.But then there is a problem, because this name is not unique withing the drawing.
Any number of xrefs can have such layer and also the drawing itself can have a layer with the same name. How exactly can I set a layer from xref current?
example:
layer from xref1: Xref1|LayerName1
layer from xref2: Xref2|LayerName1
layer from the drawing: LayerName1
View 6 Replies
View Related
Mar 7, 2013
How can I create a layer on my xref so it doesn't affect othere sheets referencing my drawing without having to open a couple of hundred draiwngs. I know I can create my layer, freeze it, save my drawing, open all sheets referencing my xref and save them. Better yet, is there a setting I can use that makes my new layer pop up frozen on for all sheets while I work on my xref, on a newly created layer?
View 4 Replies
View Related
Aug 22, 2013
Version: Civil 3D 2012 and use CTBs for our plotstyles.
I'm working on a fairly large project that requires an excessive amount of base drawings. We frequently will be asked to have a drawing made and issued in a morning. To make sure we can constantly throw these drawings together quickly we've setup an xref system of all our base mapping data. (I'm sure this is a common thing but its the first time I've been exposed to it).
A lot of these drawings will have polylines with global widths on them. The problem with this is that global width doesn't always work so well when changing scales (we frequently bounce from 1:100 to 1:20,000) or when you just don't need the line to be so thick.
Two questions:
1) Stop using global widths on lines in the base drawings and switch to a method of setting lineweights of the xref layers when you xref in a drawing.
2) find that it ends up rounding off the end of the lines. Is there a way to prevent this from happening?
View 1 Replies
View Related
Feb 12, 2011
I want to delete Xref-dependent layer. AutoCAd says I can't delete them. I want to delete them.
View 9 Replies
View Related