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
ADVERTISEMENT
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
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
Dec 3, 2012
I recently downloaded a .SAT part from 3dcontentcentral.com and i would like to use it in an assembly i am creating. Problem is, once i pulled it into Inventor, I am unable to edit the part to match the dimensions necessary for my assembly. How do i go about editing this part? Is there a way that i can copy the components of the part and paste into a new drawing, save as a normal part, then edit? I have attached a screenshop of the part so you can see the Model tree.
p.s. I would simply redraw the part, however i am having a lot of difficulty getting it to look as i want it to.
View 2 Replies
View Related
Mar 11, 2013
I'm modeling a temperature gauge and would like to have glass over the gauge so the inside is visible. I can easily do this with an assembly, but I'm wanting to do this with a single part. I tried to derive a new part from the assembly, but the transparent part turns solid so nothing inside is visible. Is it possible to do this?
I've include pictures of what I want and what I end up with.
Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit
View 9 Replies
View Related
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
Jun 14, 2013
Assembly comprised of multiple components all derived from the same master sketch "4 Inch Rail Master Sketch"
Using the sketch to drive geometry, using the parameters to drive various extrude lengths.
Geometry changes seem to propogate quite well, while parameter changes do not...is this a bug or am I doing something wrong? Generally have to open each individual part and "edit derived part" to force changes to propgate...
files attached (move end of part marker down for all .ipts).
View 9 Replies
View Related
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
Jun 12, 2012
I have a simple Assembly for a Frame that I made with Frame Generator. I'd like to use a rule to toggle the visible of some of the framing members.
In the sub assembly (called Frame0001:1) I created a rule:
(I have a variable called LeftAngle, and the bar I want to toggle is called Bar1.)
If LeftAngle = 90 then
Component.Visible("Bar1") = False
Else
Component.Visible("Bar1") = True
End If
I am sure this is VERY basic, but I can't get it to do anything. There is no error message - just nothing happens.
I know the rule is running though - it will change other parameters in response to the If Then statement.
View 6 Replies
View Related
May 19, 2013
I have been trying to sequentially show (and then hide) the dimensions for each feature (together with its related sketch dimensions) in a part browser tree.
I can set the visibility for any one of the sketches with e.g.
oSketches.Item(1).Visible = True
oSketches.Item(1).DimensionsVisible = True 'Show sketch dimension
and show the visibilty of the feature dims with e.g.
Set oFeature = odef.Features.Item(1)
oFeature.FeatureDimensions.Show 'Show feature dimension
but I cannot work out how to test which feature a particular sketch is dependent upon. Until I do this the visibiliy
of the feature and sketch dimensions cannot be synchronised.
I expected something like
If odef.Features.Item(1) = oSketch.Parent might work or maybe the Isownedby function but so far I have had no luck with anything I have tried.
View 2 Replies
View Related
Dec 11, 2013
how to turn off the visibility of a specific sketch (ex. base_Sketch) of a certain part in assembly using vba?
View 3 Replies
View Related
Jan 6, 2012
I am patterning a sub-assembly which has a reference part that is not visible in the sub-assembly. I'm driving this sub-assembly with a quantity parameter and when addition instances are created, the hidden part turns visible. I can bring the sub-assembly in multiple times and the parts remains non-visible, however, once I pattern it, the part shows up in all instances except for the original.
View 1 Replies
View Related
Oct 10, 2013
I'm creating an exploded view presentation of a large assembly. I understand that when sequences are created, the parts that are hidden at the time are added to the Hidden folder of that sequence. But since I had to work back and forth between sequences to tweak the order, I want to hide some parts that I just added and that belong to a previous sequence. The part is now randomnly hanging in space when the camera angle is trying to show another part of the assembly. How can I make parts hidden for some sequences but not other? There's no option to hide parts, only to unhide them from the Hidden folder. BTW, using Inventor Pro 2012.
Look at picture to better understand the question.
View 2 Replies
View Related
Aug 16, 2011
I want to be able to hide a part of an assembly in one projected view of the 2d drawing but not all, however when I do so the hidden lines stay hidden lines. They do not change. I know you can change the hidden line properties to make them continuous lines but is there a setting that will allow these lines to change automatically?
View 9 Replies
View Related
Nov 7, 2013
Mirroring a part or assembly in 2014 makes the derived part with all sketches visibility on, nevertheless the original sketches visibility is off.
[URL]....
It makes me sick switching them down.
Is it treatable?
View 9 Replies
View Related
Jan 26, 2012
I am having an issue with a drawing, I have an assembly running in Inventor, the parts appear to be in a transparent mode, it is actually a translation from CATIA V5, everything seems to be ok, but when I open a drawing to create dimensions, only the parts that are not transparent appear in it.
View 4 Replies
View Related
Aug 1, 2013
as you can see from the image, the blue cone isnt transparent. i set the material properties to "clear blue" to make it "see through", i want to show whats under the cone. however the cone isnt transparent. how can i get the cone to be transparent? is there a step im missing?
View 7 Replies
View Related
Jan 20, 2012
How can I make a feature transparent in a single part? Like one extrusion in a part?
View 9 Replies
View Related
Apr 17, 2013
How do I prevent the components beyond the non-transparent walls and roof from showing through. I have double and triple checked the the transparency setting for the walls and roof in 'Override Graphics in View' and they are both set at '0'. Note these specifics:
Walls: Only the window glass shows through.Concrete Roof: Everything shows through as if transparency is set at 50%.
View 2 Replies
View Related
Oct 1, 2007
I'm struggling to hide a piece of such a block (using Visibility Parameter).
View 2 Replies
View Related
Jul 12, 2013
is it possible to use look up tables to get different segments of a part without making a visibility state list that is a mile long. Kind of like a block works (with the flyouts) but using all images and no dimension parameters.
View 1 Replies
View Related
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
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
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
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
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
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
Aug 2, 2013
How do I specify which template my imported components use?
View 7 Replies
View Related
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
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
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