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


ADVERTISEMENT

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 :: 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 :: 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 :: 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 :: Change Values Of Several Hatch Patterns?

Aug 25, 2010

I need to select various shading patterns in a section view drawing and assign all the same settings using VBasic but can not find the way to go. For example, all a 45 degree angle and scale to 0.25.

View 3 Replies View Related

AutoCAD Inventor :: How To Import Hatch Patterns From PAT File

Oct 16, 2009

Inventor 2010 Style and Standard Editor includes 35 CUST## hatches. My guess is, it stands for custom. Is there a way to import hatch patterns from AutoCAD PAT file? This functionality is available for line types through importing AutoCAD LIN file.

Xeon CPU 3.6GHz
Nvidia Quadro FX 3400
Driver version 6.14.11.8246
Win XP Pro (32) SP3
4GB RAM w/o 3GB switch
AIS 2010 SP1

View 5 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 Dimension For Component Patterns

Feb 27, 2012

I want to be able to use the same dimension parameter as a previous component pattern to create a new component pattern.  Is there a way to be able to do this?  On features, you can use the Show Dimension and then select the dimension you want.  With rectangular patterns I don't see a way to do this and there is no way to even note which parameter it gave it as it is being created.  I guess I could name the parameter on the fly and then use that same name, but was wondering if there was a different way.

View 2 Replies View Related

AutoCAD Inventor :: Multiple Patterns Using The Same Base Component

Feb 29, 2012

Can I create more than one pattern from the same base component?  For example, pattern a bolt in the center of a plate into one quadrant using pattern 1 and then into another quadrant using pattern 2. 

View 6 Replies View Related

AutoCAD Inventor :: Emboss Patterns On Compound Surfaces

Sep 24, 2013

I'm stuck on a few different emboss cases. The following examples are just dumbed-down models to learn from.  If it matters - I'm actually embossing patterns on more complicated parts - not text on primitive shapes.

Case 1:  Emboss across several surfaces.  Please see attached file "Wrap Emboss 1".  I can wrap to a face - but not all three faces on the solid that I want my "TEST TEST TEST" message to span across.  My embossed text goes off into space - it doesn't wrap around the edge of the solid as desired. 

Case 2: Emboss text (or some other arbitrary shape) onto a single (but compound) surface.  Please see file "Compound Emboss 2".  If the curvature of the part isn't significant - there are a few ways to fake/trick out the model to get a passable result.  BUT - when the curvature of the surface is significant relative to size of the text/pattern to be embossed - I haven't yet found a solution that doesn't wildly distort the embossed feature.  As the surface of the part is compound - I can't use the "Wrap to Face" option without an error.  The resulting embossed feature is unacceptable.

View 7 Replies View Related

AutoCAD Inventor :: Find Excluded Component Patterns In Assembly

Mar 12, 2013

I have an i assembly with some lengthy and unique ilogic to control what parts are included / excluded based on user inputs in a form.  To begin, the program includes all components, and then excludes the ones that aren't needed.  This is basically, briefly what the first part of that looks like:

For Each oCompOcc In oCompDef.Occurrences
i=i+1
'Include all currently excluded components
If oCompOcc.Excluded=True Then
oAssObj=oCompDef.Occurrences.Item(i)
oDoc.SelectSet.Select(oAssObj)
ThisApplication.CommandManager.ControlDefinitions.Item("ExcludeCtxCmd").Execute()InventorVb.DocumentUpdate()
Else
End If
Next
InventorVb.DocumentUpdate()

So this works just fine, mostly.  I run into an issue with the component occurrences that are within patterns (I have 2 patterns - 1 circular and 1 rectangular).  This code will "Include" all occurrences inside an "Excluded" pattern, but the pattern itself remains "Excluded".  In other words, in the browser, the pattern name appears greyed out and crossed out, but all the elements and the components within them appear "alive", so to speak.  But the BOM indicates a Qty. of ZERO for these components since the pattern that.

I can toggle include / exclude of patterns using the same method:

oDoc.SelectSet.Select(oPattern)
ThisApplication.CommandManager.ControlDefinitions.Item("ExcludeCtxCmd").Execute()

But it seems I can't identify which patterns are excluded to start with, like:

If oPattern.Excluded=True Then...

I get an error when I try this.  Is there a way around it?  How can I find and select excluded component patterns in order to toggle them to "Include"?

View 2 Replies View Related

AutoCAD Inventor :: Pro 2011 - Demoting / Moving Patterns Into Subassembly

Jun 7, 2012

