AutoCAD Inventor :: Embedding View In Excel?

Sep 27, 2011

I have trouble of embedding invetor view in excel 2007 with inventor 2011 installed and window 7 64bit.

I follow same steps in help file. when I try to register ocx file, it came out error "the call to dllregisterserver failed with error

code 0x80040200."

I try to change UAC and i am an admin too. it doesnt work. when I insert object in excel, the error is "cannot insert object"

Autodesk Inventor Professional 2014
Autodesk Product Design Suite Standard 2013
Microsoft Office 2007 & 2013
Windows 7 64bit
Synergis Adept 2013
Visual Studio Express 2010

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Embedding Excel Into Sheet Metal Template

Sep 7, 2012

How do you embed (not link) an excel spread sheet into my sheet metal template.

The excel file is simple, 2 rows listing the A1=gauge and B1= decimal equivalent.

What I want to do with this is to get the gauge to show up in the iProperties description along with length and width of part.  The thing is I need column A to show up in the iProperties (12GA) but column B to be used for the sheet metal default thickness.

I keep getting this error when I run my code.

Error in rule: Gauge, in document: Part1

GoExcel: 3rd Party worksheet not found: "3rd Party:Embedding 1", Sheet: "Sheet1"

Code so far..

i = GoExcel.FindRow("3rd Party:Embedding 1", "Sheet1", "Gauge", "<=", iProperties.Value("Custom", "Gauge"))MultiValue.List("Thickness") = GoExcel.CellValues("3rd Party:Embedding 1", "Sheet1", "B2", "B35") 

View 9 Replies View Related

AutoCAD Inventor :: Embedding PDF File In IDW

Jun 1, 2012

We have an Inventor Drawing Border Template which is 381KB in size. We have a drawing checklist in PDF format which is 182KB in size

We thought to insert this into the IDW file so it would appear in the browser bar as embedded under the 3rd party section this actually works a treat....BUT The total file size of the template is then 2049KB which is too large. Why is it when inserting a 182KB File into a 381KB file it creates a combined file size of nearly 4 times the size of the 2 files?

It seemed difficult to have files this large repeated over and over again.

View 5 Replies View Related

AutoCAD Inventor :: DWG BMP Embedding Replication

Jun 6, 2013

We have Inventor DWG templates that I have created based on our AutoCAD DWG templates. We chose the INV DWG route to simplify template creation. However, our logo has a gradient hatch with the 'O', something which Inventor cannot handle.So we now modify the logo only, changing the 'O' to an embedded bitmap image. The same goes for the ISO logo.

After doing this, I noticed the drawings were increasing in size, at a much higher rate than detail I was addding to the drawings. If I go to Tools > Links, i see that the bitmaps are being replicated, over and over (seems like after every save, or every time the drawing is opened). The count can hit around 45 embeddings!

The problem is that the logo randomly drops off (on screen and after printing) due to there being too many embeddings, and I cannot save the Inventor DWG to an AutoCAD DWG any longer (clients request editable DWGs).

Question : How do I stop the embedding replications?

Drawing with all views deleted. Notice file size of 8mb. Normal size around 1.4mb from template file.

View 2 Replies View Related

AutoCAD Inventor :: DWG BMP Embedding Replication

Jun 6, 2013

We have Inventor DWG templates that I have created based on our AutoCAD DWG templates. We chose the INV DWG route to simplify template creation. However, our logo has a gradient hatch with the 'O', something which Inventor cannot handle.

So we now modify the logo only, changing the 'O' to an embedded bitmap image. The same goes for the ISO logo.

After doing this, I noticed the drawings were increasing in size, at a much higher rate than detail I was addding to the drawings. If I go to Tools > Links, i see that the bitmaps are being replicated, over and over (seems like after every save, or every time the drawing is opened). The count can hit around 45 embeddings!

The problem is that the logo randomly drops off (on screen and after printing) due to there being too many embeddings, and I cannot save the Inventor DWG to an AutoCAD DWG any longer (clients request editable DWGs).

Question : How do I stop the embedding replications? Or at least purge them out...

Attached : Drawing with all views deleted. Notice file size of 8mb. Normal size around 1.4mb from template file.

DWG Link : [URL]....

View 3 Replies View Related

AutoCAD Inventor :: Example Of Embedding IronPython Into A C# Addin

Dec 13, 2012

Below is a link to a github repo that has a code example showing how to embed an IronPython engine inside a C# addin.  It is the same as the "Simple AddIn" that comes with the SDK, only with the logic part of the addin factored out into IronPython.  I could never find anything on using IronPython with Inventor so I'm posting this for any others that might be interested. 

The main reason for doing this is to speed up development time.  Edits related to the python code do not require the cycle of shutting down Inventor, compiling, restarting etc.  More detail is in the readme. URL....

View 4 Replies View Related

AutoCAD Inventor :: When Link Excel Document To Model All Parameters In Excel Gets Unit (mm)

Oct 30, 2008

When I link in an excel document to my model all parameters in that excel gets the unit (mm).

How can I change this? For instance I want some of the parameters to be an angle.

