AutoCAD Inventor :: Parts Visibility (browser) In IDW Not Enabled?

Nov 13, 2013

how to turn this feature on? We recently upgraded from Inventor 2011 to 2014 and now this feature has been disabled. The attachment shows that visibility has been greyed out.

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Section View And Visibility Of Browser Parts

Sep 5, 2012

I have a section view of an assembly. The parts of the assembly that are completely remove via the section no longer show up in the browser. Is there a way to make them show back up in the browser and/or section view? They are internal to the assembly and I would like them not sectioned/removed from the view.

View 3 Replies View Related

AutoCAD Inventor :: 2014 ILogic Rule To Change Visibility Of Workplane Selected In Browser

Oct 4, 2013

I want to be able to have All Work Planes set as 'Invisible' but create a Message.box or Icon that allows me to change the Visibility of any individual workplane(s) physically selected in the browser.

A rule written by another member should do the trick if the following line could be altered so as not to read 'For Each' oWorkPlane but instead for 'Each Selected' oWorkplane.

'For Each oWorkPlane In docFile.ComponentDefinition.WorkPlanes' 

'get user input
oInput = InputRadioBox("Select workplane visibility:", _
 "Turn ON workplanes for all components", "Turn OFF workplanes for all components", "False", "iLogic")
'Define the open document (top level assembly)
Dim openDoc As Document
openDoc = ThisDoc.Document

[code]....

View 1 Replies View Related

AutoCAD Inventor :: Parts Visibility On View

May 7, 2012

How to manage the visibity of parts on a particular view? For example, in a view there 10 parts appeared. I would like to make only selected parts visible on the said view.

I have the manual steps on how to hide them but when I try to code it using the said step, the parts on the model file were hidden not in the view.

I use oView.ReferenceDocumentDescriptor.ReferenceDocument in traversing the parts but this refers to the model file.

Here is my

Set ViewDocument = oView.ReferencedDocumentDescriptor.ReferencedDocument
For Each ViewOccurence In ViewDocument.ComponentDefinition.Occurrences
If Not nozzleName = ViewOccurence.ReferencedDocumentDescriptor.DisplayName Then
ViewOccurence.Visible = False
End If
Next

View 8 Replies View Related

AutoCAD Inventor :: Cannot Reorder Regular Parts Browser

Dec 12, 2012

In Inventor 2012 I could grab any part (except patterns of course) and move it anywhere into folders, out of folder, up down, wherever, till my hearts content. But in 2013 sometimes it lets me, sometimes it does not. Sometimes I select a group of parts and when I try to put them into a new folder it will place most of them in it tell me the others are not allowed to be moved? I must stress that these are NOT patterned parts, but stuff I have moved around for at least the last 2 versions of the software. Why in 2013 can I not do this as easily or at all in some cases? Is there a new check box checked by default I can't find? I have tried switching the browser between modeling and assembly view and sometimes it works and sometimes it does not.

It does this with both content center and non content center parts.

Inventor 2013 sp1.1

View 6 Replies View Related

AutoCAD Inventor :: Green Arrows In Parts Browser

Aug 6, 2012

In my Inventor .idw browser my parts have a green arrow next to them but I can't seem do anything with them, I think they might be a refresh icon .

View 2 Replies View Related

AutoCAD Inventor :: IPN - Browser Shows Too Many Parts Or Assemblies

May 30, 2012

When copying an iam + ipn, and making some changes, the browser suddently shows far too many parts or assemblies ?

Is there a way to "update" the browser?

View 2 Replies View Related

AutoCAD Inventor :: Drawing - Can't Turn Parts Visibility Off

Oct 4, 2011

It happens sometimes, when I try to turn off the visibility of a part in a created view, the option is grayed out, can't uncheck visibility. Whats the reason?

View 4 Replies View Related

AutoCAD Inventor :: Line Visibility Through Solid Parts?

Oct 2, 2012

I am working on a cylindrical part, and I need to CAD an internal feature for the part.  I set up a parallel plane at the point within the geometry that the feature is to be located, and am attempting to sketch the profile of the part using the 2D sketch feature.  However, the lines that I am sketching are not visible through the rest of the existing cylinder, for example, if I have draw a 30 mm line from the centre point of a 20mm radius cylinder, only the final 10 mm of the line will be shown.  While the line is still functional, it is highly inconvenient when trying to sketch these features, they are difficult to work with as I can not see them through the part. Is there any way to set the defaut visibility for 2D sketches to be so that they are visible through solid parts?  

