AutoCad :: Get FEA Box To Appear In Ribbon In Mechanical Desktop?

Jul 7, 2013

how to get the FEA box to appear in the ribbon in Mechanical Destop?

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: Translation Of DWG - Mechanical Desktop Must Be Installed

May 1, 2013

I am using inventor 2012 and am trying to import my MDT(2002) drawings but when I try the translation process I receive an error message that says Mechanical Desktop must be installed. I currently of both Inventor and MDT installed and both operate correctly.

View 4 Replies View Related

AutoCAD Inventor :: How To Translate Model From Mechanical Desktop

Aug 25, 2013

How to Translate the model from Mechanical Desktopt in Inventor 2014.

Program requires installed mechanical desktop.

How to tranalate without having mechanical desktop?

View 2 Replies View Related

AutoCAD Inventor :: Export From Autodesk 8 To Mechanical Desktop 2004?

Jan 23, 2013

I have a drawing that was sent to me using Autodesk inventor 8 but I want to add it to a drawing I have already started in Mechanical Desktop 2004 is there any way to export the drawing into a format that can be opened by Mechanical Desktop 2004?

View 1 Replies View Related

AutoCAD Inventor :: Converting Step Files For Mechanical Desktop?

Feb 7, 2012

I have a problem with some step files I recieved from a vendor for an assembly.  Basically what is happening is I download the step file. Then bring it into Mechanical Desktop.  When brought into Mechanical desktop, it is downloaded in metric where my entire assembly is in standard/english format.  What I did when I had Inventor 2011 is bring the step file into inventor, go to document settings and switch the unit to inch from mm.  Then save the step file and when I brought it into Mechanical desktop it was in the correct unit and scale.

Now with 2012 Inventor, when I bring the step file in, it is automatically in english/standard format.  So I save the step file out and try to open it in Mechanical desktop only to have the file back into mm and 25.4x the actual size it should be.

how to save the step file out like in 2011 to make sure the unit is saved in the correct format.  This is extremely aggrevating and waste of time.  I would have had the part reverse engineered by now if i quit trying to use the vendors standard step files.

This problem doesn't only happen with a certain vendor's drawings either, it goes for all step files I have recieved since getting Inventor2012.

View 5 Replies View Related

AutoCAD Inventor :: Can Mechanical Desktop 2009 Be Installed With 2013

Jul 9, 2013

Can Mechanical Desktop 2009 be installed with Inventor 2013?

View 5 Replies View Related

AutoCAD Inventor :: Mechanical Desktop 2013 Error At The Start Of Application

Apr 27, 2013

When I start the subject application, I experience delay in opening the program & error as attached appars on sreen.

View 1 Replies View Related

AutoCAD Inventor :: 2009 Crashing When Translating Mechanical Desktop Files

Dec 22, 2011

.My Inventor2009 keep crashing everytime i'm trying to traslate/import Mech. Desktop2009 files....Windows7 is my os platform.   Done all latest SP  both for Inventor & Mech Desktop.

View 1 Replies View Related

AutoCAD Inventor :: Mechanical Desktop Part / Assembly Translator Not Registered

Oct 11, 2011

I am trying to import my MDT 2009 (SP3) files into Inventor 2012 (SP1) but I get the error in the subject line.

View 9 Replies View Related

AutoCAD 2013 :: How To Import Mechanical Desktop 2009 Files Into Inventor 2012

Sep 23, 2013

how to import Mechanical Desktop 2009 files into Inventor 2012

View 1 Replies View Related

AutoCAD .NET :: Create Custom Ribbon Tab And Buttons For Mechanical 2011?

Nov 23, 2010

How do I create a ribbon tab and button for my application, any sample code?

How do I interact the button click with my application?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Customize Ribbon Panel In Ribbon Tab

Nov 28, 2012

I am trying to customize Autocad 2012 ribbon tab. I can't seem to find how to mimic the small arrow that appears in several of the standard menus. For example, in the 3D Solids - Home Tab, the second panel from the left is "3D Solids Home - Mesh" It has a small arrow in the corner that opens up a preferences dialogue box.

How can I add that arrow to a custom panel with that little arrow so that I can add my command to it?

