AutoCAD 2010 :: Tool Palette - External References

May 4, 2012

I use this palette all the time and keep the icon displayed (in hidden form) on every session that I open.  I started AutoCad this morning and "external reference" icon was not displayed on the screen.  I went to the tools tab and selected the external reference palette.  A box was displayed that could not be hidden and all screen function were stopped until I closed this box. 

I went to customize tool palettes and compared it to the properties palette and they looked the same.  I want to get my external reference palette function back to the way it was.

View 1 Replies


ADVERTISEMENT

AutoCad :: Get Rid Of External References Box

Jul 21, 2011

I needed to use an xref so loaded up the external references box to view all available xrefs. Since i did this i cant get rid of the xref box. Its there whenever i load cad up, load a new drawing and when switching clean screen on and off. Ive tried the close button in the top corner but it still returns.

View 8 Replies View Related

AutoCad :: How To Use External References

Jul 23, 2012

How to use External references?? i have worked in autocad but i dont know how to use this command, i have to do about 250 drawings of External references.

View 3 Replies View Related

AutoCAD .NET :: How To Ddd External References In The Drawing / C#

Jun 19, 2013

I want to load the external references in the drawing, how to implement this program?

I returned to the drawing path and the way I want to load it using the insertion point.The code error is probably somewhere not understand where.

