AutoCAD Inventor :: Finding Inspection Dimension With VBA And Posting Them In Excel

Aug 3, 2006

I would like to write a VBA macro which is able to find all of my inspection dimensions (rounded box in Inventor 11) and write some values into an excel sheet. Now, my problem is to identify the inspection dimension. I already looked into the API Object Model from Autodesk and into "all" properties of a drawing I created but I couldn't find them. I found the dimensions in the properties but no hint of an inspection flag.

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Hole And Thread Dimensions As Inspection Dimension?

Mar 1, 2013

I'm adding in inspection dimensions for a PPAP submission drawing and have found that I cannot set hole and thread dimensions as inspection dimensions. I'm quite surprised to find that this option isn't available. Is it there, just hidden, or is it really not available to me?

To the top right of this picture is the inspection dimension I want and to the left the thread dimension which I can't get into this format.

View 4 Replies View Related

AutoCAD Inventor :: New Dimension Through Fx Parameters (using Link Excel Sheet)

Apr 3, 2013

I tried to match the dimensions of the already existing product with new dimension through fx parameters(using link excel sheet), while conversion all the dimensions are changed except taper value (By default it comes with inch instead of degrees) It can be changed by adding user parameter but i want it to consider from excel sheet data itself. Is it possible? For reference i have attached the snap shots

View 1 Replies View Related

AutoCAD Inventor :: Extracting IDW Dimensions To Inspection Sheet?

Jan 18, 2005

I would like to create an component inspection sheet as a second sheet on an Inventor IDW file. This is a sheet that lists all the dimensions on an engineering drawing.

Is there any way I can automatically extract / list dimensions from the enginnering drawing sheet and display them on the inspection sheet.

View 2 Replies View Related

AutoCAD Inventor :: Edit A Response Posting?

Mar 16, 2012

I have noticed that if I start a thread I can edit the posting, but if I respond I cannot edit that posting.  How do you edit a response posting?

View 8 Replies View Related

CorelDRAW Graphics Suite X6 :: Finding Auto Dimension Macro?

Dec 9, 2013

I am looking for a (preferably free) Auto Dimension Macro for X6.

View 5 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 Visual LISP / AutoLISP :: Any Way To Extract All Dimension Text At End Into Excel

Aug 16, 2012

I'm dimensioning an old drawing with the real (measured) dimensions and with the drawing dimensions in brackets (using ' 1500 (<>)' to give '1500 (1505)' for example.

What I'd like is to also be able to put on the difference between the length I type in and the length in brackets - as this would let me see any really glaring errors that can't be attributed to user-error on the laser measure.So I could type in '1500  (<>) (X)' where X is the formula, and get ' 1500 (1505) (5)' back?

How to be able to run a script that could highlight any dimensions where the number is brackets and the typed number have a a difference of, say, 50.Or failing that, any way to extract all the dimension text at the end into excel so I can see the differences myself?

View 1 Replies View Related

AutoCAD Inventor :: How To Convert Normal Dimension To Driven Dimension Through ILogic

May 28, 2013

I have one problem in ilogic "How to convert the normal dimension to driven dimension through ilogic"

View 4 Replies View Related

AutoCAD Inventor :: Make Radius Dimension Diameter Dimension?

Feb 23, 2013

how to make a radius dimension a diameter dimension? I have Inventor Profession 2013.

View 1 Replies View Related

AutoCAD Inventor :: Override A Dimension To Create A Basic Dimension?

Jun 27, 2011

Is there a way to override a dimension and have it shown as a GD&T Basic dimension. I can override a dimension with the text option but not with a box around the letter. It sounds strange to do this but the letter represents a dimension in a chart format that are Basic dimensions.

View 9 Replies View Related

AutoCAD Inventor :: Make Linear Dimension A Diameter Dimension?

Jan 27, 2012

Is there a way to make the linear dimension a diameter dimension?

View 9 Replies View Related

AutoCad :: Posting Text In Isometric

Dec 13, 2011

I seem to be having trouble posting a text in NE isometric. I tried to convert to layout but no images appeared.

View 2 Replies View Related

AutoCAD Inventor :: Finding A 2D To 3D Tool

Sep 12, 2012

I am looking for a 2D to 3D tool for inventor.  According to some posts there is a tool at Autodesk Labs but this appears to have been discontinued.

Are there any tutorials / videos of how to achieve this goal now?

View 9 Replies View Related

Photoshop :: On Close Inspection - Stacked Image Appears Small / Random / Out Of Focus Blobs?

Jun 22, 2013

Having followed various tutorials to the letter, I am finding that, on close inspection, my stacked image appears to have small, random, out of focus blobs. No matter how many shots I use in the stack, the final results are the same. However, if I repeat the procedure, with the same images, the result is the same, but with different areas of softness.

View 7 Replies View Related

AutoCAD Inventor :: Finding Reference Parameter In IPT?

Jan 7, 2014

Is there a way to identify what sketch or Solid a reference parameter (d0, d1, d2 etc) is in / on.

View 3 Replies View Related

AutoCAD Inventor :: Finding Checked Out Files

Aug 27, 2012

I am trying to set up a search folder in Vault that would find files checked out by all the users.

In my Tools---Find I would set the Property for Checked Out By, Condition to contains. Now, what to enter in the Value window so it searches all the users, the thing is I dont want to enter all the user id's, there are quite few of them.

it here instead of Vault's message board but Vault's one seems to be rather inactive.

View 2 Replies View Related

AutoCAD Inventor :: Finding Sin Of A Number In ILogic

Nov 5, 2013

