AutoCAD Inventor :: Multi Sheet IDWs And Work Flow

Apr 26, 2012

we have simple assemblies with bolted weldments and few misc. parts. most assemblies are 3-20 parts a typical project would have:

-a few laser cut parts, some plastic and hardware. these items need to have part drawings sent to a vendor. 

-some in house cretaed parts that need a drawing

-assembly drawing for our shop

i think i am seeing that by having one single  IDW its getting hard to send all the drawings to the people that need them. an example would be if a vendor calls about one part, i may send him a 4 page PDF and tell him to look on sheet 2.the other issue that i have is that my standard work flow is:

-design a product

-hand of to another dept for them to enter SKU numbers for parts and assemblies.

so my file names never match what the final product name is. i have been using fields in the iPROP, but it would be nice to revise file names when SKUs are created. im guessing vault would be the tool for something like that? 

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Work Flow To Create A Blank With Additional Material

Dec 11, 2013

We have a waterjet and machine shop at my place of employment, and currently my work flow is to draw the parts. Then for parts that need material left for machining I create a new part and using the derive tool I place my base part which I then apply extrusions to fill the holes and use thicken to add material to the surfaces that need machining.

View 4 Replies View Related

AutoCAD Inventor :: Multi Sheet Layout

Jan 10, 2012

Our configuration management tool requires a DWG for our system assembly drawings.  A single DWG with all the sheets layed out in a sheet space.  Right now I do a "Save As" out of inventor and it creates X number of seperate DWG files and then I stitch them together in AutoCAD by taking each sheet and placing them into a single sheet space (copy paste). My work flow would be much faster if I could get Inventor to create a single sheet space with all the active or selected sheets as a single DWG output.

View 4 Replies View Related

AutoCAD Inventor :: Renaming Sheets In A Multi-sheet IDW

Oct 4, 2012

Is there any easy way to have sheet name automatically pull the "description" iProperty from the part that is on the sheet?  It can be very handy in a multi-sheet drawing for each sheet to have a descriptive name in the browser, but the only way to do this (that I know of) is to manually change it.

View 5 Replies View Related

AutoCAD Inventor :: Rename Sheets - Multi Sheet IDW

Apr 26, 2013

I need to rename the sheets of a multiple sheet idw.  This should be easy but for some reason I cannot change the sheet names.  I get no errors it just does not change.  Here is the VBA 

 'Open drawing document

Set oDrawingDoc = ThisApplication.Documents.Open(sPath, True)        

'Set the sheets collection
Set oSheets = oDrawingDoc.Sheets        
 'Cycle through sheets
For Each oSheet In oSheets
[code]......       

View 1 Replies View Related

AutoCAD Inventor :: Multi Sheet Plotting 2014 Fails

Sep 23, 2013

I've been try to use the Multi Sheet Plot routine that's provided with the Inventor 2014 install.

I'm attempting to plot both Vaulted and Non-Vaulted idw and Inventor .dwg files.

Regardless of drawing type or location, the Multi Sheet Plot routine is unable to print any files.  The application reports a failed while reading  error.  None of the settings within the application seem to have any effect on eliminating the read file errors.

What steps must I follow in order to successfully print multiple sheets of a designated printer?

Inventor 2012 Certified Associate
AutoCAD 2012 Certified Associate

Product Design Suite Ultimate 2012, 2013 & 2014

View 5 Replies View Related

AutoCAD Inventor :: Sheet Metal Part Will Not Create Flange Due To Multi Body Error

Feb 1, 2012

I have a part that is derived from a surface skeleton ipt.  The derived surface is thickened and then some holes are added.  Then, when I try to add a flange, it gives me the error "Sheet metal features are not supported in multi solid body parts".  My part is a sheet metal part and single body.

INV 2013

View 4 Replies View Related

AutoCAD Inventor :: Chamfer In IDWs

Dec 5, 2012

Is there a way to dimension chamfers like in the second pic below so that the values update. You can do a linear dimension and then alter the text and try and find that dimension in the list, but the chamfer tool works well with two clicks but you only get it with a leader. I would like the same function but with a linear dimension sometimes. It would be good if you could choose it. 45° is probably not a really good example, but the leader version is not always so clear.