View 3 Replies View Related

AutoCAD Inventor :: 2014 Parts List Row Visibility

Oct 24, 2013

Inventor 2014 Professional:

I have Parts in my Parts List with duplicate Item Numbers (For Balloning purposes) but with different quantities (Custom Quantities). I turn the visibility of the Part with the Static Quantity off. 

Whenever my assembly is updated the Part I had orginally turn the visibility off gets turned back on.

Is there something I am missing to keep it turned off?

View 7 Replies View Related

AutoCAD Inventor :: Reference Parts Visibility In Drawing

Jul 18, 2013

When a drawing view is made within Inventor from a presentation file (.ipn) some of the parts sometimes donot appear as properly visible.

I have attached some screen shots which might lead to some clues.

View 5 Replies View Related

AutoCAD Inventor :: How To Sort Parts Inside Browser Folder

Nov 17, 2012

Alpha sort in assembly bonus tool sorts outside browser folder. Is there any method (API) to sort inside browser folder?

View 3 Replies View Related

AutoCAD Inventor :: Parts Showing In Vault Browser That Do Not Exist

Aug 4, 2011

I have an assembly model which I have `save copy as` to create a new assembly (80% parts the same). I have opened my new assembly and deleted/replaced parts and assemblies that I do not require.

One (released) assembly I have deleted is still showing listed in the vault browser (not in model browser). It is not in the model, is not revealed by `find in window`, is not listed in the bill of materials. If I close my assembly and reopen it is still listed there.

This has now occured in two assemblies. I have never experienced this before in many years of use. We recently upgraded to Inv 2011 and VM Pro 2011 and I'm wondering if there is a connection.

View 6 Replies View Related

AutoCAD Inventor :: Control Visibility Of Parts In Drawing View

Sep 16, 2011

I'm creating a small product configurator using ilogic. It all works fine, but i've i challenge:controlling the visibility of the components in a drawing view

In simple words, every occurrence of my assembly has an custom Ipropertie calles "Positie". there where 4 values (Bodem, Zij, Kop, Deksel and Overig)In a drawing view i only want to see the parts that has a specific value of the ipropertie "Positie".I found a sample code for VBA, but I cann't get it worked in ilogic.:

Sub HideSecond()
'Assumes you have an open drawing
'Assumes that view 1 of the active sheet is an assembly
'Turns off visibility of assembly's second component in open drawing's first view
[code]....

hind to turn this into ilogic and add the option to check the ipropertie to turn on the visibility

View 6 Replies View Related

AutoCAD Inventor :: Parts List Line Item Visibility?

Sep 13, 2012

Is there an application or document setting that will make the default state of a row in a linked excel file used in a parts list default to "off" (not visble)?

More specifically, make this apply to added rows.

We have finish schedules in excel that everyone links a parts list to whenerver they need to display a finish schedule on the idw. However, when we add rows (new finishes) to the the excel finish schedule, they get displayed on the idw parts list next time the idw updates wether they are needed or not. Our practice is to only show finishes that are used on the drawing - so frequently a large portion of the whole finish schedule needs to be set to "off" or invisible.

View 3 Replies View Related

AutoCAD Inventor :: Parts Has Partially Or Completely Grey Properties In Browser

Mar 2, 2012

Some parts properties of one project has partially or completely grey in browser.

Nothing special had happened prior to this problem. It happened with some absolutely irregular and not systematic affection as like a fallen and broken ink bottle makes something completely colored and some other stuff just partially and some not.

I mean some parts properties are completely grey and some have just several grey properties while some other are not affected (see video link)

It is a permanent bug and seems it belongs to the part itself since the reloading Inventor and windows and Task Scheduler attempts to fix it - all gray colors stay exactly where they were before and in same irregularity. Opening the affected parts in other project gave the same result as in original one.

[URL]

View 2 Replies View Related

AutoCAD Inventor :: ILogic To Turn Off Visibility Of Lines In Parts List

Aug 21, 2013

At my company when producing drawings for manufacture we require a sheet for any steel profiles to be cut!..We do this by selecting the assembly from base view,hitting model view tab, selecting presentation and choosing the relevant profile from the drop down!

