AutoCAD Inventor :: Looping Through All Sheets And Excluding Flat Patterns

Sep 12, 2013

I have an iLogic rule that automatically adds center lines to cylindrical elements and holes. It runs on save. Is there a way to

A) Make that rule loop through each sheet in the drawing file? Right now it loops through each view on the active sheet and I'm not sure how to get the total sheet count to make another loop for that.
B) Is there a way I can conditionally check if the view is a flat pattern or not? I'd like to use an IF statement to exclude applying the center marks to the flat.

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Sheet Metal - Creating Postform Features And Excluding From Flat Pattern

Aug 2, 2012

Let's say that I'm making a simple L bracket.  I'm going to form it, and machine the holes in both ends *after* forming.  So I don't want the holes to show in my flat pattern. 

On the few threads I found, the consensus seemed to be that you may have to have the part file contain no holes and put them in as assembly.  So I just accepted this that it must not be able to be done.

Then I ran across a piece of promo literature online from AutoDesk that made mention of the ability to create "postform" features that obviously are created after the forming process.

View 3 Replies View Related

AutoCAD Inventor :: 2 Flat Patterns On A Drawing?

Oct 4, 2011

Does inventor allow you to place the flat pattern of 2 different parts on the same drawing?  We have instances where we have items 01 and 02 detailed on the same drawings(carry over from board days, and other CAD system) and need to show a flat pattern of them both but Inventor will not allow us to choose the flat pattern view for the second part.

Inventor Pro 2010

View 5 Replies View Related

AutoCAD Inventor :: Flat Patterns In DXF Format - Scale?

Oct 15, 2012

I am having nearly 30 to 20 flatpatterns in .dxf format I just want to confirm whether the scale is 1:1 or not that just a cross verification. What is the best practice to check?

View 4 Replies View Related

AutoCAD Inventor :: Join Two Parts In Flat Patterns

Jan 6, 2012

I am trying to join two parts in their flat pattern state - either in the drawing or physically.

these two curved parts are adjacent but have different unfolding strategies so Inventor makes me seperate them.  I would like to cut these parts out on my cnc as one piece - but I am having difficulty accurately joining these parts.

(one is a curved part & one is a twist - both can generate a flat pattern)

I can make drawing views of both parts in their flat pattern state but I don't know how to (or even if it is possible) to connect these two parts and export them like one piece.  I have tried to export to .dxf & then import into a new part file - but that was a big mess.

I can import the .dxf into ACAD & then join them but I would like to keep as much in Inventor as possible.

View 9 Replies View Related

AutoCAD Inventor :: Show Complementary Angles On Flat Patterns

Oct 15, 2012

I'm trying to get Inventor 2012 (64 bit) to show the complementary angle to the bend angle in the bend annotation on a flat pattern within a drawing. I.e. the bend annotation shows: "10 UP" for a ten degree bend. I want it to show: "10 (170) up, where 170 degrees would be the complement to that angle, automatically. I know I could type it in, but then it will not update itself if I change that angle.

View 9 Replies View Related

AutoCAD Inventor :: ILogic Workflow For Suppressing / Excluding Components

Oct 7, 2011

I am working on an iLogic assembly configurator that manipulates several skeletal parts, and suppresses both standard and skeletal parts depending on the configuration.

I've been using the Component.IsActive function to suppress all omitted parts, which has prompted me to create a custom Level of Detail. This hasn't caused me much grief until I had completed ~10months of work when it was time for me to make my final assembly drawing and a parts list.I am now running into several deal-breaking issues:

1) Suppressed parts insist on appearing on the Parts List.

2) Saving the assembly drawing reverts my assembly model to the "Master" LOD, which I never, ever, ever want to see again so long as I live.

Is there another workflow or technique that I should be using to turn off unwanted components in an assembly? I understand that LOD's are really intended to manage system resources, but Inventor users seem to be left with no other option to display a skeletal assembly in a certain configuration. What is the point of the Component.IsActive function if it doesn't update your assembly (at least so far as the Parts List is concerned)?

If I am left to deal with the nightmare that is the Inventor LOD, is there any way to set up the Parts List to reference the custom LOD?

Drawing View reps don't seem to be an option, as it looks like there is no way to automatically update the same custom view after the configuration has been made. The iAssembly Include/Exclude feature would handle part inclusion and BOM behavior nicely, but it won't fit into the rest of my iLogic and file management program.

View 9 Replies View Related

AutoCAD Inventor :: ILogic - Count Sheets Counts Excluded Sheets

Jun 14, 2012

shouldn't sheets marked as "exclude from count" not be counted?

I tried this in both 2013 and 2012 to see if maybe AutoDesk broke it, but it doesn't work in either one. This is easily reproducible for me, a file shouldn't be necessary. Just open up (or create) a multi sheet drawing. Go to edit sheet on one or two of them and check the "exclude form count" box. Now create a new iLogic rule and put the following line into it:
 
MsgBox("This is the number of sheets in the drawing: " & ThisDoc.Document.Sheets.Count, VBOkOnly, "Number of Sheets")

View 2 Replies View Related

Photoshop :: Making Realistic Sheets Of Flat Glass

