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


ADVERTISEMENT

AutoCAD Inventor :: Lost Visibility Of Components In Assemblies

Jan 10, 2013

Opening large assemblies containing LODs some components missing. The assemblies are build with inventor 2010 and now is totally migrated in in 2013 SP1.1 Update1. If you open the sub assemblies these are correctly on. I've tried to set visibility on, off, change representation of view, positional and activate various LOD, including Principal LOD.

If you position another instance of the sub assemblies, one is on but the other isn't visible. In the drawing all is correctly represented

See the attached .PDF

This occurs in Factory and Product design suite. Graphics card and relative drivers are certificated. I can't attach a P&G because is a very large file (250Mb).

View 5 Replies View Related

AutoCAD Inventor :: Part Visibility Under Transparent Components?

Aug 9, 2011

I am having an issue with the visibility of components underneath other, transparent components.  The part which needs to be visible is a switch underneath a vacuum formed polycarbonate cover.  When the cover is positioned open such that the switch would be partly visible even if the cover is opaque, the switch is rendered.  When the cover is positioned closed, the switch is no longer rendered.  I have attached JPG's of the two states.

I am on INV PDSU 2012 64 bit.

View 9 Replies View Related

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

AutoCAD Inventor :: Break Out View Glitch With Frame Generator Components?

Feb 15, 2013

When creating a break out view on a top level assembly that includes frame generator components, the break out function does not break these parts out. I know it is working because the non-frame generator parts are disappearing and being broken out as you would expect but the frame generated parts seem to be immune to the command. is this a common fault or something wrong with my particular model?

View 2 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 :: 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

AutoCAD Civil 3D :: Editing Components Of Profile View?

Feb 27, 2013

Editing components of “profile view”,

In the case of horizontal alignment, one can choose any component and edits its properties (attached) such as its label height (attached).

I’m wondering why such option is not available in the case of “profile view”. The selected component doesn’t bring its edits option (as in the case of horizontal alignment”) and thus one can’t edit its properties like labels (attached).

Then how to edit the components of the “profile view”?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 3 Replies View Related

AutoCAD Civil 3D :: Create Profile View And Then Modify Label By Overriding Text Components

Apr 22, 2012

I'm attempting to create a profile view and then modify the label by overriding the text components. Unfortunately the profile view bands don't populate the labels until after my command is complete making it not possible to modify them in one command. Is there a way to update the band to have it show the labels?

Civil 3D 2013

View 3 Replies View Related

Revit :: Cutting Face Based Components In Plan View

Nov 4, 2013

The Cut Plane in a Plan View doesn't really represent the cut component but instead some kind of projection.In my case, I use a lot of Face Based Windows and Doors since my walls are often slanted. The Plan View representation of these components doesn't look right. A workaround is placing these components in a Component/Model in Place environment.

View 3 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

AutoCAD Inventor :: Fix Two Components Relative To Each Other

Oct 22, 2012

I would like to find out how to fix two components in an assembly relative to each other, and using VBA.

What I want to do is to build the assembly (which consists of two components A and B, and also other components) and then animate the joint in component B. In order to do so, I have to fix A to B so that A moves along with the joint motion. But my problem here is that the attachment of A to B is not definite - it depends on other components in the assembly, so I cannot predefine a constrain between the two. 

 Is there a way I can easily fix two components relative to each other in an assembly without prior knowledge on how they are positioned relative to each other?

I'm thinking of measuring and then constraining the origins of the two part files in 6DOF, but I'm not sure how i can extract the angle between the axes and then constrain them in the correct way (mating using angles has always been confusing for me).

View 2 Replies View Related

AutoCAD Inventor :: Suppressed Components In BOM

Apr 10, 2012

we are using level of details to suppress few components. when we are trying to take BOM for that level of details. we are getting the suppressed components also. is there any control we can do avoiding that suppressed component. I know if you make the BOM sequesnce to reference that wont come in BOM. but we need that file for other LOD.

View 9 Replies View Related

AutoCAD Inventor :: Re-Using Assemblies As Components

Oct 21, 2011

I use hinges in my door assemblies and they are basically placed into the assembly each time and become flexible so the doors can operate.  The hinges are one size and don't change in any way or shape.  What is the best practice for inserting these hinges into my door assemblies?

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