Once the profile is placed, we highlight the view and hit the parts list tab which obviously creates a parts list, but for the whole assembly, we then have to edit the parts list by turning off the visibility of the lines of all the parts which are not relevant!!...as you can imagine this is quite a laborious task if you have 50 different profiles.

The reason for this is to show the qty, steel grade and part number to the suppliers. My question is, any code that will take the lines of the parts list that are not relevant to the selected view and turn the visibility of those lines off?

View 1 Replies View Related

AutoCAD Inventor :: Unable To Turn Off Visibility Of Parts In Assemblies On A Drawing

May 20, 2010

Since changing to Inventor I seem to be unable to turn off visibility of parts in assemblies on a drawing. Usually I just expand the view in the browser then right click on parts and turn off visibility. When I try this the visibility option is grey.

View 5 Replies View Related

AutoCAD Inventor :: IlLogic Rule To Find All Reference Parts And Turn Off Visibility

Jun 20, 2013

I there a way of finding each Bom structured part that is set to reference in an assembly and setting the view of that component to in-visible.

Also needs to iterate into all set View reps that where created and set all views to not show the referenced parts as well.

View 8 Replies View Related

AutoCAD Inventor :: Getting Error Message When Right Clicking On Suppressed Parts / Assembly In Browser Window

Sep 19, 2012

When I suppress a part or a sub-assembly in Inventor 2013 and then right click on the suppressed item in the browser window I always get an cadabundus error message (see attachment), after I press OK I get the normal right click menu hovering over the item.

I have Inventor 2013 RTM 64 bit Build 138, and running on Vista 64bit.

View 2 Replies View Related

AutoCAD Inventor :: Drawing Browser Doesn't Match Model Browser

Oct 29, 2012

I opened the drawing and then from the drawing opened the model.  In the drawing it is showing the 4th instance of ROUND CRS-032175 X 33 as an assembly.  It also is not showing in the view and yet the visibility is checked.  AI2012 SP2 

View 1 Replies View Related

AutoCAD Inventor :: Cannot Add Browser Node To Empty Browser Folder

Apr 8, 2013

I am trying to use the Browsernode.addchild method to add an occurence to an empty browser folder. The code fails at this point and I gett an error pointing to the line "Call oTargetNode.AddChild(oSourceNodeDef)". I can add the occurence with the browserpanes.Reorder method without issue if the folder is not empty. The code is pasted Below.

Format:HTML Format Version:1.0 StartHTML:     165 EndHTML:   29338 StartFragment:     314 EndFragment:   29306 StartSelection:     314 EndSelection:     314
SyntaxEditor Code Snippet
DimPrcsTpAsStringPrcsTp=InputListBox("Process Type?", MultiValue.List("ProcessType"), Parameter("ProcessType"), Title :="Select Process Type", ListName :="Process Type")DimRtgNameAsStringRtgName=PrcsTp&"-"&Parameter("NoRtgsInc")+1MessageBox.Show(RtgName, "Title",MessageBoxButtons.OKCancel)DimoAsmAsAssemblyDocument=ThisDoc.DocumentDimoMatrixAsMatrix=ThisApplication.TransientGeometry.CreateMatrixDimoOccAsComponentOccurrenceoOcc=oAsm.ComponentDefinition.Occurrences.AddVirtual(RtgName, oMatrix)DimoCompDefVirtualAsVirtualComponentDefinition=oOcc.Definition'CREATE AND SET THE

[code]....

View 1 Replies View Related

AutoCAD Inventor :: Force To Use Browser Of Choice Or Default Browser?

Nov 7, 2011

When I press F1 Inventor opens the help on my default browser (Chrome), but when I click the bynocular it uses Internet Explorer.

Is it possible to force Inventor to use a browser of my choice or the default browser?

View 1 Replies View Related

AutoCAD Inventor :: Cannot Remote Desktop When 3GB Switch Is Enabled

Mar 8, 2011

I work for a large enterprise that has many machines(all the same) that have Inventor 2010 with the 3GB switch enabled. However, when a user tries to remotely connect the machine with the switch enabled, using Windows RDC, they are unable to. After removing the switch, the user is able to remote successfully. Other forums suggested that the "SessionImageSpace" in the registry needed to be edited to allow for the connection, but that did not work for me.

Machine Info:

Dell T3500 Workstation
Xeon Quad Core 2.8GHz
6GB RAM
NVidia Quadro FX4800 2GB
Windows XP SP3