Feb 1, 2007

I want to have a slick looking website user interface and background image with sheets of realistic looking overlapping sheets of glass.

View 1 Replies View Related

AutoCAD Inventor :: Looping Through User Defined Properties

Dec 23, 2013

I need to loop through the user defined properties and create a list. I can create the lost but I can't find a way of looping through the defined properties. I can get property values but only if I know the name.

I need to loop through without knowing the UD name. Is there a way to recursively loop through all of the user defined properties?

View 3 Replies View Related

AutoCAD Inventor :: VBA Looping Through Title Blocks Aand Borders

Nov 21, 2013

Im trying to make a small tool that i can share with other users that allows at the click of a button, a form to give options for titles & borders. Im pretty good with VBA but new to Inventor objects. The tool itself will change all of the borders & title blocks in multiple sheets to the selects ones on the form in one go.

I have the code set up to loop through the sheets and delete / replace all borders & title blocks and this works great. Im trying to find how i can loop through the borders & title blocks so that i can get them into a combo box for each. I cant find anything about this on the internet.

View 4 Replies View Related

AutoCAD Inventor :: Derived Part Flat Pattern Or Multi Flat Patter In One Part?

Feb 17, 2010

I can't find a way to create multi flat patters in one part from a lofted sheetmetal part. Also, didn't the developers fix the 'can't make a flat pattern from a derived part'?

IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit

View 5 Replies View Related

AutoCAD Civil 3D :: Query With Excluding Some Data

Sep 20, 2012

Is there any chance do query with excluding some data.

For example, I have 20m contours and I'd like to separate them to major and minor one.

I can extract major but not minor contours because there is no not equal query operator.

View 5 Replies View Related

AutoCAD Inventor :: 2011 Moving Geometry From Flat Pattern Sketch Space To Flat Pattern Space

Jan 2, 2012

I am trying to export geometry found in a flat pattern sketch overlaid onto the flat pattern.

Since I am creating the output file manually I gather the flat pattern boundaries and bend center lines for output to a file.

When I add flat pattern sketch entities to the mix they do not overlay properly.  What matrix would I have to push the sketch entities through to get them to the same coordinates as the flat pattern?

View 1 Replies View Related

AutoCAD Inventor :: VBA To Print All Sheets

Jan 22, 2013

I am trying to get the PDF macro to be hard coded to print all the sheets in an idw.  I added this line (guessed at code basically), but it didn't work.  Where do I find what the correct syntax should be for this code?

View 1 Replies View Related

AutoCAD Inventor :: Copy Sheets From One IDW To Another?

Oct 28, 2009

Copy sheets from one IDW to another?I thought I had successfully done this before, but maybe not.

View 4 Replies View Related

Paint.NET :: Select And Move (excluding White Space?)

Jul 22, 2013