AutoCAD Inventor :: Missing Components In Drawing?

Apr 9, 2013

I made a simple aluminum frame with clear polycarbonate shields. Somehow, when I put it on drawing sheet, some parts behind the polycarbonate are missing. If i make the polycarbonate invisible, the missing parts appear again. This strange phenomenon started today. It didn't happen before, and no parts were missing behind the clear polycarbonate.

View 6 Replies View Related

AutoCAD Inventor :: Add Components In Sequence For Animation?

Nov 28, 2013

In ipn file, after I created sequence and wanted to add in some more components. When I edit the sequence, I cannot find the place to add the components.

View 2 Replies View Related

AutoCAD Inventor :: Replace Components With Different Internal Name?

Apr 24, 2013

I would like to know if there is any possibility to replace a component with another one, that has a different internal name. Losing the dependencies would be acceptable.

ReplaceReference and PutLogicalFileNameUsingFull always return the error "wrong parameter".

View 5 Replies View Related

AutoCAD Inventor :: Specify Which Template Imported Components Use?

Aug 2, 2013

How do I specify which template my imported components use?

View 7 Replies View Related

AutoCAD Inventor :: FEA Separates Into Independent Components?

Oct 28, 2011

I'm attempting to run an FEA of a preliminary design to isolate the best locations for weight reduction.  When I attempt to do the analysis with convergence criteria of

Maximum number of h refinements: 2Stop criteria: 8%h Refinement Threshold: 0.5
 
I get the following issue:
 
Mesh failed: Face failure: Spar:1Model separates into 36 independent componentsSoft spring was added  Is there anything I can do either model or simulation wise that will keep the model from separating?

View 9 Replies View Related

AutoCAD Inventor :: Fixed Placed Components With One Constraint

Jul 5, 2012

Why can I not constrain placed objects with three constraints? Anything I place constrains with one constraint then is virtually fixed (without being) and cannot even be moved to allow for further constraining.

View 9 Replies View Related

AutoCAD Inventor :: Components Fade In / Out In Studio

Feb 22, 2012

Look at the vifdeo file attached. I have not problem to create one component fade out (from 100% to 0%). But how to show the another component fade in (from 0% to 100%)? Studio does not allow fade from 0% to 100%.

View 4 Replies View Related

AutoCAD Inventor :: Copy Components Inside IAM

Jan 11, 2012

I was using "copy components" inside an .iam without any problem. Suddently, when I tried to copy more instances, inventor was blocked and I was not able to copy anymore components. Then I had to close inventor because it seems to be in a bucle.

View 4 Replies View Related

AutoCAD Inventor :: Add Multiple Virtual Components

Jun 7, 2013

I have a VBA macro that places selected virtual components into an assembly.  I can place virtual components with different part numbers into the assembly with no problem.  When I try to place the second instance of a virtual component with the same part number I get an error.

For example: If I place a virtual component with the part number C123A456 into an assembly it shows in the tree as C123A456:1 If I try to place C123A456 again it errors at this line.

'Add selected line as a virtual part
Set oOcc = oOccs.AddVirtual(sPartNumber, oMatrix)

I can place multiple virtual parts if I append -1, -2, -3 etc to the part number but I would like to let Inventor use the :1, :2, :3 to keep track.

View 9 Replies View Related

AutoCAD Inventor :: How Vector Components Work

May 25, 2010

I am trying to understand how fixed constraint works using Vector Components. It shows inches input, not ft/lbs. What I am seeing is if I put down 1 in in the Y insert and it shows the X and Z are unconstrained. What I am trying to is put on a fixed constraint to one direction which is Y. When I use 1 in for Y, it looks like it is using force of some kind. How this Vector Components work?

View 2 Replies View Related

AutoCAD Inventor :: Saving A Components Selection Set

Mar 8, 2013

I have a selection of various components in an assembly model in Inventor which I want to use to demote. When I click off these components the selection set is lost. Is there a way that Inventor can remember a selection set of components so that I do not have to re-select all the components again ? Similar to the 'select-previous' command in ACAD ?

Product Design Suite Ultimate 2013

64-bit HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
Anthony Goodwin ~ Cad Manager/Senior Designer
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 1 Replies View Related







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