AutoCAD 2010 :: Creating Custom Tools In 2012

Aug 2, 2012

I'd like to create a new Menu which will contain few custom tools (ie. place text with particular font type, scale and justification)..I tried to import my customized menu from AutoCAD 2007 but that wasn't successful.

View 2 Replies


ADVERTISEMENT

AutoCAD 2010 :: 2012 - Custom Paragraph Spacing

Sep 1, 2012

I just started working for a new employer as a 2012 AUTCAD Tech:  they have only used old school DTEXT for everything (what a pain compared to multi-text "MTEXT").

Problem: I converted several single line Dtext to Mtext (.075 test height) paragraphs but can not achieve the same spacing they have been using (.225) because .025 is not an availalbe increment in the parapgrah & line spacing selection.  Is there a way or a LISP that will allow me to add custom spacing choices to the Line/Paragraph spacing default list?

Then I can upgrade so much and work faster, yet maintain the standard spacing already set via snap grid settings.

View 5 Replies View Related

AutoCAD 2010 :: Transferring Custom Macro From 2004 To 2012?

Aug 9, 2013

We are now running AutoCAD 2012 on our network.  We had a third party come in a long time ago and write us a custom macro that generates specsheets for our product.  The problem is it was written for AutoCAD 2004.

move that code from 2004 to 2012 somewhat easily.  If not easily, at least tell me that it is possible without having to rewrite the entire macro.

View 5 Replies View Related

AutoCAD LT :: Add Custom 2006 Buttons To 2012 Custom Ribbon And Panel?

Mar 12, 2012

I have been using AutoCAD 2006.  Our company is switching to AutoCAD 2012 LT.  I want to be able to add my custom toolbar buttons from the 2006 to the 2012 LT custom Ribbon Tabs & Panels.  I have figured out how to make the custom ribbon, tab and panel.  I just haven’t figured out what I need to do to get the old stuff to where I can add them to the panels.

I have custom 2006 buttons with and without flyouts. 

View 9 Replies View Related

AutoCAD 2010 :: Install 2012 And LT 2012 On Same Computer?

Mar 29, 2012

Is this supported by Autodesk, and will installing both products create any issues?

View 3 Replies View Related

AutoCAD Express Tools :: Face Animation In 3Ds Max 2012?

Jul 25, 2011

I want to do a short movie with facial animation.

I want to animate 2 bears and 1 human.

Is there any program, to record my face(for the human) and "mix it" with the character?

Or how should I do the Face animation?

View 1 Replies View Related

AutoCAD LT :: 2012 Won't Calibrate Digitizer No Tools Menu?

Dec 28, 2011

I have used ACAD Lt 2000 for years and it has been fine untill recently.  It does not seem to like the new hardware so I am trying the 2012 Lt for 30 days.  One thing it is not letting me do is calibrate the digitizer, (a GTCO 3648 Rollup II)  I am not even getting a "tools" menu and typing in "CAL" gets me a weird "  >> Expression:  " in the command line. It shows:

(mouse icon) Menu: Tools > Tablet > Configure

View 6 Replies View Related

AutoCAD Inventor :: SDK User Tools Not Showing Up In 2012

Jul 5, 2011

We are using 64bit Windows 7 & Inventor 2012.  We got the drawing tools to show up correctly on one machine, but can't get them to show up as an add-in on a second machine.  We've uninstalled & re-installed the tools.  registarted the tools many times.  Nothing seems to be working. 

View 9 Replies View Related

AutoCAD Civil 3D :: 2012 - Turn Off Layout Tools Contextual Tab

May 3, 2011

How do I disable the layout Tools Contextual tab in Civile3d 2012 so that is does not become active every time I change to Paper Space. I would like the ribbon to stay focused on the HOME tab when in paper space.

View 9 Replies View Related

AutoCAD 2010 :: Custom AutoPurge Tool In A Custom Toolbar

Nov 9, 2012

We are a firm using ACAD 2011 w/ a custom toolbar that has an Auto Purge "tool" it currently deletes duplicated layers, reg ops, duped scales etc. we are wondering what else it can do (or any other tools that may be of use) or how can we get it to do more for us, like restrict referencing files from "unwanted" locations and any other tools that are essential to reducing the size of a drawing so its now so slow