[CommandMethod("TDMSXREF", CommandFlags.Session)]
publicvoid TDMSXREF()
{
  Document doc = Application.DocumentManager.MdiActiveDocument;
  Database db = doc.Database;
   Editor ed = doc.Editor;

[code].....

View 1 Replies View Related

AutoCAD Architecture :: Drawings Used As External References Where?

May 2, 2011

Is there a procedure or command to use on an opened drawing to see if the drawing is used as an external reference anywhere else?  For example, can I open Drawing A and determine whether it is used as an external reference in Drawing B without going to Drawing B and looking at the external references palette?

View 1 Replies View Related

AutoCad :: Create Drawing Using External References

Jan 31, 2012

I've been asked to create several drawings using one external reference which contains doors, bund walls, lighting etc. My question is how do I take this external reference and create several new drawings when I cant even turn layers on or off once I have inserted it onto my new page?

View 4 Replies View Related

AutoCAD 2013 :: Wipeouts Not Working When Using External References?

Nov 1, 2013

I have a DWG file with wipeouts. When I use the files as external references in another DWG and print to PDF the wipeouts do not work and all that is seen is the wipeout line. Is there a way to have the PDF have the wipeouts appear as they should? 

View 3 Replies View Related

AutoCAD 2010 :: Creating A New Tool Palette

Jan 16, 2012

We use autocad 2011 and we are trying to create a new tool palette. We have no problem dragging and dropping to our existing tool palettes, but we can not drop to anything new we create. We do not have any read/write issues. I have tried saving workspace, restarting CAD just erases the palette i tried to create.

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Add A List Of External References To MTEXT

Feb 28, 2013

I am trying to add a list of External References to MTEXT. The diesel expression $(xrefs) works fine within RTEXT but when I enter it into MTEXT the result shows "$(XREFS)??

View 2 Replies View Related

AutoCAD Civil 3D :: File Contains External References Function Fails

Jun 27, 2013

I'm trying to adjust the properties of some block objects in Mspace. When the file contains external references the function fails, when it has none it works perfectly.

Dim modelSpace As BlockTableRecord = DirectCast(M_trans.GetObject(SymbolUtilityServices.GetBlockModelSpaceId(db), OpenMode.ForRead), BlockTableRecord)
                For Each id As ObjectId In modelSpace
                    Dim ent As Autodesk.AutoCAD.DatabaseServices.Entity = DirectCast(M_trans.GetObject(id, OpenMode.ForWrite), Autodesk.AutoCAD.DatabaseServices.Entity)
                    ent.Color = Color.FromColorIndex(ColorMethod.ByLayer, 256)
                  
Using the above to get all objectid's and filter through them then using:

  If TypeOf ent Is BlockReference Then
                            Dim br As BlockReference = DirectCast(ent, BlockReference)
                            Dim btr As BlockTableRecord = DirectCast(M_trans.GetObject(br.BlockTableRecord, OpenMode.ForRead), BlockTableRecord)
                            If Not btr.IsFromExternalReference Then

View 6 Replies View Related

AutoCAD Civil 3D :: Errors From Mixing Data And External References

Aug 20, 2013

Here is the background.  

A "MODEL" drawing exists that contains only the surface model.  The surface model is data referenced into a "LABEL" drawing that contains the surface style (contours), contour labels, and spot elevations.  This "LABEL" drawing is xref-ed into a "SHEET" drawing that contains the title block and some other xrefs containing the proposed layout, ex cond, etc..

When I open the "LABELS" drawing, the data reference works.  My problem is that when I open the "SHEET" drawing, the contour labels and spot elevations cannot find the referenced surface and just contain a string of 20 or so characters.

I already have a workaround.  If I open the "SHEET" drawing, then open the "LABELS" drawing and save it, I can reload the "LABELS" drawing within the "SHEET" drawing and the problem is solved.

HOWEVER, I have a bunch of sheets that I want to publish, and publish does not work when you have to open the file and re-reference everything.  Is there anyway to get this reference working correctly so that I do not have to open multiple drawings to get my data correct?

FYI, I have already tried resetting my data shortcuts project folder, validating data shortcuts, etc. in the "LABELS" and "SHEET" drawings.

Civil 3D 2012, SP 2.1

View 2 Replies View Related

AutoCAD 2010 :: Tool Palette Transfer To Laptop

Nov 7, 2012

I have created our tool palettes that reside on our network. I am setting up a laptop workstation, and use the same tool palettes. The issue is the laptop tool palettes will reside on the C:/ drive, which is not our network drive. Is there an easy way to switch drives without changing each item, on each tool palette?

I have the same directory tree on the laptops C:/ drive, the only exception is the drive letter.

View 1 Replies View Related

AutoCAD 2010 :: Saving Blocks To New Tool Palette

Feb 14, 2012

I'm trying to save blocks to a new tool palette and it won't let me.

I'm doing everything I've always done. Right click on the tool palette, click "new palette" then change the name.

the new tab appears on the tool palette. I go then to drag the block from my drawing to the newly made palette.

As I drag over the tool palette with block, the black line appears on the palette as it should, but when I drop it to the palette its not there. I can drag and drop that same block to any of the other tabs on the tool palette whether it's a default one or one that I've made previously. I've done this process a thousand times, it always worked without a problem. All of a sudden it doesn't. I havent made any changes to my pc or os except for the microsoft updates.

I've also tried to load the blocks from design center to the new palette, no success!

I've checked to make sure tool palettes are saving to the right file....

C:Documents and Settingsuser nameApplication DataAutodeskAutoCAD 2011R18.1enusupportTool PalettePalettes

and they are not read only!

I'm running Windows XP Pro, never had any issues until now.

Is there an patch or update to fix this

Is there something I'm missing

It's very frustrating, when you can't work on a project the way your used to

View 9 Replies View Related

AutoCAD 2010 :: Keep Tool Palette From Going Back To Default After Set It Up

Feb 14, 2013

How do I keep the tool palette from going back to the default after I set it up?

View 2 Replies View Related

AutoCAD 2010 :: Items From Tool Palette Disappearing?

May 15, 2012

I have a section cut that I use from my tool palette that disappears from paperspace. It shows up in model space and everything else I use from my tool palette shows in both model and paperspace. I have all layers on, unfrozen, etc. They are not on my defpoints layer either. It just seems to be that particular block that is disappearing. Its the strangest thing. One day it worked just fine and the next it started doing this.

View 5 Replies View Related

AutoCAD 2010 :: Tool Palette - Group Names?

May 12, 2012

I have created multiple tool palettes that i load depending on whether im working on a rcp plan or a toilet room plan, etc. On the right hand side it says Tool Palettes - All Palettes. How to rename that to say rcp,civil, etc? If I right click on the right side of the tool palette & select rename it renames all tool palettes to whatever I type in. I thought it might be tool palette groups but I am not sure. I can't seem to set one to be current. The selection is grayed out

View 3 Replies View Related

AutoCAD 2010 :: Blocks Disappearing When Dragged From Tool Palette

Oct 17, 2011

I have a problem in Autocad2011model space when I drag blocks from the tool palette they disappear. The block initially appears when I grab it and drag it across the model space. Then when I go to insert it in position on the drawing as per normal it then vanishes. If I insert the same blocks using the 'insert block' method the blocks insert normally.

View 6 Replies View Related

AutoCAD 2010 :: Use LISP File To Create Tool Palette?

Aug 9, 2013

How to use a LISP file to create Tool Palette?

View 3 Replies View Related

AutoCAD 2010 :: Delayed Block Insertion From Tool Palette

Jan 19, 2012

We are having an issue while inserting blocks from the tool palette. Inserting a block from the tool palette takes about 5 seconds per block. Pick a block, wait 5 seconds, pick insertion point. Last week it took maybe 1 second. It doesn't sound like much, but we use alot of blocks everyday, and waiting 5 seconds everytime gets annoying. Especially when it used to be almost instantanious. We also have our blocks in our template. The template is on the server. If you type insert, and insert the block that way, it loads fast, like it used to using the tool palette.

Most of the blocks are simple text or shapes. None are dynamic. We also have some hatches in there, that are unaffected by the delay. They insert quickly.

Another thing has changed. The time it takes to change to a different tab on the palette has grown. A tab with about 10 blocks used to take about 6 seconds to load, now takes a good 30 seconds. And a tab with about 30 blocks that used to take about 12 seconds, now takes about a minute and a half! Once the tool palette and each tab has been opened for the first time, say first thing in the morning when cad is first opened, the delay is gone. They switch betweeen tabs with no delays.

The only thing that I know of that has changed that coincides with this is last week we made a few changes to the template. We removed a few sheets that we no longer use. Could this have done something? The blocks are still in the template. We have 3 pc's that are affected in the same way, at the same time.

I've tried a few things to remedy this. I am by no means a cad guru. I created a .dwg with all the blocks in it. Made another tab on the tool palette using the blocks from the .dwg. Still the same delay. I tried creating a new palette using the design center and the blocks .dwg I made, but cad locks up on me and I have to restart cad. I tried that twice, same result.

We are running AutoCAD Civil 3D 2010 on Vista Business 64bit.

View 5 Replies View Related

AutoCAD 2010 :: Tool Palette Causes Systematic Crash At Startup?

Jan 10, 2013

my tool palette causes a systematic crash at startup .

is there a way to launch without opening toolpalettes .?

View 5 Replies View Related

AutoCAD Architecture :: Old Tool Palette Has Replaced 2014 Tool Palette?

Jul 17, 2013

For some reason, the tool palette I usually use is not accessible. I opened a drawing that a co-worker was using and my tool palette now looks like an old version - it doesn't have any of my custom tools in it. How do I get back my tool palette??

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Possible To Retrieve Names Of All Nested External References

Sep 20, 2011

is it possible to retrieve the names of all the nested external references, and how should it be done?

View 2 Replies View Related

AutoCAD 2010 :: Image Of Dynamic Block At Tool Palette Missing?

Mar 19, 2012

I don't know why but I don't see images of my dynamic blocks at tool palette.

View 6 Replies View Related

3ds Max :: Localize All External Material References?

Nov 13, 2012

Is there a way to localize all external material references? For instants I created a framing square with the proper materials assigned. When merged with another file it looses its bit map image placement so have to re-fit every thing again.

View 8 Replies View Related

AutoCAD 2010 :: Dimstyle And Textstyle Created When Inserting Block From Tool Palette

Nov 5, 2013

Whenever I insert a block into my drawing from the Tool Palette, Autocad creates a Text Style and Dimension Style,both named Annotative. This happens on any drawing, with any block.

I can purge them after the block has been inserted. They are NOT nested in the blocks. I have tried recreated the tool. Nothing seems to be working.

View 4 Replies View Related

AutoCAD 2010 :: Tool Palettes - Moved From 2008 To 2012- Palette Can't Find Block

May 31, 2013

tool palettes from a directory called ACAD2008 to ACAD2012. Tool palettes can't find the associated blocks because the support path still points to the ACAD200 Directory.

Is there a way to "globally" change the associated path? There are too many blocks to think about changing each one manually.

View 3 Replies View Related

AutoCAD 2010 :: Adding Tool Palette To Work Space Using Customize User Interface

May 10, 2012

Is there anyway to add a tool palette into a work space using the customize user interface?

View 2 Replies View Related

AutoCAD .NET :: Delete Palette From Tool Palette

Dec 7, 2012

I wan´t to delete a palette from Autocad Tool Palette. How can I do?

View 3 Replies View Related

AutoCAD 2010 :: Grid References On Borders

Mar 1, 2012

I have recently configured various borders for our Inventor software and have now turned to AutoCAD to do the same.

Within Inventor you can specify grid references around the border. eg A-F along the top and 1-5 on the vertical. Can this be done with AutoCAD 2011????

View 1 Replies View Related

AutoCAD 2010 :: Finding All JPG References In Drawings

Dec 31, 2013

[URL]........

I have a jpg file that I needed to apply some transparency to and saved it as a png file. I now want to delete the jpg file from the folder but it's being referenced in several drawings, andI don't know which ones. Is there a way to reverse the function of Reference Manager (perhaps with a different app), i.e. find all the drawing files that reference my jpg file?

View 9 Replies View Related

AutoCAD 2010 :: Dynamic Block References Itself

Jan 24, 2012

I'm having is that this is happening with a dynamic block. I don't know how it got this way...some 'genius' in my office went into this file and screwed something up, and saved it...so now I'm left with the task of fixing it.

When I go into the block, it opens as a regular drawing, with a dynamic block inside of it...as opposed to opening in the block editor. I just need to know how to get this back to the way it should be, without having to redraw the entire thing from scratch. I made a few scrap-copies of the drawing to fool around with and I can't find a solution. I tried deleting the block and purging it, I tried exploding it, and I tried saving it directly from the block editor...nothing worked.

View 5 Replies View Related







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