View 4 Replies View Related

AutoCAD .NET :: Where Are Bits Of Ribbon API To Add Slide Out To Ribbon Panel

Jan 24, 2013

Where are the bits of the Ribbon API to add a slide out to a ribbon panel?

Autodesk.Windows.RibbonControl ribbonControl = Autodesk.Windows.ComponentManager.Ribbon; RibbonTab Tab = new RibbonTab(); ribbonControl.Tabs.Add(Tab); // create Ribbon panels Autodesk.Windows.RibbonPanelSource panel1Panel = new RibbonPanelSource(); panel1Panel.Title = "Panel1"; RibbonPanel Panel1 = new RibbonPanel(); Panel1.Source = panel1Panel; Tab.Panels.Add(Panel1);
 
I saw some source that hinted you could use panel1Panel.AddSlideout() but in the search I do not see any Ribbon API that allows for any slideout functionality?Do you *have* to use the CUI API for this?

View 5 Replies View Related

AutoCad :: Mechanical 2014 Palette Crashes

Jan 8, 2014

I just upgraded to ACAD Mech 2014 from 2011. When I import my palettes and try to use them, the program crashes every time (fatal error and send report to Autodesk).Think I'll have to rebuild the palettes in 2014 for them to work?

View 1 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

AutoCAD 2013 :: How To Install Mechanical Without Autodesk 360

Dec 6, 2013

Working on Autocad 2013 Mechanical. I ALWAYS have the Autodesk 360 SignIn objects on the top bar. I have disabled the Autodesk 360 from the installation list in the network deployment. But this doesn't work. I have also modified the registry and the .ini files but it seems NOTHING works! How can I install AutoCAD in silent mode without getting these objects on the top bar?

View 4 Replies View Related

AutoCad :: Where To Find Architectural / Mechanical Blueprints

Jan 7, 2009

where to find some useful links of Blueprint of a Plan, either Architectural or Mechanical. I want to practice myself using any types of commands in AutoCAD.

View 3 Replies View Related

AutoCAD .NET :: Determine If Mechanical Interfaces Are Loaded

Dec 13, 2012

As a part of an other recent topic (Interop 32/64 COM - Acad Mechanical),In VB.NET, how can I easily be sure to be in a Mechanical AutoCAD with every specific interfaces loaded (SymBBAuto, AcadmAuto...)?

I tried to get specific system variable like "AMVER" but this does not work.

I tried a "Try... Catch" while using "GetInterfaceObject", but this does not work at any time... sometimes I got fatal errors.I don't want to use the caption of the AutoCAD window, it is not enough reliable for me.

View 7 Replies View Related

AutoCAD 2010 :: 2012 Mechanical Streaking Images

Dec 5, 2013

I have a user that is getting what appears to be streaks on his drawings.

The video card has the latest driver.

I ask how often this happens and he states:

Almost every time I have a large 3d drawing ..or multi 3d drawings open (which is often the case)

View 8 Replies View Related

AutoCad :: Saving From 2012 Mechanical To 2006 Lite?

Feb 27, 2012

It is possible to save from AutoCAD 2012 Mechanical back to REGULAR AutoCAD 2006 Lite? I am updating files on my computer with 2012 Mechanical but have to email them back to the original computer (which only has AutoCAD Lite) to print them out. I wouldn't think it would matter if the save format is AutoCAD Mechanical 2006 as long as it is still a .dwg file, correct?

View 5 Replies View Related

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 View Related

AutoCAD Print / Plot :: Autodesk Mechanical Not Printing On HP Designjet 500 24

Oct 12, 2012

I have a problem with print from Autodesk Mechanical on a HP Designjet 500 24.

The system is a Windows 7 Professional 64bit.

When I select the printer, the printer returns to "none".

I have tried several drivers, the HP Designjet 500 plus 24 or HP DesignJet 500 24+HPGL2 card.

I can select the HP DesignJet 500 24+HPGL2 card, but since that driver is incorrect for my printer, it doesn't print.

I have found this same problem for a HP Designjet T610.

Here is says to use a driver version from 10 feb 2010 or later. But there isn't any driver around or after this date for the HP Designjet 500.