View 9 Replies View Related

3ds Max :: Object Visibility / Can Ghost Other Two Parts In But Not Show What Is Going On Behind Them

Oct 21, 2011

I have created a model containing three interlocking parts. I now need to do a version showing one of the parts with the other two parts ghosted in.

I changed the object visibility of the two I need to show ghosted to 0.3. When I do this the part is see through and shows all the hidden detail at the back of the part.

Is there a way I can ghost the other two parts in but not show what is going on behind them? I tried all the settings in object visibility but nothing seems to work? Is there another way to achieve faded parts?

View 9 Replies View Related

AutoCAD Inventor :: Replacing Parts With Custom Parts Created From Content Center

Sep 27, 2012

I am trying to replace a custom part - created from a content center part -  with a copied part with a different name.  (I am using the replace tool in an assembly.)  However, Inventor is not replacing the part with the part I pick but rather the content center version of it.

View 3 Replies View Related

AutoCAD Inventor :: Showing Two Instances Of Parts List And Adding Custom Parts

Mar 30, 2012

On the main sheet of my drawing I have the overall Parts List.  Shows almost all parts except for the few that we don't want to list.  On the second sheet I inserted a Parts List to show only parts that are shown in a detail on that page, made the rest non-visible.

On the main sheet there is an item (#13) that has a QTY of 3.  Two of those Three are optional parts.  What I'm trying to do is insert a custom part into the Parts List, give it an item number of 13A and put in the description "OPTIONAL", then do an Override in the balloon to show 13A.

I get it in the Parts List, Apply it, close it, save the drawing.  Looking at the Parts List, item #13A is there, but item #14 is gone.  I go back into the Parts List and 13A is there and there's a blue box around the item # and the description.  I uncheck Static Value and number 14 shows up (item # and the description).

Then I go over to sheet two, open that Parts List and it lists 13A at the bottom with all the info I added in sheet one and it's non-visible.  Go back to sheet one, open the Parts List and there is no 13A to be found.

View 9 Replies View Related

AutoCAD Inventor :: Creating Parts With Work Planes Defined By Other Parts

May 2, 2013

I am working on an assembly that is designed around a box (bounding box) that could change size.  I modeled the bounding box and placed it in a new assembly file.  All other parts have been created within the assembly by referencing that bounding box with starting work plane and project geometry.

The problem comes in when I change the bounding box dimensions.  The work planes for each additional part, which were defined by the faces of the bounding box, do not move when the sides move.  Also, my projected geometry is not updating correctly.  This is a simple box, with all 90° corners.  So, all associated parts (at this point) are just rectangles. 

View 4 Replies View Related

AutoCAD Inventor :: Parts List Update When Modifying Model Parts In Idw

Aug 21, 2012

My parts list on my idw do not update when I make changes to the model. Specifically, I have deleted a bolted connection on my design and replaced with a different components but the parts list table does not update - all I see is a lightning bolt in the browser next to the parts list but I cannot update it here.

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 2 Replies View Related

AutoCAD Inventor :: Virtual Parts Weight Total BOM And Parts List

Aug 7, 2013

I was using virtual parts to add nuts and bolts to a drawing in 2013

I can make a VP bolt in the assembly, no problem, set it's size, weight, etc.

In the VP itself, there is no option for number of bolts I want it to emulate. For arguement's sake the weight was 1 pound per bolt (they are big bolts).

I can go into the BOM and say quantity 60, hit done and save the assembly.

If i open the drawing, the parts lists shows 60lbs for the 60 bolts total - which it should when summing the weight.

The problem is the BOM/assembly. If the weight of my assembly (without bolts) is 10,000lbs, the assembly sees the VP weighing 1lb and says the total weight is 10,001 lbs. Am i going to have to pattern a fake part to get this to work right? Shouldn't the total weight take into account the quantity set in the Bom??

View 2 Replies View Related

AutoCAD Inventor :: Display Density Of Materials Assigned To Various Parts In Parts List On Drawing?

Dec 9, 2013

Is there a way to display the density of materials that are assigned to varius parts in the parts list on a drawing?  I don't need the mass of the parts I just need the material density to show up next to their respective parts.

For example, if I have a part with [steel mild] material assinged to it (no matter the size) I need a column in the BOM on the drawing to show: 490.684 lbs/ft^3.  "Worry when there's something to worry about."

View 3 Replies View Related







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