AutoCAD Inventor :: Change VB Code To Open 2013 Instead Of 2012?

May 14, 2012

I am copying chunks of code from the My First Plugin tutorial and am using the code that opens Inventor to start the form.  I have both Inventor 2012 and 2013 installed on my system.  I have gone in to the properties and changed the .dll reference file to read out of the bin/PublicAssemblies folder in 2013, however, when I run my Windows Form, it will open Inventor 2012 instead. 

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: 2012 - ILogic Code To Change Drawing Layer Color

Aug 27, 2011

How to change the color of layer that will be used within a drawing files for special purposes.

Ideally the code will make the color Red, but change to Black prior to printing.

The "logic" behind the code currently is to differentiate a layer called "Burn" to a highly visible color for the purpose of review by others then, prior to printing, change the color to Black.  The firm I'm currently working for uses gray-scale B sided printers only.  The firm currently uses Blue for dimension and extension lines so to produce drawings that portray both type of objects "lightly".

View 2 Replies View Related

AutoCAD Inventor :: Open 2013 Part With 2012 - Sat / Step Not Working

Feb 28, 2013

I have always used step files to save back to previous releases but i cant seem to get them to open in 2012, I get the attached message

I cant see any version options when saving the sat or stp file, also dwg export, import doesnt work either

I can see other people are still able to do this, is there a setting somewhere?

View 4 Replies View Related

AutoCAD Inventor :: 2012 Save Copy As DWG ILogic Code Error

Jan 9, 2012

Using Inventor 2012 and using ilogic rule or VB codes to auto Save Copy AS DWG?

My old code error out when debugging. The exact error is on this code line:

DWGAddIn.SaveCopyAs(oDocument, oContext, oOptions, oDataMedium)

Autodesk has agreed that this code does not work on Inventor 2012 and that the development is working on it. This code is part of the Snippets built in Inventor iLogic Rule Browser.

View 4 Replies View Related

AutoCAD 2013 :: Open 2012 Drawing In 2008?

Aug 13, 2013

Is there a program available to convert newer Autocad files to older versions? I have a 2012 file that I want to read in 2008.

View 2 Replies View Related

AutoCAD Civil 3D :: Can Open 2012 DWG Files In 2013

Apr 10, 2012

Can I open 2012 .dwg files in 2013 and have all the settings styles and all the 3D data? 2013 Civil 3D

View 3 Replies View Related

AutoCAD Inventor :: Open Parameter Dialog Box With Code?

Jul 10, 2011

I'm using VBA in Inventor 2010.  I want to create a macro that adds 3 fields to a part for LRNGTH, WIDTH and THICKNESS, as well as comments and setting the export to be export out.  My program is below and works well.  However i would like to end the macro with the parameter dialog box open.  What code do i need to do this?

Sub AddBomFields()
'adds LENGTH, WIDTH and THICKNESS user parameters to part
Dim oPartDoc As PartDocument

[Code]....

View 8 Replies View Related

AutoCAD Civil 3D :: How To Open Subassembly Designed In SAC 2013 In SAC 2012

Feb 18, 2013

How to open subassembly designed in SAC 2013 in the SAC 2012 ?

Civil 3D 2012, SAC
16 GB Ram 64 Bit Win7

View 1 Replies View Related

AutoCAD 2013 :: Unreferenced Xref When 2012 Drawing Open

Oct 29, 2012

Just got the upgrade from 2012 to 2013 AutoCAD. When I opened the file from 2012 to 2013 for editing, my sub-xref  file become "Unreferenced". The main Xref is loaded and fine. I tried to reload it but it doesn't work, and only its text path that are shown in there. It seems that the sub-xref  file is in the right path when I trying to verify it location. So, what I did was use my old 2010 Autocad to finish my task which work fine. Why my sub-xref is in "unreference"condition using 2013 AutoCAD.?

View 2 Replies View Related

AutoCAD Inventor :: ILogic Code - Change Custom Properties

May 31, 2013

<Subassembly document name>” = iProperties.Value("Custom", "CUSTOMER P.O. NUMBER") iProperties.ValueInDoc("<Subassembly document name>.iam", "Custom", "CUSTOMER P.O. NUMBER")= Ucase(InputBox("CUSTOMER P.O. NUMBER?", "Create Customer P.O.#", iProperties.Value("Custom", "CUSTOMER P.O. NUMBER")))

View 3 Replies View Related

AutoCAD Inventor :: ILogic Code To Change View Label Text

Sep 18, 2012

I am trying to rewrite Curtis Waguespack's ilogic code to modify drawing view labels from this post http: [URL]...

The completed label should appear like this

<Description> - Mk <Part Number>
Est Unit Mass = X kg
(Scale 1:1)

At this point I have 2 problems

1. I want to add the physical mass to the second line and would prefer to use the calculated physcial property rather than the a custom iproperty. If editing the view label, it would the property access under physcial properties.

2. I want to rewrite the code so it is selective or per view - in otherwords, I only want it to modify a single view I select once the code is run. At this point I know I need to remove the For loop but I dont have a clue as to how to make it selective.

'start of ilogic codeDim oDoc As DrawingDocument: oDoc = ThisDoc.DocumentoModel = ThisDoc.ModelDocumentDim oSheets As SheetsDim oSheet As SheetDim oViews As DrawingViewsDim oView As DrawingViewoSheets = oDoc.SheetsFor Each oSheet In oSheetsoViews = oSheet.DrawingViews For Each oView In oViews oView.ShowLabel = True

[Code] ......

View 5 Replies View Related

AutoCAD Inventor :: Read / Change Prompted Entry Through Code From Title Block

Aug 27, 2013