Other program's can print just fine through the original HP Designjet 500 24 driver.

View 3 Replies View Related

AutoCAD 2010 :: How To Import The Iges File In Mechanical 2011

Jul 17, 2012

how to import the iges file in  autocad mechanical 2011? [URL]

View 2 Replies View Related

AutoCAD Inventor :: How To Convert MDT 2008 Files To Mechanical 2013

Sep 5, 2012

We need to be able to open MDT 2008 3D drawings in Autodesk Mechanical 2013.

I also would like to know if there is a way to convert a lot of files? (like using a batch or something similar)

View 4 Replies View Related

AutoCAD .NET :: Code Works In Vanilla 2010 But Not In Mechanical 2012

Jan 9, 2012

I have code that works just fine in AutoCad 2010 (just plain ol' AutoCad), but will not run completely in AutoCad Mechanical 2012.  The code will draw lines, arcs, circle, plines, etc. as well as insert blocks.  The command to insert the block has the entire block path so I don't have to rely on setting that up for everyone.

In AutoCad Mechanical only the blocks show up.  No lines, arcs or anything else is drawn.  I do not use a command method (like in LiSP) to create those objects, I create them through the block table and block table records.

What do I have to do to get my code to run in AutoCad Mechanical 2012?

View 8 Replies View Related

AutoCAD Inventor :: Does Autodesk Simulation Mechanical Bundle With Any Packages

Jun 21, 2012

Does Autodesk Simulation Mechanical bundle with any of the Inventor packages?

View 1 Replies View Related

AutoCAD Inventor :: Adding Material Library Accessible In Simulate Mechanical

Jun 6, 2013

How I can add materials to the Inventor material library. I have created and defined the material in Autodesk Simulate Mechanical and they are available in the material libraries in that program, but inaccessible in Inventor. It doubles my work load if i need to define the materials in both programs and also creates hassles if a change needs to be made to a single material.

The materials are currently saved in .mlb library files. Iventor requests a .asklib file for when trying to add a library.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change Arrow Size In Mechanical?

Feb 21, 2013

I want to change the arrow size in AutoCAD mechanical using Visual Lisp. (No other language is allowed by the company).

I have the code in VBA but I have not been able to generate equivalent Vlisp code.

The code fails at the following line saying "; error: Automation Error. Problem in loading application".

Importing the library does not make any difference (but I think it is not necessary).

(vl-load-com)
(setq symBB (vlax-invoke-method (vlax-get-acad-object) 'getInterfaceObject "SymBBAuto.McadSymbolBBMgr")))

From there, I have to get the BomMgr and so on. But I am unable to take the first step itself.

View 4 Replies View Related

AutoCAD 2013 :: Adding Save As Option To Mechanical For Autodesk Lt 2008?

Oct 28, 2013

I am using AutoCAD Mechanical 2013 and need to save a file as an AutoCAD LT 2008 for a friend to work in. I can only save it as AutoCAD LT 2004, is there a way for me to add AutoCAD LT 2008 as an option? If not is there a compatibility pack for him that he can download. There was a slight issue in the transfer. Im not doing anything that uses the mechanical features, just normal autocad features. The option for my computer is better if it is possible.

View 1 Replies View Related

AutoCAD 2010 :: Fatal Error Opening Older DWG File With SP 2.0 Mechanical

Jun 5, 2012

Even though I run the Dwgconvert function in DwgTrueview 2012 I still can not open the converted file in AutoCAD Mechanical 2012 SP 2.  Fatal error with some hex memory addresses displayed.  DwgTrueview opens and displays the dwg. just fine.  AutoCAD R14 & 2000 open the file with no problem as well. 

View 3 Replies View Related

AutoCAD 2013 :: When Click On DWG File Electrical Opens But Want Mechanical To Open

Mar 5, 2013

I opened electrical by accident and now all my files default to Electrical rather than Mechanical. How can I change this?

I was certain this was easy, right click a file OPEN WITH, etc browse to proper program...

Inventor 2012
Windows 7 64, 6gb RAM, Nvidia 4000

View 7 Replies View Related







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