AutoCAD Inventor :: Print ALL Drawings Related To Assembly?
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
ADVERTISEMENT
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
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
May 21, 2012
I have a fixture that will have a symmetrically opposite fixture. Is there a way to copy/mirror the fixture in vault that would include the drawings?The new fixture would also be in a new project.
I was thinking I would copy the entire design in vault to a new project. I could then open it up and mirror the entire assembly. Would that work?
View 5 Replies
View Related
Jan 9, 2014
I wonder if there is any way of creating the list of drawings that derive from a general assembly, which contains sub assemblies and spare parts. That involves to export some personalized i properties, such as nº of drawing, nº of father drawing (for sub-assemblies), and title.
The idea is creating a inculcated link between these drawings (.idw files) and an excel file that, if possible, updates itself when changing the drawings.
View 5 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
Oct 2, 2012
I have an iassembly model with iparts in it. I am trying to make one absolutely complete model rather than have several models with redundant parts in it. For example having the full assembly and making a Top Line Drawing from that, but then also making a drawing from the individual components.
So for example I have a Top Line assembly drawing with a tank with all the fittings, gauges, and instrument panels shown. Then I would want to make another set of drawings showing the tank itself, fittings, gauges, and the instrument panel. My main issue is with the tank drawing; the tank drawing is supposed to be simply the tank so I would need to remove the fittings, gauges, instrument panel etc.
I would like to know if there is a way to "Hide" or "Supress" the components that I do not need for a particular drawing without taking them out of the model; yet at the same time removing it from the BOM because they wont be necessary at this level.
View 6 Replies
View Related
Dec 6, 2011
We have some serious problems by creating assembly drawings with reference geometries in inventor 2010. Our target is, to create a drawing that look the way, the attachment shows (Picture-1) The sheet metal plates Pos 10-100 are an assembly. And the assembly in the back is the reference geometry. It’s a frame consists of steel sections. What we want: 1. The frame must be phantom lined in the idw. 2.
The Sheet Metal parts must be thick lined. 3. The Partslist of the Assembly should only contain the sheet metal parts and not the frame We have some ideas to solve this case, but each of them is nor perfect (please see the attachment Box.pdf) And there’s another problem (described in part 3 of attachment), we cannot position viewports or drawing elements to each other exactly. You have no possibility to give them dependencies. Also if you want to position symbols to each other. All of them are only near to be exact, but that’s a big problem. If you change contents of a viewport, another should be aligned to it, but that doesn’t work.
View 2 Replies
View Related
Jan 28, 2010
I have written a program within Inventor that list all components of an assy with their properties (iproperties and properties from Producstream) and allow an export of the bill of material to Excel with our company layout.
I want to add a function to my program in order to print all drawings that belong to an assy.
I have the list of components and I want to use the new functionality of the Producstream menu that allows us to open the attached drawing.
But I don’t know which library and which property.
View 9 Replies
View Related
Aug 16, 2011
I want to be able to hide a part of an assembly in one projected view of the 2d drawing but not all, however when I do so the hidden lines stay hidden lines. They do not change. I know you can change the hidden line properties to make them continuous lines but is there a setting that will allow these lines to change automatically?
View 9 Replies
View Related
Apr 5, 2013
What's the purpose of making modeling edits at the assembly level if those edits don't show up in a drawing of the parts? Sure, it makes the assembly look prettier and more true to the final product, but say I make a bunch of cuts, holes, etc. at the assembly level, but then I make a drawing for one of the parts that was affected... those edits don't show up on the part itself, so all those edits are of absolutely no use to me when I need to give the guys in the shop a detail drawing of how to make the part. Why I would make edits at the assembly level?
View 9 Replies
View Related
Nov 20, 2012
is there a way to make the drawings like Lego does for assembling the stuff? After you finish one step, of lets say three pieces put together, and you go to the next step those pieces are like grayed / shaded out and you know to build the next pieces in what position etc..
View 1 Replies
View Related
Jan 23, 2012
When holes are put in at the assembly level by using the 2d sketch command, projecting geometry and then using the hole command in the Model tab works great. Is there a way to transfer the holes put in at the assembly level to the detail drawings (ipt)?
View 4 Replies
View Related
Dec 5, 2013
I do a lot of work where I start with a full assembly drawing, then make more drawings for the individual parts. Is there a way to link the title block parameters in the part drawings to the title block in the full assembly drawing? The only way I found was to link the parts together and then grab the info for the drawings off of the parts, but if I'm implementing this in a template used by others I want them to still be able to just fill in the blank on the assembly drawing to make it work.
I was able to get iProperties to show parameter buttons, but I haven't seen any way to link to other files or anything like that.
View 9 Replies
View Related
May 11, 2012
How possible it is to print drawings using a VBA script. I'm interested in forcing print size and the best fit setting.
Searching for printing/plotting yields more results about saving to dwg/pdf than printing to paper.
View 5 Replies
View Related
Mar 14, 2013
I'm not sure if there's a way to stop this, but whenever I add parts to an assembly and switch to the drawing of the assembly, the hidden lines for those parts show up in every view of the assembly. Right now I'm having to go to each view and select the hide hidden lines option for each part. Is it possible to stop the hidden lines from showing up everytime I add a part?
Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit
View 7 Replies
View Related
Feb 7, 2013
Is it possible to set print area in Inventor assembly mode. I have a vertical tall assembly that I want to print. But, when I print it includes the Inventor background as well in the print & because of that I am not able to orient my assembly properly. So, is there a way to get rid of the background or set a print area while printing.
View 9 Replies
View Related
Aug 23, 2011
When I am printing from AutoCAD LT 2012, I randomly get this error message every 10 to 15 drawings that I print. Considering that I print 10-15 drawings at one time, I am getting a fatal error every time I print a set. Why? I don't get this error when printing in AutoCAD 2011LT or 2012 Full Version.
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
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
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
Jan 9, 2003
I'm using Photoshop 7. I create a new document 8.5 x 11 inches at 150 pixels per inch.
I draw a circle 1" from the top of the image. The circle is 3" in radius.
When I print the circle is nearly .25" smaller in radius and slightly less than 1" from the top.
Why is the output not in the same placement and proportions as the image on the screen?
View 2 Replies
View Related
Oct 5, 2012
I have built a 3D turbine that combined more than 50 3D parts. Now I want an assembly drawings to show our clients how to put those parts together. Any autodesk software? Some people recommended Inventor and I have never used it. Is this a right software to do some kinds like this project?
View 5 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
Jun 20, 2012
I open a blank 2012 session with drawing1.dwg, then I open a new dwg "drawing2.dwg.So one session, two blank drawings.
I netload an assy into drawing2, and can run a lispfunction from it.
I netload the the assy into drawing 1, and cannot run the lispfunction.
it says "error: no function definition:..."How should the checking process normally be done, to see if a .net dll is loaded?I normally do this with lisp:
(if (not mylispfunctionname)
(progn
(COMMAND "NETLOAD" DLLNAME)
(vl-arx-import 'AcXt-GetColorNoBylayer) ;since I compile to separate namespace vlx's
)
)
The separate namespace thing is secondary, and I am just talking about loading dll's by hand, and running functions from them on command line. Once I get that ironed out, I can tackle how to detect from inside a vlx.I saw Kean's post on making a dll to detect what dll's are loaded, but its not even working for me once I have that info. URL....
View 7 Replies
View Related
Nov 17, 2012
I wanna print many drawings -beside each other- by one click without repeating plot order, every time I print them it took a lot of time ,I know if them in seperate files it more easier than when they in one file.
View 9 Replies
View Related
Apr 3, 2012
Is there is a way to auto rotate drawings in the print window?? I'm always having trouble trying to find out how to rotate the drawings to fit the sheet in a different orientation.
View 7 Replies
View Related