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
ADVERTISEMENT
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
View Related
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
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
Sep 16, 2013
I often do section views in my 3D model (not drawing) to visually check interference, etc. I noticed today that some parts are excluded from this and do not get sectioned. I'm sure it's an easy fix but a search turned up nothing. How do I include/exclude specific parts from this view?
View 2 Replies
View Related
Sep 1, 2011
Is it possible to define a View Representation in an assembly such that a half section view is active, but only for a certain set of parts within the assembly?
View 5 Replies
View Related
Jun 12, 2012
When I make a half section view in an assembly the frame generator members do not section, they remain full length. Is this normal or something with my setup?
2012 SP2.
View 2 Replies
View Related
Oct 9, 2013
I'm trying to make a drawing of a assembly, and some of the parts were made in frame generator. When I try to make a section view the parts made in frame generator still show as whole instead of halved. Is there something that I need to toggle or vice versa so that this will not happen anymore?
View 4 Replies
View Related
Feb 1, 2012
Is there an option in drawing mode to exclude certain parts from a section view.
According to ASME Y14.3 parts such as shafts, keys bolts and nuts should be excluded in sectional view. Its not just removing the Hatching, the part has to show completely.
The closest I found in Inventor is that you can exclude Standard parts from being sectioned. Some of my parts are not in the standard library.
I would like to have the option to choose which parts I want to section and which ones I don't.
View 9 Replies
View Related
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
Sep 24, 2012
The section view behaves strangely with the ‘section participation: none’ components
Invertor2012 sp2
Win7 x64
View 6 Replies
View Related
Nov 19, 2011
why my section is not parallel with my section line. I did constrain my section line in the section line sketch.
View 2 Replies
View Related
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
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
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
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
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
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
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
May 3, 2013
IV 2010 Suite
Been working over an idw MANY times due to project lag.Today I opened it up and tried adding balloons to an already ballooned assembly.
The parts list has not changed, and is "structured".But, if I try adding balloons, they tag each part, not the entire assembly.
Also, I verified this by trying to add another parts list, which defaults to "parts only".
I can't show my data set, b/c it's HUGE, plus it's proprietary.
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
View 5 Replies
View Related
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
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
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
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
May 6, 2013
Is it possible to have the parent view for the section in one drawing and the child views in another drawing?
View 2 Replies
View Related
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
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
Dec 13, 2012
how to show section view in base view with out projection the component.
View 2 Replies
View Related
Oct 29, 2013
I have a long shaft with parts mounted on. i want to section it and show the parts. i don't need to show the whole length of the shaft.
I know i can crop the isometric view, but this way i will not see the key hole which is on the other side, it's hidden.
If i make a section it 's in an orthogonal view only.
I want to make the section view, but later to transform the sectioned view to an isometry. is it possible?
View 7 Replies
View Related
Mar 13, 2013
Is there a way to save a section view in the assembly as a view rep? Am using 2011.
View 9 Replies
View Related
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