View 3 Replies View Related

AutoCAD Inventor :: Creating ICopy Tools

Oct 9, 2012

I want to make some icopy tools to suit my needs, i did the tutorial i've found on AUGI "an icopy how to" and then i did a glass panel using the technique i learn there. Everything works fine until i place the icopy on a different plane than the x, y plane.

when i place it in other plane it the icopy behave in strange way. I had this problem since the first icopy test i made and i can't find why it doesn't work.

View 3 Replies View Related

AutoCad 3D :: Custom Textures In 2012?

Jul 16, 2012

Where do I place custom textures I have downloaded so I can See them in the materials browser/library?

I can't drag and drop into the materials library through CAD and cannot figure out the folder location in Win7 X64

View 3 Replies View Related

3ds Max :: Tools In 2012 Disappear From Toolbar?

Oct 15, 2011

I was working on a scene and went to select the rotate tool and suddenly all the tools and the entire toolbar was gone! I tried un-checking and re-checking the main toolbar selection but to no avail. I am completely at a loss as to what to do since I can't choose my tools anymore! I put my tools back onto a custom toolbar but I can't find the dropdown box that you can choose what orientation the gizmos use (i.e. local, world,...) Without that toolbar, I really can't do anything and it would be nice to have all the tools back as I can't find half the ones that were there. As you can see in the picture, I put the tools I could find back in.

View 4 Replies View Related

AutoCAD Civil 3D :: Profile Creating Tools (Splines )

Oct 4, 2013

I try to create my Vertical Profile using "Convert using AutoCAD line and spline" but spline option is not working.

I recreated as spline>cv>Degree (2)  quadratic. The Civil3D is not accepting.

I'm doing something wrong? Use another procedure?

View 1 Replies View Related

AutoCAD 2010 :: Open And Create A Drawing In 2012 From Visual Basic 2010

Jul 1, 2012

I'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:

1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.

2. I wrote this in the heading of the form's

- Imports Autodesk.AutoCAD.Interop
-Imports Autodesk.AutoCAD.Interop.Common

3. In the event Click of the Button1 I put this:

    Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application
    AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application
    Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document
    acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2
    'Draw a line
    Dim PT1(2) As Double
[code].....

View 2 Replies View Related

Maya :: 2012 Craft Animation Tools?

May 6, 2011

Maya 2012 new features video shows that craft animation tools is new feature in Maya 2012, but i cannot find it inside Maya 2012, is the plugin integrated with Maya 2012 or need to install it after installation? Should i download craft animation tools for Maya 2012 or ?

View 6 Replies View Related

AutoCAD 2010 :: 2010 Through 2012 Freezing When Using Open - Windows 7

May 23, 2012

I recently loaded several versions of AutoCAD on to a Windows 7 machine.  ALL versions will open a drawing if double-clicked from windows explorer, but if I try to open through AutoCAD, the program freezes as soon as I click on the "Open" button.  This is true for AutoCAD 2010 through 2012.

Machine Specs:

Dell Optiplex 990
250GB HD
8GB Ram
I7-2600 proc
AMD Radeon HD 6670 (1Gb) Video Card

I also cannot open multiple instances of ANY version of AutoCAD in Windows 7.

View 3 Replies View Related

AutoCAD LT :: Migrate Custom Settings From 2008 To 2012

Oct 19, 2011

How can I migrate my custom settings from AutoCad LT 2008 to AutoCad LT 2012?

View 9 Replies View Related

AutoCAD VB :: Transferring Custom Macro From 2004 To 2012

Aug 12, 2013

We are now running AutoCAD 2012 on our network.  We had a third party come in a long time ago and write us a custom macro that generates specsheets for our product.  The problem is it was written for AutoCAD 2004.

Any way to move that code from 2004 to 2012 somewhat easily.  If not easily, at least tell me that it is possible without having to rewrite the entire macro.

View 9 Replies View Related

AutoCAD Civil 3D :: Grading Tools - Creating Proposed Grade Surface?

Feb 21, 2013