How could I read / change prompted entry through code from title block (for example DIN) within VB.Net?

View 3 Replies View Related

Maya :: Poly Meshes Built In 2013 Won't Open In 2012?

Aug 4, 2012

Have the "ignore version" flag on, but I get this weird message:

The mesh 'standard_exterior_wall1Shape' has no '.fc' attribute. //

for ever mesh I've deleted history on.

View 2 Replies View Related

AutoCAD Inventor :: 2012 - How To Open IDW File Only

Feb 28, 2013

Everytime I want to open idw file only in one folder, it comes with dwg and idwfiles. I have to identify the idw files from many dwg files, sometime I just opened dwg file due to the same name with the idw file. (For project purpose, I need to save idw and dwg file in the same folder).

I hope I can open idw files only as I choose to open iam and ipt only, and remove *.dwg from File of types (*.dwg; *.idw).

View 5 Replies View Related

AutoDesk Smoke :: Can 2012 Open A Flame 2013 File Archive

Dec 10, 2012

can 2012 open a flame 2013 file archive

View 2 Replies View Related

AutoCAD Inventor :: Cannot Open Content Center 2012

Jan 22, 2013

I recently updated computer and installed inventor 2012 and the updates. Loaded ok

Opened project and tried to place parts from content center, nothing happened. I mean nothing. Could not even open configure Content center library in projects. I am running windows 7, 32 bit. window

I loaded it to my laptop and it works fine.

View 1 Replies View Related

AutoCAD Inventor :: Can Open 2012 Files On 2009

Oct 29, 2011

can you open inventor pro 2012 files on inventor pro 2009?

View 2 Replies View Related

AutoCAD Inventor :: Axis Display Change In 2012

Oct 12, 2011

In previous versions when you hovered over an invisible axis in the browser you could see the whole line in the model. Now you just get the end points displaying as yellow circles and it can be quite difficult to see where the line is. What's the point of this change? Is there a way to get the old behaviour back?

View 1 Replies View Related

AutoCAD Map 3D :: WMS Connector - Choosing CS Code Crashes 2012

Oct 12, 2011

When I connect with Autocad Map to WMS server (Geoserver) and try to choose Server CS, Autocad crashes. This didn't happen until 2012, and in 2011 work just fine.

View 1 Replies View Related

AutoCAD Inventor :: Does Pro 2013 Works With Vault Pro 2012

Jul 26, 2012

Does Inventor Pro 2013 works with Vault Pro 2012.

View 1 Replies View Related

AutoCAD Inventor :: Save Files For 2012 In 2013?

Apr 24, 2012

Can you save files for 2012 in 2013?  I have the ability to upgrade to 2013 while others at my company are not able to, since they were not put on the subscription service.  If I upgrade will they still be able to open my files or can I back save to a previous version?  I know I can save it as different file type, like .iges or .step, then use feature recognition.  But I need them to have full editability to sketches and features.

View 9 Replies View Related

AutoCAD Inventor :: Upgrading 2012 To 2013 Manual

May 7, 2012

Is there any manual or step-by-step on how to upgrade from inventor 2012 (vault) to inventor to 2013 on a server?

View 1 Replies View Related

AutoCAD Inventor :: 2012 IPart Does Not Work In 2013

May 6, 2012

Got a rather large ipart that I haver been using in 2013.  When I try to check this in, Inventor runs through the "analyzing members" thingy and fails about the 8000 member mark.  Actually get a CER. 

View 9 Replies View Related

AutoCAD Inventor :: Convert 2013 Template To 2012?

Jan 24, 2013

Is it possible to convert a 2013 drawing template (IDW) to 2012? 

View 1 Replies View Related

AutoCAD Inventor :: 2012 Cannot Save Or Open STEP / IGES Files

Jul 25, 2013

Since we upgraded to Inventor 2012 SP1 on W7 x64 most machines cannot open or save out step or iges files.  The translator shows as 'On demand' and when i save copy as the 'options' button is inactive.  We just get the standard error 'Problems encountered while saving the document'.

I see lots of old posts but nothing relating specifically to stp files. 

Inventor 2010

View 4 Replies View Related

AutoCAD Inventor :: Can't Change Colour Scheme / Autodesk 2012

Feb 3, 2012

I can't to change colour scheme autodesk inventor 2012

View 2 Replies View Related

AutoCAD Inventor :: Autodesk Constraint Change Listing 2012

Jun 19, 2013

Recently installed 2013, previously had 2011inv.  Trying to find out exactly what the constraint changes are from 2011 to 2012 inv.  I as told that there was a post here with them, but cannot find it (only posts of constraint problems that people were having when they switched to 2012).

what the changes are from inv2011 to 2012 or inv2011 to 2013.  Doesn't autodesk have these changes listed somewhere in writting?

View 4 Replies View Related

AutoCAD Inventor :: 2012 Ribbon Missing (interface Change)

May 6, 2011

i opened inventor pro 2012 and my interface is different and my ribbon is missing. i tried restarting a number of times with no change. I tried a repair with no change. I might try a reinstall.

Dell t1500 i7 8 gb ram
Windows 7 64 bit
ati firepro v4800

View 9 Replies View Related

AutoCAD Inventor :: 2012 - How To Change Color Of Extruded Items

Jan 20, 2012

how can i change color of the extruded items becuase when i view it from the top it doesn't look like if anything is extrude. you would have to look from the side to tell if its extruded.

View 2 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 :: 2012 - View Change When Opening Sketch To Edit

Jun 6, 2012

If I zoom in on a small detail in a large sketch and then issue the "edit sketch" command Inventor changes the view to where the origin is visible on the screen. Is it possible to disable this?

View 2 Replies View Related







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