Is there any way to move a pattern into an existing subassembly? I have a piping layout that I demoted into a subassembly, now I want to add the flange bolts/nuts that I patterned into that subassembly and it will not let me drag and drop like it does components. I am using INV Professional 2011.

View 4 Replies View Related

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 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 :: Parametric Assembly - Control Size Of Components And Patterns

Jan 28, 2013

I am currently working on a parametric assembly using i Logic to control the size of the components as well as patterns. However, I have hit a road block in trying to figure out how to write a rule for resizing the last roof sheet in this assembly pictured below to be even with the frame. The rule below is what controls the roof sheet pattern based on the frame length. The problem I am continually running into is how do you modify a part which is in an element within the pattern without having it affect the rest of the parts in the pattern since they all refer to part. I can get since it is hard to find information on i Logic. 

Roof_Pattern_Spacing = Roof_Sheet_Width
Roof_Pattern_Count=Ceil(Parameter("Length")/Parameter("Sheet Metal Roof Section:1", "Roof_Sheet_Width"))

(Note: The red line symbolizes where I would like to have the roof sheet end.)

View 2 Replies View Related

AutoCAD Inventor :: Mirroring Constrained Components And Patterns Keeping Constraints

Nov 28, 2012

Coming from a background of ProE, Usually a mirrored group of constrained parts would mirror with alternative constraints locking them in place. Is there a way to do this in Inventor?

Every time I mirror constrained parts through a Datum plane, the results are loose components that could be dragged anywhere. I might aswell have just placed them again, though it gives me a good idea of where they should be.

Without grounding them, is there someway of locking these compents in the mirrored position.

Also, bolted connections pick up on patterned holes and populate them, yet there is only one constraint to the original hole and the rest can rotate around it.

View 2 Replies View Related

AutoCAD Inventor :: Fill Area With Hatch Patterns In Feature Sketch?

Feb 4, 2013

Is it possible to fill an area with hatch patterns in a feature sketch (ipt sketch), not in idw sketch?

I want to show a safety screen (wire mesh) in a 3D model, in order to reduce the file size, I do not want to do solid wire mesh in the model, but the sketch only. I was drawing one by one line and make a hatch cross lines in the sketch, it took me lots of time to draw these lines.

View 9 Replies View Related

AutoCAD Inventor :: 2013 Crash / Extremely Slow Performance With Patterns

May 28, 2013

I have a mech/mfg-necessary pattern set on several parts, to the tune of about 90 slots and 500 holes each. Inventor is absolutely sucking it up handling these parts, and the assembly of these parts together is just a complete nightmare.

I have half-hour load times, constant crashes, and to top it off, they're iparts (used in an iassembly), which means I am constantly having to regenerate the whole part family with every change, a process that can take literally hours. 

Are there substitute tricks, or display setting shenanigans I can pull?  All of the features are individually needed somewhere, but no mgf machine needs all of them present at once.

View 9 Replies View Related

Photoshop Elements :: Downloading And Adding Patterns To PSE 11

Jul 29, 2013

I want to include basic B&W patterns to PSE11 and don't know how to do that. I found some called Basic_ Patterns_ by_Peter_plastic but I can't seem to get them work.

View 1 Replies View Related

Photoshop Elements :: Loading Patterns From PAT File?

Dec 7, 2013

I'm trying to create my own set of Patterns in a .pat file.It doesn't work as the instructions say.But with an immense amount of effort, going about it in a roundabout way to get past security nonsense and locked files that weren't locked, I managed to create a .pat file with my Patterns in the proper folder. I couldn't do this directly.  Instead I added my Patterns to an existing .pat file with the idea of later deleting those that aren't mine and restoring the original .pat file to its original state.However, I can't load my .pat file or any other .pat file.  That is, the Load function doesn't work, so I can't have my own Patterns in a .pat file that I can access.I've tried to load the ,.pat file using the Preset Manager, using Layer > New Fill Layer > Pattern, and using the Paint Bucket tool, but the selected .pat file doesn't get added to the list of .pat files that can be used. What is the Magic Word to get a .pat file to Load?

View 6 Replies View Related

Photoshop Elements :: Load / Use Custom Patterns On PSE11?

Jun 18, 2013

I have beent trying to follow the instructions found at the URL below (second half of the video) in order to load custom patterns onto Elements 11. The video says I need to go to C:/ drive, then Users, then my folder, then AppData, then Adobe, then Photoshop Elements, Roaming, and Preset(s). However, the only program folder in the Adobe folder is for FlashPlayer. I have searched the entire computer, and while I can find the Photoshop Elements folder, it does not contain Roaming and/or Presets folders.