I'm trying to create a proposed grade surface using the grading tools. I drew the outline boundaryof the proposed surface as a closed polyline then created a feature line from it and assigned different elevations to it. When I try to select the feature line in order to create the grading, I get "THIS FEATURE OVERLAPS ITSELF AND CANNOT BE GRADED". What could be a possible reason for this?

View 5 Replies View Related

AutoCAD VB :: Custom Sheet Set Index (VBA) Tool Not Working In 2012?

Sep 7, 2011

We have this very cool tool that automatically creates a custom sheet property (IndexNo) and indexes all sheets in the active sheet set. Unfortunately, it doesn't run in 2012 and the guy that wrote the application no longer works for us.

View 7 Replies View Related

Maya :: 2012 And 2013 Merge Vertex Tools Not Working?

Mar 5, 2013

I'm having problem with this tool in maya 2012 it doesn't connect or do the red mark between 2 vertices but in maya 2013 it does the red mark between them but doesn't connect

View 1 Replies View Related

AutoCAD Map 3D :: Creating PDF In Map 2012 - White

Jan 23, 2012

When I try to plot to pdf at the highest quality while in a layout, the file takes a long time to create and will be rather large but when I open the PDF there is nothing in it.  It is all white!  This typically happens when I try to create a plot that is larger than 11x17.  I can send to the plotter and plot out a hard copy but no PDF.

View 4 Replies View Related

AutoCAD Architecture :: Migrating Custom Profile / Setting From 2012 To 2014

Jun 10, 2013

I have a client who has a customized workstation in 2012 and is trying to move to 2014. We have gotten most of it done but theyaretryingtoloadacustomlipsroutineanditkeepsfailing.

Image attached.

View 4 Replies View Related

AutoCAD LT :: Transferring Custom Tool Palettes From 64bit To 32bit 2012

Jan 24, 2012

When I try to import my custom tool palettes onto my co-workers computer, his machine does not see the xpg.

My machine is a 64 bit computer and his is a 32 bit.

Is there a way to convert the xpg to a different extension or will I have to set up his palettes from scratch?

View 2 Replies View Related

AutoCAD 2010 :: Transferring Custom R14 Menus To 2010?

Oct 31, 2012

My company have some custom menus and some some lisps that are related to it. 

to install the menus in r14 first we opel tools/options/Files then we add the custom folders under the Support File Search path then we load the menu and open the Display screen menu and after all the commands can used under the screen menu.

this also work under acad 2000 but cannot find a solution under 2010

View 1 Replies View Related

AutoCAD Architecture :: How To Get Old Custom Tool Palettes Into 2012 By Opening Content Browser

Feb 7, 2012

I just migrated from 2006 to 2012... I was able to get my old custom tool palettes into 2012 by opening the Content Browser and idropping them.  However I noticed that these palettes are not 'refreshable' like they used to be.  In the Palette Properties it says *This palette is not shared from a catalog*... after doing a search of that message in these forums I found this thread: [URL]....

I followed David's instructions:

1. Created a new Palette Group

2. Created a new palette in that Group

3. i-dropped tools from my custom catalog in the Content Browser onto that new palette.

Still there is no 'refresh' option...???

View 2 Replies View Related

Photoshop :: Missing Tools :: Autofill And Custom Shape Tool?

Apr 11, 2008

I installed photoshop cs3, and I'm missing the autofill tool and teh custom shape tool?

Is there a .dll that maybe someone can upload, or could someone talk me through it?

also, im reading a photoshop tutorial and it says go into web eidtor - how do i do this?

View 4 Replies View Related

Photoshop :: Creating New Line Tools

Apr 8, 2003

how to create my own line tools, specifically a dotted/dashed line.

View 5 Replies View Related

AutoCAD 2010 :: How Express Tools Are Loaded

Dec 2, 2010

WHERE AND HOW THE EXPRESS TOOLS ARE LOADED?

View 8 Replies View Related

AutoCAD 2010 :: Callout Tools Available In Mechanical

Jul 2, 2012

I have users using AutoCAD 2010 - both Architecture and Mechanical.  My questions; are the Callout tools that are available in Architecture also available for Mechanical?  I am looking to see if we can find the same toolbar(s)?

View 3 Replies View Related







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