So if the background (by background I don't mean the background layer, this is all one layer) is completely white, and I've got part of the image selected, is there a way to move just the selected portion while having pdn fill in the background instead of leaving it transparent/empty? 

View 2 Replies View Related

AutoCAD Inventor :: Dimension Styles To Different Sheets In IDW

Apr 3, 2013

Is there a way to assign different dimension styles to different sheets in an idw.  I have idw drawings with several sheets and use a couple of different dimension styles depending on what is on each sheet.  I've created the dimension styles I want to use but I don't know how to assign a dimension style to a specific sheet.  For now what I am doing is dimensioning, then as needed for the dimensions that need a different style,  right click on the dimension and select new dimension style to changes its dimension style.  I would like to assign dimension styles to specific sheets, is there a way to do this?  Even though borders, title blocks, etc. are the same throughout the sheets, do I need to create different sheet formats to do this?

View 6 Replies View Related

AutoCAD Inventor :: Balloon Renumbering Across Sheets

Jun 15, 2012

I am trying to modify the code Brian Ekins posted on Mod the Machine to renumber balloons across sheets. [uRL ....

It works great unless the item on the additional sheet is a sub-assembly.  I believe it is because PartDef is declared as a PartComponentDefinition and there is nothing in the code to handle an assembly. 

Dim partDef As PartComponentDefinition      
Set partDef = drawBOMRow.BOMRow.ComponentDefinitions.Item(1)      
partInfo(I - 1).ReferencedFile = partDef.Document.FullFileName

The Set partDef line was giving me a runtime error when it came to an assembly in the BOM until I added

"On Error Resume Next" at the start of the loop.

I tried changing the declaration to ComponentDefinition.  It compiled fine, but didn't do anything.  I think I'll have to add some duplicate code to handle an assembly in the BOM.  Is there a better way to do this?  Am I even on the right track?

View 3 Replies View Related

AutoCAD Inventor :: Layer Visibility On Different Sheets?

Jun 12, 2013

I am trying to control the layer visibility on different sheets of the same drawing but have not quite figured it out yet.

We add a DXF sheet to drawings with flat pattern views to export to DXF for our laser.  I wrote a VBA macro that adds the sheet, copies the flat pattern view and removes the dimensions to clean it up before creating the DXF.  I am having a problem turning off the visibility of the bend lines on JUST the DXF sheet.  I can turn bend lines and hidden lines off with this:

 'Turn off bend lines and hidden linesFor Each oView In oSheet.DrawingViews 'Set the layers collection Set oLayers = oDrawingDoc.StylesManager.Layers 'Turn off all bend lines and hidden lines For Each oLayer In oLayers If Not InStr(oLayer.Name, "Bend Centerline") = 0 Or Not InStr(oLayer.Name, "Hidden") = 0 Then oLayer.Visible = False Else End If Next Next

 but it turns them off on all sheets.  I want to only turn them off on the DXF sheet.  How would this be done?

Inventor Professional 2014 64 Bit
Windows 7 Professional
NVIDIA Quadro FX 4600
Dual Intel Xeon E5540 CPUs
16GB DDR3 Ram

View 6 Replies View Related

AutoCAD Inventor :: Print All Sheets As A Separate PDF?

Oct 22, 2012

My requirement is i need a programme to print inventor sheets in to PDF by using PDF995. And this should be created each sheet will be seperate PDF.

It need to ask rev number. my file name should be like "filename-sheetnumberrevision", for ex 870525 is my drawing number. PDF file name should be 870525-01A

View 1 Replies View Related

AutoCAD Inventor :: Reference To Drawing Sheets?

Jun 21, 2012

We often have drawings with multiple sheets.Usually the first couple of sheets are devoted to identifying components and where they should be placed. The remaining sheets provide details on specific components (dimensions, tolerances, etc.).

It would be nice to be able to reference (associatively) other sheets, so it is easy to find information on a component when looking through the drawing package. For example, add a note that says "See sheet 12", and have the 12 update if that sheet (or drawing view?) changes location in the package.

View 2 Replies View Related

AutoCAD Inventor :: View Reference Between Sheets

Aug 13, 2012

Any intelligent way of referencing the sheet with the parent view? E.g. i put a detail or section view on Sheet 2 from a parent view on Sheet 1 and want to reference from what sheet the view is taken from.

View 3 Replies View Related

AutoCAD Inventor :: Sort Sheets In Browser?

Feb 10, 2012

Im working on something just now but ran into a problem when a new sheet is added after one that is excluded from count.

What i need is to re sort the sheets in the browser so the excluded ones go to the end. Im thinking i would need to loop through the browser nodes somehow but the skills elude me.

View 1 Replies View Related

AutoCAD Inventor :: Renaming Drawings Sheets

Sep 20, 2011

I am trying to find an automated way to rename multiple sheets when creating Inventor drawings.

I have an Inventor assembly, and I need to create a drawing for each component in this assembly. I have one Inventor Drawing with multiple sheets in it.  Each sheet is for each part in the assembly.

I would like to loop though each sheet and rename the sheet name to the Part number of the part. Is there a simple way to do this though i Logic? And how would I go about doing something like this?

View 9 Replies View Related

AutoCAD Inventor :: Component Patterns In Folder

Jun 28, 2011

To be able to folderize component patterns seems to have been surpassed once again in release 2012. However, I am wondering if this is a setting issue yet I cannot find settings for what can and cannot be placed in folders, if they exist. And I wonder if it is a setting issue because during a training class I visibly watched the trainer place component patterns into a folder and once I still cannot do so.

View 9 Replies View Related

AutoCAD Inventor :: Custom Hatch Patterns

Nov 30, 2003

created any custom hatch patterns for Inventor , If so, how?

View 3 Replies View Related

AutoCAD Inventor :: VERY Slow Performance On Patterns

Apr 12, 2012

We have multiple parts where we need a large amount of holes being patterned with the rectangular feature. why is this process and everything afterwards so ridiculously slow.? it is really driving me nuts! In solidworks this is no problem at all.

Win 7 64bit
Intel i5 560 4x3,2GHz
8 GB RAM
Nvidia quadro 4000

View 3 Replies View Related

AutoCAD Inventor :: How To Select Elements When Some Of Them Are In Patterns

Aug 22, 2009

I have big assembly and I want to get quick selection by cube or sphere or simple window. But if some elements (parts or assemblies) are in the pattern, they also selects. I don't need these other elements in the pattern.

View 9 Replies View Related

AutoCAD Inventor :: Component Patterns Into Folders

Jun 18, 2013

I can easily move component patterns into a folder as long as all patterns are sequential in the browser.  However if I create another pattern that belongs to the folder but is created after the original patterns I cannot add it to the folder.  If I delete the folder and select the patterns I get an error message if I try to add them to a new folder (remember the patterns are not sequential).  I cannot move a pattern in the browser once created and if I move the part into the folder and then create the pattern it moves it back to the bottom of browser.  The net result is I end up with a lot of 'orphaned' patterns.

View 2 Replies View Related

AutoCAD Inventor :: Placing Bolt Through 3 Sheets Of Metal

Oct 31, 2012

Using bolted connection, I want to place a bolt through 3 sheets of metal. The first 2 sheets i want it to automatically place a slightly larger hole (which it does) but I want the 3rd sheet to be threaded so the bolt thread and hole thread are the same size.

View 3 Replies View Related







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