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.
I have a tool palette with our typical symbols which are blocks. All the blocks on the tool palette shows correct and the proerties of the blocks are correct but when I decide to drag a block in from the tool palette, no matter which block of 30, the same block inserts. How do I get the palette to insert the correct block.Using ARCH 2013, 64-bit, windows 7.
With all of my “plan view” blocks I add to the tool palettes I set “prompt for rotation” to yes. I am manually doing this every single time I add a block and of course I hear about it if I forget to do so.
I'm using Autocad 2013 LT EN, I'm trying to add new presentation from a tool palette. Is there a way to do that in LT? I thought maybe an icon with macro?
I have a series of block references in a tool palette which I want to explode once inserted. Simple I think, just set the 'explode' property on the tool palette icon.
Wrong. What actually happens is that in my case where the block refernce is simply two blocks inserted on different layers, the tool palette will insert onto the layer specified, and then explode, moving each block from its original later, onto the layer the host block is inserted on.
For example:
BlockRef_A consists of two enties: BockRef_1 on Layer1Blockref_2 on Layer2
Using the tool palette to insert and explode using the 'use current' for the destination layer, I get the following:
BlockRef_1 on 0 BlockRef_2 on 0
Both the destionation layer (Layer1 Layer2) already exist in the target drawing.
It looks to me like autocad is importing the block, exploding it, moving it to the required layer.
This doesn't happen to any other entities, if there's a block that consists of a mix of parts, only the block references within it get moved to the destination layer.
ACad, MEP, 3DS Max Windows 7x64 X5482 @3.2Ghz 8Gb Ram Quadro FX1700
I am trying to set up a standard text style converter for multiple companies (32 in all). All are using the same style names, but they change the fonts for their preferences.
What I am trying to do is come up with a tool pallete / tool bar macro to change all styles in a drawing to the new fonts they choose.
Here is my string: ^C^C-STYLE;TITLE-1;COMIC SANS MS;;;;;;;
What am I missing so the spaces in the font name are not read as ENTER in the command? I have tried <font here>, 'font here', "font here", <font here>, (font here)
If there is an easier way other than copy and paste into a new template with them defined.
I like that in the hatch command, you can select multiple boundaries at a single time, hit ok, and be done with your hatching. However, when hatching from the tool palette, you can only select one boundary at a time, forcing you to constantly repeat the command. Is there a system variable that controls this type of behavior for the tool palette?
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??
I am currently using Autocad 2014 and I am attempting to insert a dynamic block from a tool palette. I would like to click on a dynamic block in the tool palette and have it prompt for the (uniform) scale. It seems simple enough but either all the dynamic properties are lost or it is inserted at 1"x1" (the scale of my original block). How to get this to work?
Since AutoCAD 2013, I'm not able to use tracking when inserting block from tool palette. Example, I want to insert a door at 6 inches from a wall. I click the door from the tool palette, leave a tracking point at the wall corner, move the cursor in the right direction and type 6 follow by enter. The door is insert randomly in the drawing. It was working perfectly in previous release.
Actually I had to insert the door anywhere in the drawing and moving it at the right place and rotate it if required, it is very tedious.
Noticed that the Dynamic Blocks in the Annotation Tool Palette are missing? Let me rephrase that, in the Tool palette they show up, but the dwg's that they reference are missing. I have 4 users that are currently testing Civil 3D 2013 and all of them are missing the files.
It appears that the Layer Filters functionality is broken again with 2013. Unchecking the "Apply layer filter to layer toolbar" disables the function of layer filters in the tool palette.
My question has to do with the Annotation Tool Palette out-of-the-box. For a given scale, the Call out bubble circle and text is a different size from the Section call out. See attached image.
I am using AutoCAD 2011. Because when I typically draw a circle I use the center, diameter style to create a circle. The factory default is Center, Radius. I would like to make the center, diameter my default setting whenever I chose to draw a circle. I would like to know how to make that change then how do I get it onto a custom tool palette?
I am trying to add a block to my tool palette. I am able to add it, but when I click on the palette to add it to a drawing, it acts like it's going to work but nothing shows up in the drawing. I have added it to the source drawing, saved the source drawing, dragged it into the palette. All is well until I try to place it in a drawing. The other blocks work fine.
I heard tool palettes are easy to create and use? I am being able to drop in doors and windows into plans. Is there an easy way to create these tool palettes?
Is there any option to load the dll on every drawing opened, like vba macro is loaded in start up suite. or is there any possibility to open a tool palette on every drawing opened.
I am using autocad lt 2014 and have some multi leaders on a tool palette that work fine but if I hit enter or right click for enter the multi leader will use what ever leader is set from the multi leader style that is set on the multi leader style control, but only the leader will come in wrong the text will come in correct.
Quite often when I open drawings or just open AutoCAD my tool palete is there but none of the tools are there to select from? If I reset the tool palette it does the same. Sometimes they are there and sometimes they are not?? I have tried uninstalling and reinstalling but it still happens. I'm using AutoCAD LT 2013 for Mac. Screen shot attached.
I have created one drawing with 10 Layouts in different formats(A1,A0...etc) and with different Legends on it. I need to give these layouts to lot of users, where everyone uses one layout out of 10 in their drawing. Is there any way to add them in tool palette like dynamic blocks? or is it possible to add thme as a ribbon in the dwg template?
I have just updated a whole load of block symbols as some numpty didn't put them on layer 0. When i have created a tool palette of the symbols, 4 of approx 30 symbols have got such a tiny tool image, that its impossible to see them, but oddly the rest are fine.
I have checked the blocks are zoomed to extents, checked the drawing limits are the same ones that are okay, and checked that the size of the block is the same, effectively i can not see any difference between the blocks. Even when i increase the image size to max in the tool palette view options the symbol is to small to identify. Oddly in windows explorer and in ACAD design center there is no issue with the tool image size.
Whilst i could manually create a new image, and tell the tool palette to use it, if this happens with all the blocks, it could be time consuming, when there could be a very simple answer i have over looked.
m_ps As Autodesk.AutoCAD.Windows.PaletteSet = Nothing If m_ps Is Nothing Then m_ps = New Autodesk.AutoCAD.Windows.PaletteSet("Test") Dim myPalette As EPSSN = New Test() m_ps.Add("Test", myPalette) m_ps.Size = New Drawing.Size(354, 591) m_ps.Visible = True end if
In my tool palette is have some controls. In some systems entire palette is visible completely, but in some systems, the bottom controls in the palette are not visible where the system settings are different. Is there any option to display scroll bar in the tool palette automatically?
It seems unlike previous PC's, when i sart up AutoCAD my new set up reverts the location of the tool palletes to open center to my screen 1 even after i have positioned it on screen two.
I understand the tool palette should hold its location in the position i last placed it.. in screen two. as do you toolbars....
Why does the tool palette keep reverting back the center location on my screen, not where it was placed