View 1 Replies View Related

AutoCAD Inventor :: Subassemblies And Weights In Idws

Aug 14, 2013

I am working on a new concept design for one of our customers.  A critical design parameter is the weight of each of several sub-assemblies.

I have an idw of the top level assembly where I have added Parts Lists of each of the critical subs to show the weight of the components used in each sub assembly.  I would like to add a line at the bottom of each Parts List that shows the total weight of that sub assembly.  I would also like the header of the Parts List to display the Part Number (from the sub assembly iprops). 

Is there a way to get why I want from IV?  I am currently using IV 2012. I have attached a .pdf mockup of what I want.

View 3 Replies View Related

AutoCAD Civil 3D :: Huge Subdivision Work Flow

Mar 15, 2013

I have a huge subdivision that we are about to do in civil 3d.  The subdivision has over 1800 lots.  I am wondering what is the best way to go about this.  At the moment we are thinking we have to do the alignments, profiles and corridors all in one design drawing for it all to be dynamic?  If so this file is going to be huge.  Is there a way we can split it up and still keep everything dynamic?

View 9 Replies View Related

AutoCAD Inventor :: IProperties Date Format In IDWs

Jun 19, 2013

I've inserted <CREATION DATE> into the custom title blocks I normally use for drawings. It displays the date without preceding zeros (example: June 18, 2013 is displayed as "6/18/2013" instead of "06/18/2013"). How can I change this?

View 2 Replies View Related

AutoCAD Inventor :: Printing Most Latest IDWs Without Opening IDW One By One

Sep 13, 2012

what is the best workflow to ensure that i am printing the most latest idw without opening the idw one by one?

View 4 Replies View Related

AutoCAD Inventor :: Re-centre Dimension Text In IDWs?

Apr 10, 2013

I'm aware this has been raised before, see [URL] however this was way back in 2004. Surely there must be a solution by now!

View 1 Replies View Related

AutoCAD Inventor :: 2013 Extremely Slow In IDWs

May 14, 2012

When working in detail drawings inventor progessivly gets slower, the more information on the drawing, the worse it gets.I was watching the task manager, For ANY command, the 1st core runs at 100% for up to 30 seconds, while this is happening, Inventor is dead.

EG, add a revision row, delete a symbol, zoom in or out, pan, add a dimension, move a leader etc.for each command/move takes 10 to 30 seconds to get control, it took me 45 minutes, to add a revision row and print 15 drawings this morning.

View 9 Replies View Related

AutoCAD Inventor :: Create Flat Pattern IDWs From Assembly

Mar 15, 2012

To increase the speed of production, I like to generate idws of flat patterns from assembly. The following iLogic rule work fine inside a metal sheet (I had to create flat pattern before run this rule).