How do I need to write the code in Ilogic to find the sin of a number. It works fine in a parameter as sin (43) but does not give the same value in ilogic.

View 1 Replies View Related

AutoCAD Inventor :: Finding Curve Length In Layout

Nov 10, 2012

How do i get the length of a group of curves?

if i have some lines and arcs all joined as one continuous curve how do i dimension the total length of these in a drawing layout?

View 2 Replies View Related

AutoCAD Inventor :: Finding All Sketches Defined By A Plane

Jul 26, 2013

VBA routine that will allow you to select a work plane in the browser and find all sketches that are defined by it.  We do extensive skeletal modelling and our master parts consist of many sketches and sketch planes

Note, I am aware of the VBA routine that allows you to select a sketch and highlight the plane or surface that it is made off of.

View 5 Replies View Related

AutoCAD Inventor :: FEA Finding Total NET Pressure On A Face

May 1, 2013

I am well versed with the FEA system,  however I do not see any way to get total pressure or load on a face.  I know the info is there,  the results let me probe points on the face,  I just cannot find a way to get the total.

I have attached an image that illustrates the situation.

I will even dive into iLogic again if it is possible to achieve my goal there.

View 2 Replies View Related

AutoCAD Inventor :: Finding Missing BOM Balloons In Drawing

Jul 16, 2013

We want to ensure that a balloon callout exists for every item in the parts list (BOM) in our assembly drawings.  Is there a way to easily do this?  

Currently, if we have an assembly with 30 parts, we manually search for each of the 30 BOM balloon to verify that none were missed.  Since the balloons are not in order, balloon 5 could be on page 2 while 6 is on page 8.  This method is often time-consuming and error prone.

It probably goes without saying, but if ballons are missed, then assemblers have nothing to show them were the parts go and either come ask us or guess.

View 1 Replies View Related

Photoshop :: Posting All Layers Into Another Document

Jul 27, 2005

In Photoshop (5.5), how to paste all contents of one .psd into another .psd. All that happens is it pastes the contents of the layer I have selected. I already tried checking the link boxes of the non-selected layers, but that didn't seem to work. So...

View 3 Replies View Related

GIMP :: Posting Image Map On Website?

Sep 3, 2012

I used gimp to create an image map but for some reason cant make that visible on my website. I know there is something I have to do with...source code I guess but I'm not sure how.....?

View 1 Replies View Related

AutoCAD Inventor :: Finding Scale Factor Function In 2012?

Aug 4, 2012

i want to ask is there any scale factor function in Autodesk Inventor 2012?

this is because all my drawed part are already full constrained and I want to enlarge it to some factor?

View 1 Replies View Related

AutoCAD Inventor :: Finding All Sheet Metal Parts In Assembly

Nov 29, 2011

I am creating a program to write out all the flat patterns of all sheet metal parts in an assy. I save it out as dxf. What I need is to totals of all the sheet metal parts across all sub assy’s etc in other words not “Structured” but “Parts Only” in Inventor BOM terms. All works fine but the only problem is that when a sub assy is a weldment or “inseparable”, it hides the parts inside it and “Parts only” BOM don’t make the internal parts of that sub available and the totals are not correct then. I need the totals because the idea is to write that into the file name including the thickness of the part.

View 9 Replies View Related

AutoCAD Inventor :: Finding Parameter Reference To View Representations?

Sep 27, 2012

I created view representations in my assembly, for example a column with k-polates and base plates, the column is a FG part, so now i create drawings and place views on that drawing, what i am askign for is I want to place the name of the view representation in my view label as a paramater so in the event i change my view names in my model they update in my drawing, this is important because i can create a cross referance to my 3D DWXF file views.

View 4 Replies View Related

AutoCAD Inventor :: Finding Referenced Document Of Active Sheet

Oct 22, 2012

I'm trying to get the value of the Category iproperty of the model on the active drawing sheet.  This is not a problem in a single sheet drawing, but I'm not sure how to specifically retrieve the Referenced Document of the Active Sheet in s multi sheet drawing.

Here's what I have: 

Option Explicit

Public Sub PartsListFilter()

'set reference to the drawing document
'assumes that a drawing is active
Dim oDraw As DrawingDocument
Set oDraw = ThisApplication.ActiveDocument
[code]........

View 1 Replies View Related

AutoCAD Inventor :: Finding Minimum Wall Thickness In A Part

Jul 10, 2013

are there any other analysis tools available to find the minimum internal wall thickness in a part?  I'm aware of the cross-section tool, but that only analyzes an area the user has already noticed.  In a prismatic part with several cross-holes and features (cavities), it could be easy to miss a thin spot that could give up under internal pressure just by 'eyeballing' the part with Hidden Edges turned on.

I guess I could try the 'unground and move the part thru a sectional plane' trick, but I think it would be too haphazard, especially if the weak point is not thru a principal plane.

Is there a tool I'm missing or maybe something that has been added in newer releases?  Maybe this is too much analysis to ask of a modeling package.

Inventor Professional 2014 64 SP1
Windows 7 64 bit - SP1
Xeon E5-1620
16 GB Ram
Quadro 2000

View 7 Replies View Related

AutoCAD Inventor :: 2011 - ILogic / Finding Out If View Exists

Nov 19, 2010

I have a iLogic question about finding out if a View exits..

Lets say I have a drawing that I want to read the scale of a view.. All the snippets I have found is pointing to the name of the view like "VIEW1". But if I have deleted the first view I created it will give me an error..

So, is there ant possibility to check if the "VIEW1" exits without getting an error?

View 9 Replies View Related







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