View 8 Replies View Related

AutoCAD Inventor :: Excel Installation Is Required / Failed To Launch Excel

Sep 4, 2013

Recently I have been trying to build table driven products and ipart tables, but when I copy a member to create a new part number, upon exiting the iassembly author I get the following message "excel installation is required for this operation. failed to launch excel". I have a fully functional version of 2010 Excel installed which has been used so it should be recognized in the windows registry. I am running Windows 8 and Autodesk Inventor 2014.

View 6 Replies View Related

AutoCAD 2013 :: Reset Print View In Excel

Aug 8, 2013

I have a CAD dwg with an embedded OLE object (Microsoft Excel).  I am able to edit the text with no problems, but I am not able to resize the viewing window in CAD.

I have reset the 'print view' in Excel several times, hoping that this would render the problem.  However, it is still showing 1 row of extra cells that I do not want to see.

View 1 Replies View Related

AutoCAD Inventor :: Get Sheet Number Of Base View For Selected Child View

Jun 21, 2013

Is there a way to get sheet number of the base view for the Selected Child view (Mainly for Section. Detail Views). Because the Section views, Detail views (initially they would have created on the same sheet where the parent is, then they moved to different sheets). So we place the parent view sheet number.

View 1 Replies View Related

AutoCAD Inventor :: How To Pass Break From Sectioned View To Separate Isometric View

Jun 27, 2012

I started with a Left side view of a part and created a sectioned view right down the middle so you can see the insides from another view. the part is pretty big so i used a Break to shorten it to fit the page. I also placed a smaller and separate isometric view of the same part and want this view to inherit the same break. How can I do this? If I go into the display options of the iso view, all the cut inheritance options are grayed out and can't be clicked. I've seen this done before, but i'm sure i missed a step somewhere.

Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit

View 4 Replies View Related

AutoCAD Inventor :: Unable To Remove Hidden Line From View To Get Shaded View

Sep 23, 2013

I made  a drawing, but after using ilogic (ilogic is in drawing,assembly, part) in it, drawing view of a particular part is coming in hidden line, other are shaded as u can see in image.

Drawing view is associative, all edges shown, level of detail is master, view style is Hidden Line Removal with Shaded

Computer Config:

Inventor 2013
Intel Xeon CPU
2.67 GHZ
8 Gb ram
Windows 7 64 bit

View 3 Replies View Related

AutoCAD Inventor :: Parent Section View In One Drawing And Child View In Another

May 6, 2013

Is it possible to have the parent view for the section in one drawing and the child views in another drawing?

View 2 Replies View Related

AutoCAD Inventor :: Detail View Arrows And View Annotation Are Not Showing

Apr 26, 2012

I've created a drawing and when I create a detail view, the actual view appears in the drawing but the circle and arrows along with the view identifier are not showing up.  It's like the visibility has been turn off. how to turn it back on?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 1 Replies View Related

AutoCAD Inventor :: Make Exploded View Trail Lines Exempt From View Break Out?

Oct 31, 2013

I have made an exploded view and placed it an a drawing. I would like to view inside one of the bodies to show where the exploded internals sit, however when I do a break out of the body the trail lines from the exploded internals also get sectioned. Is there a way to control the sectional properties of a trail line?

View 4 Replies View Related

AutoCAD Inventor :: Projected Drawing View Doesn't Show / Design View Rep Don't Update

Sep 27, 2013

After upgrading to Inventor 2014 we notice that the graphics do not work properly, and that the overall performance in drawings and modelling bad compared to 2013. Then we installed SP1 and now drawing views are disappearing, however when we select "shaded" view the view reappears and works perfectly..

Any workaround regarding disappearing views?

View 3 Replies View Related

AutoCAD Inventor :: Create Detail View Of Isometric View In IDW?

Oct 3, 2013

Sometimes when I try to create a detail view of an isometric view in my IDW, the "detail full boundary" option is greyed out? Why would this be? If I try an ortho view it works fine.

View 5 Replies View Related

AutoCAD Inventor :: Showing Section View In Base View

Dec 13, 2012

how to show section view in base view with out projection the component.

View 2 Replies View Related

AutoCAD Inventor :: How To Make Section View As Isometric View

Oct 29, 2013

I have a long shaft with parts mounted on. i want to section it and show the parts. i don't need to show the whole length of the shaft.

I know i can crop the isometric view, but this way i will not see the key hole which is on the other side, it's hidden.

If i make a section it 's in an orthogonal view only.

I want to make the section view, but later to transform the sectioned view to an isometry. is it possible?

View 7 Replies View Related

AutoCAD Inventor :: Way To Save A Section View In Assembly As View Rep

Mar 13, 2013

Is there a way to save a section view in the assembly as a view rep? Am using 2011.

View 9 Replies View Related

AutoCAD Inventor :: View Label In Base View / Drawing?

Nov 25, 2008