Imports Inventor.ViewOrientationTypeEnumImports Inventor.DrawingViewStyleEnumDim oDrawingDoc As DrawingDocumentDim oPartDoc As DocumentDim oSheet As sheetDim oTG As TransientGeometryDim oView1 As DrawingViewDim oOptions As NameValueMapoPartDoc
[Code] ........

 But from an assembly there are some problem ( firstable I'm not an expert of vba and ilogic)

Imports Inventor.ViewOrientationTypeEnumImports Inventor.DrawingViewStyleEnumfmgr = ThisApplication.FilemanagerFor Each file In fmgr.filesdoc = ThisApplication.Documents.ItemByName (file.fullfileName)compdef = doc.ComponentDefinition' For each assembly or subassembly'If (doc.documenttype = 12291) Then For Each occ In compdef.Occurrences' For sheet metal or part
[Code] ........

View 1 Replies View Related

AutoCAD Inventor :: Create Detail Identification Balloon In IDWs?

Sep 9, 2013

How can i create a detail identification balloon in the idw's that prompt the user for the detail number and reference? Up to now we have been using sketched symbols balloon but are required to add the text manually as a second step. Is it possible in Inventor to combine this like easily done in Autocad.

AutoCAD 2011
Inventor Simulation 2011
Vault Professional 2012

View 5 Replies View Related

AutoCAD Inventor :: 2012 - Work Point In DXF Of Sheet Metal Part

Jul 16, 2012

We have a custom-made sheet metal punch consisting of a 5x5 matrix of 1/8" holes. We export flat patterns from Inventor as DXFs.

We normally make DXFs by creating a view of the flat pattern on a blank IDW template (no border, no title block, nothing) and export that view as a DXF. This lets us orient the view at will, unlike right-clicking on the flat pattern in the browser and selecting Save Copy As.

When the sheet metal guy assigns tooling in his software, he needs to get each punch to "lock onto" the corresponding feature in the DXF. Normally this isn't a problem, but it has been with this gang punch. The center hole of the punch needs to lock onto the correct hole in the DXF, and it can't always seem to do it. I've sat alongside the guy as he does this, and in his software the centers of the circles show up as dots/points. But on this punch, there isn't necessarily a dot in the center of every circle, and it's possible that the center hole, which really needs the dot, won't have one.

I've come up with a workaround for this: a work point in the IPT. In the attached part, it's feature Tooling1. The sheet metal guy confirms that if I include the work point in the DXF as a point (in the AutoCAD sense), he can lock onto it. However, I find that if I generate a DXF from the flat-pattern IDW, the point is lost. If I generate an ACAD DWG from the IDW and save the DWG as a DXF, the point comes through in the DXF. But that's an extra step.

Is there a way to export directly from IDW to DXF and not lose the work point? Or is this as good as it gets?

For the sake of simplicity, the attached part has no bends. I realize that if I did, I'd have to re-create the points in the flat pattern, but that's another discussion.

View 8 Replies View Related

AutoCAD Inventor :: Work Features Cannot Be Made On Bent Sheet Metal Part

Jan 21, 2013

I have attached a simple model to detail what I am having trouble with.  

I have constructed a sheet metal tube by first creating a flat sheet face and then by folding the sheet with two, 180 degree bends and large radius.  I am doing it this way in order to simplify the drawing of the cutouts that are required in the "real" sheet (with many more cutouts than in the sample I have provided.)

When I try to add work points or work axis to the holes shown in the sample, only the holes on the second bend will accept the work features, the holes on the first bend will not - giving the error:

TEST.ipt: Errors occurred during update Projected loop failed because of multiple vertex solutions Work Point8: Could not build this Point Copy Point Zero or multiple solutions for Point Copy Point. Use Redefine Feature to change its definition.

I am using the work point as reference to the center of the hole in order to position a rod.

View 3 Replies View Related

Paint Shop Pro :: Work Flow For Digital Photos

Feb 19, 2012

I have used PSP since version 7 but mostly for graphics. I have recently purchased a dslr camera and upgraded to PSP X4. I am slowly learning some of the photo editing features but would like imput on the best workflow for "fixing" digital photos. I am aware that all digital photos need some sharpening and some noise removal. My question is this -- should the sharpening and noise removal be after other adjustments (brightness, clarify etc.) or should those come first? I should mention that I have been shooting all pictures in RAW.

View 14 Replies View Related

Photoshop Elements :: Procedure That Will Improve Work Flow Speed?

Feb 13, 2014

I upgraded to Maverick last fall which caused my PSE11 to slow way down so I recently purchased PSE 12 thinking it would be compatible to Maverick. At this point it is not. Everything works even slower than it did with PSE 11. Is there a patch or an upgrade or a procedure that will improve the work flow speed?

View 3 Replies View Related

AutoCAD 2010 :: PDF Publish Stuck On Multi-sheet

Aug 16, 2012

While publishing several drawings I am having problems creating Single Sheets, (a customer preference). Even though I have the Multi-sheet/Single-sheet setting set to "Single" Autocad still creates a multi-sheet PDF. I am using Autocad 2012.

View 3 Replies View Related

AutoCAD Architecture :: Publishing Multi-sheet To Single PDF File?

Aug 5, 2011

I changed my Publish options on the Project Navigator  for publishing to PDF as a single sheet per sheet layout.  Now I want to put it back so that when I publish it does ALL sheet into one PDF file and I can not figure out how to put it back. Now ever time I publish it does each sheet as a separate pdf.

View 5 Replies View Related

AutoCAD Print / Plot :: Putting Bookmarks In Multi-Sheet PDFs?

Oct 14, 2011

I have found that if you publish to single-sheet .pdf's and then combine the .pdf's into one file using Acrobat, each sheet is bookmarked using the name of the individual files for the bookmark names.  However, if you publish to a multi-sheet .pdf, no bookmarks are created.  Is there any way to create multi-sheet .pdf's in AutoCad and have bookmarks automatically inserted (using the name of the layout as the bookmark name)?

View 3 Replies View Related

AutoCad :: Plugin To Allow Batch Plotting Of PDFs From Multi-sheet Drawings

Jun 17, 2011

We have Adobe Acrobat Pro which has a plugin to allow batch plotting of PDFs from multi-sheet drawings. Works awesome in Autocad 2009 and before. It DOES NOT work with Autocad 2011!

We have drawings with 70 sheets and it's nice to print the entire document to a single PDF in one step. Takes less than one minute in Acad09. Nice!

View 5 Replies View Related

AutoCAD Print / Plot :: Multi Sheet Plotting To Smaller Paper Size

Oct 8, 2013

This is an issue for which no one in my office has any solution.  We create all of our plan sets on E1 size paper. However, when we plot them for redlines we print to C-size to save paper. I know you can "publish selected layouts" to plot numerous tabs at a time. However, I am unable to figure out how to make them plot to a smaller size paper than what the page is set up for. Is there a way to plot all of the tabs at a smaller scale without plotting each tab individually?

We just recently upgraded to AutoCad 2014.

View 3 Replies View Related

AutoCAD Civil 3D :: Flow Segment Label Using Total Flow Type Travel Time For Each Segment

Nov 27, 2012

Flow segment label using total Flow Type travel time for each segment:

C3D 2014 SP1
W7x64; i7 8gb; Radeon HD 5700
[URL]....

View 4 Replies View Related

Lightroom :: Unable To Print Multi-image Contact Sheet?

Mar 27, 2012

When I construct a multi image contact sheet and send it to my printer the file is aborted.  Mac Pro, 15 GB ram, OSX 10.6.8, Epson 7890.  LR4.

View 2 Replies View Related

AutoCAD Inventor :: How To Animate Conveyor Flow

Aug 22, 2012

Im a new user of Autodesk Inventor, working in a semi automation company, supplying conveyors and other related customized equipment. how to animate conveyor flow. attached is my file. a box and a conveyor line with straight, curve and spiral path. by self study I learned a lot of animation but this time I'm having problem because it's a combination of curve and spiral

View 3 Replies View Related

AutoCAD Inventor :: Animating Fluid Flow

Sep 27, 2013

I made an animation of a small prototype engine I am designing (attached as video 3) and I would like to be able to show fluid flowing in from the injector and into the cylinder, through the dumbbell valve and out the bottom, autodesk inventor does not seem to have this capability and its looking like my only option is to learn 3ds max and rebuild my animation in that.

View 7 Replies View Related

AutoCAD Inventor :: Showing Flow Of Gas In A Cylinder?

Nov 11, 2013

I have attached a zip file of the engine assembly and its components, I couldn't attach one component because it's too big so I hope everything will still work without it, I'm hoping to show gas flow starting at the injector, into the cylinder, through the dumbell valve on the piston and out the bottom of the cylinder, if there is any way to do it in autodesk I'm willing to try as I just don't have a good enough grasp of 3dsMax yet.

View 1 Replies View Related

AutoCAD Inventor :: Air Flow In Aircraft Engine?

Sep 11, 2013

I want to animate air flow in aircraft engine (see the file attached. It was captured from [URL]). Is that possible to create such animation it in Inventor? If cannot, what software can do that?

View 4 Replies View Related







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