AutoCAD Inventor :: Plot All Related Files To PDF From Assembly
Jul 7, 2011
My attempt to plot all related files form an ".iam" resulted with the following code. The code as is working for us. We use an eight digit number for file name. Plotted PDF will have revision added to file name. Any chance of making an addin or iLogic code for similar functionality?
Private PDFPATH As String'FOLLOWING CODE USES CODE FROM URL...AND OTHER PLACES INCLUDING INVENTOR HELP.Public Sub PrintRefFiles() 'BOMQuery() ' Set a reference to the assembly document. ' This assumes an assembly document is active. Dim oDoc As AssemblyDocument Set oDoc = ThisApplication.ActiveDocument Dim ASSYIDW As String ASSYIDW = oDoc.FullFileName ASSYIDW = Replace(ASSYIDW, Right(ASSYIDW, 4), ".idw") If Dir(ASSYIDW) <> "" Then 'Debug.Print strDisplayDim oDrawDoc As drawingDocument Set oDrawDoc.
[code]....
View 2 Replies
ADVERTISEMENT
Oct 5, 2009
Is there a way (either thru Inventor or Vault) of print ALL idw (drawings) files related to an iam (assembly)?
Inventor (and Vault) are capable of creating and managing a BOM of the iam files and would think that it would be reltivly easy to query this bom and "find" all the associated idw files and batch print them. Possibly with the option to select the "levels" to dril down to (All, Top Level, Sub Assemblies within the iam, etc, etc)
View 9 Replies
View Related
Apr 19, 2012
Is there a way in Inventor to take an assembly feature and basically have it fall out at the part level also? So if you were to open the part up, it would have the cutouts in it.
View 2 Replies
View Related
Feb 9, 2012
I have encountered a problem with the Tube and Pipe styles.
As you can see, I have a rack assembly with a custom tube and pipe style. A wire as a tube in orange, and a tube support in white. Both have their seperate colorations at a style in the tube and pipe styles editor
When placing the rack assembly into the main assembly, it reverts to the coppor coloration I changed from the original style.
Steps I've taken:
Exported the styles .xml and Imported the styles into the master tubeandpipe.iam
Imported the user created .xml styles into the main assembly file nothing seems to work
View 8 Replies
View Related
Dec 11, 2012
Is it possible to plot (or print) all sub assemblies or parts drawings into separate pages by code?
I do not want to open and print every parts. One code and print all... Is it possible?
View 6 Replies
View Related
Mar 8, 2013
I am deep into my first Inventor project. I am approaching the point where I would like to make a comprehensive set of drawings with bills of material etc. I have discovered that all this time I have actually been working in one big assembly file. My main project file is NOT a project file (so I have discovered). It is a *.iam file.
So, my question is, should I create a project file, and then add my main assembly to it? Should one normally create a new Project file for each new job? What does one gain by doing this versus simply using the *.iam file?
Inventor 2013
View 1 Replies
View Related
May 31, 2013
I'm trying to write a VBA macro (for Inventor 2010) that would have to work on drawing .idw files that are generated from a given component.So when I have an open assembly document, I want to go through all component occurences and work with the associated drawing.
There's a built in command in Inventor for that, in the context menu, something like "Open drawing" (mine is german, so not sure how it's called in english), which does this. It opens the drawing of the given part. From this I assumed, there must be a reference within each part, that points to the referencing drawing.
But I'm not able to find this information anywhere within the properties/objects of any component.how or where can I get this information out of the components?
View 5 Replies
View Related
Sep 22, 2012
I have a part called rectangle.ipt (simply a rectangle in it).
I have to creat another part, called rectangle_holes.ipt. This one, is the same as rectangle.ipt, same dimensions, but has holes in the rectangle.
Is there a way that theses 2 parts could be related, so that if the dimensions of rectangle.ipt changes, rectangle_holes.ipt automaticaly changes?
View 2 Replies
View Related
Sep 3, 2012
Basically, my school has the 2012 version of Inventor while I have 2013, and I was wondering if I can still use STEP files in an assembly, and also in my drawing sheets.
View 9 Replies
View Related
Nov 16, 2012
I have several projects that have some very big complex assembly files which are taking up a lot of space on our company drive. I need to compress and archive these large files to free up space on the drive. I know that shrinkwrap is an option to simplify assembly files, any optimum way of compressing large assembly files and reducing the file size considerably ?
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 9 Replies
View Related
Mar 19, 2013
I have an assembly that has a component that has not only been deleted from this assembly, but has been removed from the vault. When I try to select a similar file on my local, just to get through this I get the followong error message and this cycle keeps going in circles. Wanting me to point to where this deleted file is.
This assembly remains unresolved and as a result of that I cannot check it into the vault.
Another frustrating things about his is in the dialog window that wants you to select a different file, there is no option to either select from the CC or the vault. Why?
I just hope the only solution is not to recreate this assembly. Because this is a subassembly used in upper level assemblies. Speaking of which those upper lever assemblies wont check into the vault either because of this issue.
Inventor Suite 2012
Windows 7
(Colossians 3:23-25)
View 5 Replies
View Related
Apr 9, 2012
I used to use the Stress Analysis feature at my assembly.
Now I have copied it to another project and do not need this FEA info at copy.
I cannot just delete AIP folder since Inventor claims of missing FEA files while opening.
How to erase those files info from this assembly file?
View 2 Replies
View Related
Oct 8, 2011
I am unable to open anything related to the ''Files'' Menu
View 1 Replies
View Related
Aug 21, 2012
Can users with a 64 bit computer share pc3's and pmp's with 32 bit users without adverse effects?
View 1 Replies
View Related
Jun 17, 2011
Is it possible to use a user selectable browser for all related functions?
I'd like to see the possibilty to select with which webbrowser Inventor interacts.
Currently the wikihelp opens in my default browser (Google Chrome), but the help function and subscription links open in Internet Explorer.
View 3 Replies
View Related
Jul 28, 2013
How to zoom in and out via the API.
I can access the camera and eye etc. but cannot find the property related to zoom. I initially thought it was to do with the position of the eye but when I use the "Zoom" by dragging the mouse button I see that the eye position doesn't change.
I would like to connect the zoom to a slide bar and zoom in and out using that.
View 1 Replies
View Related
Dec 12, 2012
How to rename the files of an assembly without effecting to assembly, as we do it in solidworks explorer.
View 9 Replies
View Related
May 29, 2013
Is there any way to add sketch blocks to an assembly sketch?
View 9 Replies
View Related
Nov 6, 2012
We do not use VAULT. We're using network shared folder with 3 machine.
In some cases three users opening same assembly and sub assemblies. In this case Inventor showing us an error like "You can not save file. Use save-as" But in this case it's impossible to work share files.
We're opening / using same project file (ipj). I remember that older versions of Inventor give us to chance that not save some subassemblies of main assembly. In this case you may save newer version of assembly files..
How can I share network folder to share my assembly files with the other colleagues?
Using Inventor 2013 and not Vault. Because we're using Linux file server .
View 6 Replies
View Related
Jun 26, 2012
I'm running into a file conversion issue at work. I use Inventor 2008 and i need to have my assembly miodels analyzed by stress engineering via Pro/E Wildfire.
I've tried converting the assembly file to .iges and .step. However, the assemblies are jumbled in the conversion. All the parts are there, but the constraints are not. In the past, the assemblies have been small enough that the stress engineer was able to reassemble the parts in Pro/E. This current project, however, is much to large to do so.
If I were to purchase Inventor 2013, could I save the files with the Pro/E native file extensions directly?
View 6 Replies
View Related
May 20, 2013
I want to duplicate & then rename a project I have stored on my vault computer, However I am experiencing many difficulties.
There are probably around 1000 + files in this project-multiple assemblies/drawings & parts. Initially i did a Pack & Go of the Project to my desktop. I then took my first top level drawings & using Design Assistant renamed all the reference parts and assemblies related too it. This worked fine, albeit a very long time to rename all the files.
The problem is that i have say 50 drawing files, some contain similar assemblies/part files which will have already been rename in the first top level drawing & some container different assemblies/parts (which are not related to the first top level drawing) & will have to be renamed separately.
Is there an easier way to duplicate & rename a vault project because design assistant makes this task extremely laborious. An great tool to add would be to 'Find & Replace' a file name & apply it too all the files. Similar to the function in Microsoft Word.
I have looked into the copy design feature in vault however, you can only copy a project within a project, you cannot copy it to a completely new folder in the vault.
The other problem is, is that you can only add a prefix or suffix to every file/related part/assembly, & i would rather replace the project number rather then add the new project number to the file names. This would be a viable option if you could rename multiple files quickly, however this just stems back to the design assistant.
View 3 Replies
View Related
Mar 24, 2012
For the last few years I had my content center libraries running as part of the vault server. I have not made any customizations.
I want to try to have the content center libraries on my local machine to see if that speeds things up.
Is that possible while still using the vault server for our regular data?
Do I need to make any changes to my project file?
IV210 Professional Suite
View 2 Replies
View Related
Apr 12, 2012
I'm using Inventor 2012, and experiencing some trouble with certain types of projected geometry that I'm using in a sketch associated with a view in an .IDW file - but only when the view involves a break (or breaks).
I'm generating section views to show the layout of hole details at various axial locations along the part. When placing a section line, I can't "pick up" any appropriate locating geometry from the view. So, after creating the view (using just a vertical section line), I edit the sketch that defines the section line. Project some geometry (the edges of the holes, in the attached example), draw some additional geometry constrained to that, then constrain the section line to that. That works fine; if I move the view around, the section lines stay attached to it. This is what is shown in the attached "before break" picture.
When I apply a break to the drawing, though, the section lines don't follow the changing view. They stay right there, as if the view had not been broken at all. This is what's shown in the attached "after break" picture. Move the view around, and they track with it - but always staying the same "real" distance apart from each other. It is as if that projected geometry were completely ignoring the break.
I observe something similar if I start with an IDW view with one or more breaks, then create a sketch associated with the view. If I project geometry, some of it projects where it should, but other geometry projects elsewhere on the page - as if no breaks were present in the view.
The part I've shown here is something I put together as a simplified example of what I'm observing. The part I'm actually trying to detail is more complicated (many more details), and much longer (so breaks are a requirement to put it on paper).
View 3 Replies
View Related
Feb 4, 2013
We have an issue regarding Parts Lists. We currently produce a 'master parts list drawing' for the jobs we produce. This drawing has 2 rolled up parts list on it -
1 - purchased parts - so buying can order all the required parts in one go.
2 - manufactured parts - so production know which and how many parts to make.
Both of these can be setup in Inventor (using filters) so they display only the correct parts from the BOM. However, neither of these show assembly / subassembly files (and consequently drawings). Is there any way of creating a parts list that can show assembly files only?
View 1 Replies
View Related
May 3, 2012
I've got some IGES files, which I want to place into an assembly, and then create a drawing of the assembly.
If I open the IGES and place it in a drawing it works. If I create an assembly, place the same part, and then try and put the assembly into the drawing it doesn't work.
Attached is the IGES file. I'm using Inventor 2011.
View 9 Replies
View Related
Jan 30, 2013
How can I make an assembly file independent from the part files that went into it? I tried converting it to STL then opening the STL document, but that causes problems with what I'm trying to accomplish.
View 4 Replies
View Related
Mar 9, 2012
I am trying to check-in an assembly, however there are missing .fins,.fsat,.ftes, fmsh and .fres files that cannot be found on my local machine, in the vault or on the other machines on our CAD network.
is there a way to remove references to these files so the assembly can be checked into the vault?
View 4 Replies
View Related
May 19, 2013
I use IDW file as “fine” checker of my assemblies design. Sometimes it is much easier to see general picture in variety of spots and set dimensions to check the designed assembly using IDW file.
Working within mid to big assemblies Inventor mostly fails to follow the opened assembly IDW file with actual assembly. When switch from assembly to IDW Inventor may indicate the update sign at IDW but finally did not update all changes. After the “Update” sign has been used there is no any chance to force Inventor to make one more update. I mean there is no any manual update tool or way to force one more update. The only one way is to close the IDW and open it again. It quite time consuming process.
The second problem opened IDW file is automatically updates somewhere in background and in most cases makes troubles of changing parameters in assembly or subassemblies since it somehow can catch up changes first when it opened but not active. User cannot prolong working without either updating IDW or closing it. Either way it takes too much time.
some ways to manually force IDW update and to postpone IDW files from automatically update in background?
View 4 Replies
View Related
Nov 25, 2011
I don't understand why my parts aren't updating when I put a hole through them on the assembly drawing? I would expect the part (.ipt file) to get updated with a hole through it when I save the assembly drawing, however it doesn't. Do I have to change a default setting or does inventor no do this?
View 1 Replies
View Related
Feb 24, 2013
when I'm in a part file and attempting to open the related drawing file by right clicking on the part name at the top of the design tree, the drawing can't be found automatically and I've to find it in the file open dialogue box.
View 2 Replies
View Related
Apr 26, 2004
problem when manually animating a model ratchet and pawl mechanism in an assembly file. One can get the pawl to track the ratchet wheel surface OK but there seems to be nothing to stop the ratchet wheel going in both directions, contrary to real life experience. I have used transitional constraints to link pawl surfaces with ratchet wheel surfaces but there seems to be no drive constraint which will operate in this circumstance.
View 5 Replies
View Related