AutoCAD Inventor :: View Visibility In IDW?

Oct 11, 2011

I want to turn off visibility of certain parts in an overlay view but when I right click on the parts or the view(s) the visibility is greyed out.  Why does this happen and how can I correct it?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 3 Replies


ADVERTISEMENT

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 :: Components Visibility On View

May 10, 2012

How to manage the visibility of components in a particular view?

In attach file,View 2 is a detail view of view 1. On view 2, I want to display only the nozzle (Drain (H):1)  and shell (C1306388341:1) component. So I need to set the visibility of the other component to false.When I try to code this, the components of model file of view 1 was updated not the view.

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

The reference document I set for my code is not the document which contains the view 2. So I need to the actual reference document where view 2 belongs which is in the box of view 2 that contains 5 components.

View 2 Replies View Related

AutoCAD Inventor :: Drawing View Component Visibility

Nov 8, 2011

I am using this code to turn visibility of components off in IDw file, what I need top turn visibility of a component of in a subassembly.

'oDrawingDocument = ThisApplication.ActiveDocument
'Get the first view
'Dim oView As Inventor.DrawingView
 'oView = oDrawingDocument.ActiveSheet.DrawingViews.Item(2)

[Code] .........

View 2 Replies View Related

AutoCAD Inventor :: Visibility Of Objects In Detail View

Aug 22, 2012

I have a blown out detail on one of my Inventor drawings, I would like to toggle the visibility of some parts in this detail view however when I RHMB these under the browser I can't turn off the visibility

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 :: 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 :: 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 :: Modifying Component Visibility With Custom View Rep

Oct 11, 2011

In my neverending battle to find a way to turn off unneeded components in an assembly, I'm trying my hand at modifying component visibility with a custom View Rep. View reps seemed to pose fewer issues than LOD's (in that you can have a drawing and model open at the same time without a million error messages)......until I tried to make a pattern.

When first placing a new subassembly component into an assembly, it will automatically place in the "Last Saved" View Rep. Since certain parts may be invisible in my "skeletal" subassembly, this is ideal. HOWEVER, when I try to pattern this subassembly, all of the occurrences absolutely insist on displaying at the "Master" View Rep. This makes no sense to me whatsoever and destroys yet another workflow at the 99% mark. I understand that I can change the view rep manually, but manual workarounds and corrections defeat the point of using iLogic to manipulate our models.

Am I the only CAD user who wants the simple ability to "turn off" an assembly component? iAssemblies are not an option due to the shear number of combinations of unneeded components.

View 4 Replies View Related

AutoCAD Inventor :: Client Feature Visibility In Design View Representations

Jan 13, 2014

I have an assembly with a client feature that contains client graphics. I have exposed the visibility (ClientFeature.Definition.ClientGraphicsCollection[1].Visible) to the user via a context menu option. Changing the visibility currently affects all view representations. Is there a way to associate the visibility with each design view representation?

View 5 Replies View Related

Revit :: Visibility By Level In 3D View?

Mar 9, 2012

Is there a way to set the visibility of elements in a 3D view according to the Level they are associated with?
 
The VG tab which opens the filter dialog provides a check box for the "Levels" category, and the relevant parameters are made available.
 
But I can not seem to create a filter rule which evaluates any of those parameters (name, elevation, etc...) to then isolate the visibility of those elements in the 3D view that either meet, or do not meet the criteria. Nothing seems to work.
 
To achieve a "similar" effect in a 3D view, I can use a Section Box, but that is a very clunky and imprecise way.I can also create a Shared Parameter for "Level" and perhaps filter successfully that way, but that seems redundant with the Levels intelligence already established.

View 7 Replies View Related

Revit :: Visibility Of Beam In Plan View?

Jul 15, 2011

If i draw a beam in plan view en define the height, the beam disepare. Is there a posibility that the beam is in place and you can see a dash dot line and two dashed lines in plan view?

View 1 Replies View Related

Revit :: Structural Column Visibility - Representation In Plan View Not Cover Block Hatch Of Wall

Aug 8, 2013

I am doing a five stories building and when ad the structural column with  concrete cast in place material, the representation in plan view does not cover the block hatch of the wall. See attached image. I have read all about structural columns and did not find any solution.

View 5 Replies View Related

AutoCAD Inventor :: Visibility On Drawings?

Oct 17, 2011

While making a drawing and there is something which I want to turn visibilty of for a while, I will select from a sub-menu "Visibility" (see the attachment) But what I must do if I want to turn the visibility on again for example to that hole shown in screen shot?

View 2 Replies View Related

AutoCAD Inventor :: IPN Part Visibility

Jul 27, 2012

The client I have has 1 seat of factory Ultimate and 8 seats of factory premium.

The issue is the premium seats have an issue when you turn the visibility off on a part in the IPN you cannot turn it back on. This is on all the seats of the premium. There is no issue with Ultimate.

The service pack did not fix the issue. Now I know Autodesk there will never be a fix for this unless I up-grade seems to be the Autodesk way in the past 3 years.

View 2 Replies View Related

AutoCAD Inventor :: How To Restore Visibility

Mar 30, 2011

For some of my asemblies I have had to turn visibility off in some parts.

How do I turn it back on?

View 5 Replies View Related

AutoCAD Inventor :: Surface Visibility In IDW

Oct 22, 2012

Did something change in 2013 as far as the way surfaces are displayed in an idw? the surfaces always always had to be "included" in a idw view. now they come in as regular geometry.

win 7 64 bit sp1
cpu intel xeon E5-2687W0@3.106
eight core
two solid state hard drives
32 gig of ram
Autodesk product design
suite premuim 2014 64bit
Nvida quadro 4000
Space Pilot ver. 1.6.2 2010