[URL]

View 1 Replies View Related

Photoshop Elements :: How To Import Fabric Scans As Fill Colors And Patterns

Feb 1, 2013

I want to use photoshop elements to alter drawings so they look like quilts.  I want to import fabric scans as fill colors and patterns.  Is this possible?

View 4 Replies View Related

AutoCAD Inventor :: Design Tab To Select

Oct 29, 2012

I am attempting to add a material and to select the "Design Tab" except my Ribbon has no such tap.  What options are there to get to the material database if there is on Design Tab to select?

View 1 Replies View Related

AutoCAD Inventor :: How To Use Select Case

Aug 12, 2013

I am trying to write a code that says if a door width is within a certain range to select a specific product. The range is something like 19" to 21" select hinge 1, if it it within 21.125 = > 24" use hinge 2 .... etc.

I am new to iLogic programming, and I am pretty much self taught. I am also getting used to doing things a different way so I can make iParts out of them. I already have my door dimensions in a spreadsheet so I can control it from there.

View 9 Replies View Related

AutoCAD Inventor :: Cannot Select By Window Dragging

Jun 23, 2012

I made a complex sketch, and want to extrude.When i want to select the whole sketch, i position the mouse on the upper left of the screen and drag down and right, but no window is created.

And i cannot add segments to the selection, even with pressing SHIFT, because immediately after the first is selected, it is extruded.you see on the picture i attached that some segments (in red) are connected. how can i connect all the sketch together, so when i will select it everything is selected.

View 9 Replies View Related

AutoCAD Inventor :: Fold Will Not Select Line?

Apr 18, 2012

I am trying to fold the attached sheet metal part that is created from an imported ACAD drawing. After cleaning up the sketch I created the face and then created a sketch with the first bend line on it, but when I attempt to flod the part it will not sellect the bend line. I have attempted selecting the line before selecting fold and that does not work. I have placed the sketch both on the part surface and the datum plane. The only line I can get fold to select are the two ends of the part but I don't see how anything could be bent off the end of the part.

Inventor Premium 2013 SP1.1
Vault 2013- plain vanilla version
HP G71 notebook
celeron cpu w 4gb RAM and 64 bit system
Win 7 home premium

View 3 Replies View Related

AutoCAD Inventor :: How To Select All Segments Of A Sketch

Jan 25, 2013

I am very new to all Autodesk software. I am currently doing a trial on Inventor 2013 and Solidworks 2013 to decide which software is a better fit for my company. I am offsetting a very complex sketch by .002" and I want to delete the original. Clicking every line and radius does not make sense to me.

View 9 Replies View Related

AutoCAD Inventor :: Select Versus Pick - API

May 17, 2012

I'm writing a program (C#) that automates the notch tool within the frame generator add-in in Inventor. I can select one part and then select multiple other parts that will notch to the first selected part automatically. This will save me a TON of time if I get it working correctly. With that being said, I have it to the the point where the user selects the first part and then window multiple parts (these are stored and then cycled through later), then I use SendKeys to open the "Notch Tool", and now this is where I encounter my problem. 

The Notch Tool is waiting for the user to Pick/Select one part. In my code I've tried to use the CommandManager.DoSelect method which does not register with the tool (I'll exit out of the tool and the part will be selected). My thinking is that this notch tool will only accept the CommandManager.Pick method which would defeat the purpose of the program as I do not want the user to have to go through the parts one by one notching them together.

Is there a way to simulate a mouse click on a selected occurrence within Inventor? Is there another approach I should be considering? And finally, how to rewrite the actual notch tool to allow multiple notches to be done at once?! I'll post a snippet of my code.

docName = instance.ActiveDocument.DisplayName;
int iHandle = NativeWin32.FindWindow(null, "Autodesk Inventor 2012 - [" + docName + "]");
this.Hide();
NativeWin32.SetForegroundWindow(iHandle);
keybd_event(0x23, 0x4F, 0, 0); // Press End
keybd_event(0x23, 0xCF, 0, 0); // Release End (Brings up notch tool)
Thread.Sleep(3000);
//keybd_event(0x28, 0x0F, 0, 0); // Press Tab
//keybd_event(0x09, 0x8F, 0, 0); // Release Tab
NativeWin32.SetForegroundWindow(iHandle);
Thread.Sleep(500);
instance.CommandManager.DoSelect(vert); 

View 2 Replies View Related







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