Each time when I place a part in base view, have to follow few steps; go through view label, format Text, than choose type option - [Properties-Model] and its property - [Part Number], than placing dimensions. it takes long time and very repetitive, especially, when placing a hundreds of parts and I was wondering if there is an option, to set up view label; [Properties - Model ]& [Part number], as a DEFAULT. So, each time placing a part, in base view it will come up with correct label. Also, overall dimensions, can it be retrieve using parameters of the part?

View 4 Replies View Related

AutoCAD Inventor :: Diameter Dimension Out Of View From Detail View?

Dec 13, 2011

I have a detail view of a groove on a cylinder.  I want to dimension a diameter in which I only see one side, the other side is not in the detail view. 

From some posts I see that I should auto insert a centerline then dimension from centerline then choose options "dimension linear". 

First when I try to auto insert centerlines it does not insert the centerline for me.  Perhaps because my detail is smaller.  If I make the field for the detail view larger it makes a centerline, but I dont want to do that.  I have tried making a sketch of the other side and the centerline.  When I dimension from here I do not have the right click option of dimension linear, instead only arrowhead options.

Using Inventor Professional 2012

View 1 Replies View Related

AutoCAD Inventor :: Cut Section / Different View Style In Same View?

Nov 12, 2013

It's possible to do a cut view with the cup part with a different view style  from the other "not Cut" half.

I achieve that, whit the cut view + normal view croped  hover the cut view... but this isn´t a accurate process...

Autodesk Factory Design Suite Ultimate 2014
Autodesk Simulation Mechanical
Autodesk Simulation CFD
Windows 7

View 5 Replies View Related

AutoCAD Inventor :: Section View As Master View

Aug 26, 2013

I place the first view in a drawing and want to be sectioned.

Is there a way to do that, since when i mark the section line, another view is created.

Or should i put the main view outside of the paper boundaries?

View 7 Replies View Related

AutoCAD Inventor :: Create Detail View Of ISO View?

Oct 3, 2013

is it possible to create a detail view of an Iso view which is created with perspective camera? I tried it but it does not seem to let you have the option of selecting the connection line or detail view boundary?

View 5 Replies View Related

AutoCAD Inventor :: Projected View From Crop View

Mar 24, 2011

I have a Crop View of a IAM and want/need a Projected View of the Crop View. When I select the Crop View as my base and then select try to create a Projected View, I get the whole IAM.

I guess one could use the Section View and eliminate all the items I don't need for my Base View.

IV2014 sp1.2 PDSU / Sim Mech 2014 /
Win7-64
EVGA X79 - Classified, iCore7 3930k 32Gb Quad-Channel
950Gb (2 x 500Gb Sata III SSD RAID0 Adaptec 6805E Controller)
Nvidia GTX-690 Classified - 331.82
SpacePilot Pro 3.17.1, 6.17.7, 4.11

View 3 Replies View Related

AutoCAD 2013 :: Embedding Fonts With Export DWG To PDF?

Nov 18, 2013

We have recently started having issues with our sets coming back from the printers. We are using ACA 2013. We us the "Arial" font for all of our noting.

When we need a check set printed we typically send a PDF of the set to our printer for reproduction. Lately I have been using the "export > to pdf" function under the drop down. The problem is, when we view the PDF in our office, it is perfect but when we ship it off to the printer he see's missing letters and open boxes in some areas instead of letters.

I am assuming that this is because the font is being substituted with something else. When I recreate the PDF using the plot command and use the Adobe PDF printer I can uncheck the "Rely on system fonts only, do not use document fonts". This seems to remedy the problem and the printer is able to print and view the PDF just fine.

So, is it possible to set the default settings of whatever the "export to pdf" uses to convert the dwg into a pdf so that is will embed the fonts. There is not an option for that under the Export to DWF/PDF options.

View 2 Replies View Related

AutoCAD 2013 :: Paste Special Excel Files That Automatically Update / When Excel File Changes

May 29, 2013

I have AutoCAD 2013 and often "paste special" excel files that automatically update when the excel file changes.The problem I'm running into is I work with a person who has uses an older version of CAD 2004, so I always save to the older format for him. 

When I etransmit, I be sure to add the excel file, but when he opens the dwg, only the outline of the excel appears in his dwg, no content. 

View 8 Replies View Related

AutoCAD Inventor :: Linking To Excel

Mar 3, 2012

I am linking a model to an excel spreadsheet. Normally you would specify what cell on the first sheet (Sheet1) to start in. I have been told that you can link to other sheets in the workbook as well. Is this possible? I have tried, but have not been successful. If it is possible, how is it done?

View 6 Replies View Related

AutoCAD Inventor :: Decals In Excel

Aug 7, 2012

I have all my pipe decals in excel per ANSI standards (see attached).  Do I realy have to create 64 separate files for each decal?

View 8 Replies View Related

AutoCAD Inventor :: Export Of Sub Assemblies COG To Excel?

Feb 27, 2012

I have  assembly with over 100 sub assemblies. I need to export the COG for each sub assembly to excel. The COG must be in relation to the parent assembly's origin point.

I can get coordinates manualy (right click on sub assembly - iProperties-Phisical), but it is take a lots of time.

Autodesk Inventor Professional 2013
Windows 7 64-bit

View 5 Replies View Related







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