View 9 Replies View Related

AutoCAD Inventor :: Planes Visibility

Oct 15, 2013

I have 2 problems:

1. created a turbine whose blades are made from some planes that I applied thicken offset command. I applied circular pattern to multiply the blade around center point but i get too many planes and i must to make invisible each one. How can i make invisible all planes in the same time.

2. After i make them invisibile i exit from that part but when i start that part again or when i place it in an assembly all planes are visible. What should i do to make them invisible for ever.

View 2 Replies View Related

AutoCAD Inventor :: Turn Off Some Visibility?

Apr 8, 2013

The attached part has multiple holes in multiple locations...... I want to show in the .idw one set "row" around the circumference at a time.

So I want to show set one, how far in from the end of the tube, then how many and at what degrees around the 360*. to do this i can only suppress the other features right now.

so when I make another View those same parts are suppressed and i cant change it around otherwise it messes with the holes I want and don't want to show in the previous view.

View 4 Replies View Related

AutoCAD Inventor :: Sketch Visibility IAM And IPT

Mar 20, 2012

I sometimes edit parts in assemblies. When I turn sketch visibility on or off it does not stay the way I left it. I should be able to edit a part in part view or assembly and the view setting off or on should be how it was last saved. If I saved an ipt with the vision it should be on in any & all assemblies it lives in but its not. I have noticed the difference in new version 2012 - 2011 was no problem.

View 1 Replies View Related

AutoCAD Inventor :: Line Visibility In IDW?

Jan 9, 2013

Using Inventor 2013.  In an IDW, I have toddled off visibility of lines in a view.  I would like to regain visibility of these lines.  HOW?

View 2 Replies View Related

AutoCAD Inventor :: Turn Off UCS Visibility?

Apr 17, 2013

See attached screenshot.

Somehow my top level assembly shows the UCS triads for hundreads of my parts (but not all of them). I know I didn't turn the visibility of all these UCS triads on manually. Now I cannot get them to turn off.

When I toggle the visibility status of a few and save the file they come back when the file is reopened.

Note, they are NOT visibile in their respective part files, just in my top level assembly.

View 6 Replies View Related

AutoCAD Inventor :: Setting Document Visibility Via API

Jul 11, 2013

Is it possible to make a document invisible after it´s open? I would like to keep it in memory but not reachable to the user.

Making the document view(s) invisible is not what I´m looking for. I need to clear/close/delete all views WITHOUT closing the document..

( So it has the same state as if opened through API with the visible parameter set to false, e.g.  Document.VIews.Count = 0

View 7 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 :: Disabling Sketch Visibility?

Jul 13, 2012

I have a sketch that has visibility on. In 2013 I can't find the turn visibility off.

View 3 Replies View Related

AutoCAD Inventor :: Dimension Visibility Behind White Box

Sep 22, 2011

I have a code generated a rendered view on my idw. My dimension lands on a specific location in my view that makes the dimension difficult to see due to the rendering colors... Is there anyway to have a dimension have a white box behind it to obscure some of the rendering to make the dimension value more visible?

View 2 Replies View Related

AutoCAD Inventor :: Work Plane Visibility

Mar 30, 2012

when in assembly mode when i right click on a part workplane there is sometimes the Visibilty option and other times there is no Visibility option ? 

View 3 Replies View Related

AutoCAD Inventor :: Reference Part Visibility

Jun 25, 2013

I am working on an assembly and idw, and my assembly has a number of reference parts in it. Two patterns of reference parts are not appearing in the idw for some reason.

I can get them to appear by changing the view style to show hidden lines, and then the hidden lines appear and solid lines for all except the first instances also appear. When i turn off hidden lines, the hidden lines disappear leaving the solid lines of all but the first instances. Then if i change the reference data line style to try and show all the lines, they all now disappear again.

View 4 Replies View Related

AutoCAD Inventor :: Weld Fill Visibility

Mar 26, 2012

I am currently having trouble viewing welds on drawing views. The outer line of the weld is visible but there is no fill or hatching. I have tried to edit visibility settings, etc and nothing works. Also note that other welds show up and that all the physical welds do show up on the assembly models.

View 9 Replies View Related

AutoCAD Inventor :: Shortcut Key For Component Visibility

Mar 21, 2013

I'd like to set up a keyboard shortcut so that when I press the 'V' key, inventor toggles the visibility of the selected part or assembly. However, "Visibility" seems to be about the only command that doesn't exist in the list of keyboard shortcuts*. I found this post in which someone says it's not possible, but might be using VBA. I've done some iLogic but know nothing about Inventor's inner-working VBA. I'm wondering if there's some workaround, VBA or otherwise, that'll allow me to toggle visibility using the 'V' key.

*actually it does but it says it's only available for use in Inventor Studio. Go figure. 

Using: Autodesk Inventor 2013 Product Design Suite

View 2 Replies View Related

AutoCAD Inventor :: 2009 - IDW Visibility Grayed Out?

May 19, 2008

Just thought I would post this since I didn't see it anywhere else. With Inventor 2009, the views in IDW are automatically set to associative which causes the visibility option for parts/assemblies to be grayed out.

View 3 Replies View Related

AutoCAD Inventor :: Turning Visibility Off In ITW File?

Mar 19, 2012

I use INV2012.  It was very easy in the older version of INV to switch off all unwanted items in drafting.  But, now we have to work with design view rep.  Currently, I am working on a drawing which has surfaces.  Though I saved the view rep without those surfaces, still I am getting it in drafting.  I have unchecked assosiative in drawing view rep still no use.

View 1 Replies View Related







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