AutoCAD Inventor :: Drawing View Of Representation Still Shows Assembly That Is Turned Off

Nov 29, 2011

Trying to do two variations of an assembly using representations.  I turned sub-assemblies off in different representations by unchecking "visibility."  I can switch back and forth between representations in the assemby and the sub-assemblies go on and off, but drawing views where I've selected a given representation still show the "invisible" assemblies.

Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7

View 6 Replies


ADVERTISEMENT

AutoCAD Inventor :: ILogic For View Representation Of Part File (in Assembly)

Apr 17, 2012

I have received a great solution from Bobvdd allowing ilogic control of the view rep in a part file (not an assembly file). The code below works brilliantly when the part file is the active document. However when the part is placed in an assembly and the ilogic is run with the assembly active, the code produces no result. How to modify the top 6 lines of code?

Dim oApp As Inventor.Application
oApp = ThisApplication
Dim oDoc As Document

[Code]....

View 2 Replies View Related

AutoCAD Inventor :: Drawing Based IPN Shows Trimming Surfaces Even Visibility Is Turned Off

Oct 1, 2012

Drawing based on .ipn shows (should not show) surfaces used to trim, even their visibility are turned off.

Drawing is normal if based on .iam.

Only one part of the assembly is the problem. Other parts, also with trimming surfaces, are shown normal.

Please see images in .pdf attached.

View 2 Replies View Related

AutoCAD Inventor :: How To Set Representation View For Part In Drawing

Oct 13, 2013

If you've had to use  different design view representation of the same PART on a drawing in multiple Views at the same time, you already know that whenever you suppress completly a feature, the representation loose the condition stated in the model view and if the suppressed feature is reactivated, it then appear in all view. You have to right-click on the view and select "Apply design View" to reset it, or re-select the design view representation in "Edit view".

Recently I faced a case where i had to build a iLogic multi-body part representing a crate made of either sheet or bar, with a removable top and variable solid for top, sidewall and base, driven trought a in-drawing form! Reason being the customer wanted a easy, useable model for the shipping clerk to generate a custom crate drawing for the crate contractor, therefore freeing precious time for the drafting departement. Usually I would have used occurence visibillity from a assembly, but the document management part of the deal, was too much for the computer illiterate user... So, off i went creating a multi-body part, only to face the aforemention problem with view changing representation due to complete solid suppression.

So here's How-to Set representation view for part in drawing:

The trick is to set every view to it's representation by using the edit window interface code.

The iLogic line to set a View to a specific Design View Representation:

ActiveSheet.View("1").View.SetDesignViewRepresentation("View5", False)ActiveSheet.View("1").View.IsRasterView = FalseThisApplication.ActiveView.Update()

 I use this code in "IF" statement. You must repete the code for each view, removing the "Raster" line force a raster only reaction on the view, and the update must be placed after each view, otherwise it only update the last one.

Example:
If TYPE_COUVERCLE = "AUCUN" Then

ActiveSheet.View("2").View.Suppressed = TrueActiveSheet.View("1").View.SetDesignViewRepresentation("View5", False)ActiveSheet.View("1").View.IsRasterView = FalseThisApplication.ActiveView.Update()ActiveSheet.View("3").View.SetDesignViewRepresentation("View2", False)ActiveSheet.View("3").View.IsRasterView = FalseThisApplication.ActiveView.Update()ActiveSheet.View("4").View.SetDesignViewRepresentation("View1", False)ActiveSheet.View("4").View.IsRasterView = FalseThisApplication.ActiveView.Update()
Else If TYPE_COUVERCLE = "CONTREPLAQUÉ" Then

[Code]...

I'm telling the model that the disapearing element "TYPE_COUVERCLE" is driving the representation, only when it change does it fix the view, regenerating or changing the Design View Representation (the TYPE_SIDE and TYPE_BOTTOM are always active or always suppressed in their respectives views, therefore not influencing their respective appearance in other view). If you had multiple dissapearing solid or feature you would have to build a similar code for every one of them...

View 1 Replies View Related

AutoCAD Inventor :: Assembly View Shows Up As Monochrome

Oct 26, 2011

Recently I have had two assemblies change at random times to a monochrome color and I cannot change them back to their respective colors.  I can open sub-assemblies and they show as the correct color but when I close them the main assembly and the recently open sub-assembly go back to monochrome.  When placed on a drawing sheet they appear the correct color on the screen and printed in color.  The Visual Style is Shaded With Edges.

System:

Intel Core T7700 @ 2.40 GHz
8 GB RAM
250 GB SSD
NVidia Quadro FX 1600M

View 6 Replies View Related

AutoCAD Inventor :: 2013 - Drawing View Is Missing But Preview Shows It

Oct 31, 2012

I have a drawing that I created (.dwg) in Inventor 2013 that, when opened, is completely blank.  However, when in the File>Open dialog box, I can click on the name of the drawing and the preview shows the complete drawing with all views fully dimensioned.  I closed Inventor, laucned AutoCAD and tried opening the same file and it was still blank (no views).  I then closed that file and open the old version of the file from the, "OldVersions" folder with Autocad and all the views and dimensions were there.

So I launced Inventor again and reopened the offending print and noticed that the model is not shown in the drawing's model tree.  I'm 100% positive that I did not delete this model/view from the drawing before saving the file.  This is a small drawing and it will only take me a few mintues to recreate it.

I'm using Inventor 2013, SP1.1

Windows 7 64 Bit
Dell M6600
Nvidia Quadro 5010M

View 4 Replies View Related

AutoCAD Inventor :: Create An Assembly With Representation

Oct 20, 2011

I am trying to create an assembly with different representation. let me take a small example and explain. I am trying to create an assembly with say 2part. 1. A circular base plate of 6in dia (An assembly by itself in my case). 2. A plate on top of that say 4in,3in, 4,5in. 

in one representation I want to have the base plate and 4in plate on top with say 0.2in holes going all the way through on 1in bore circle. 

In another representation I want to use the same base plate with 3in plate on top with 0.2 in holes on 1.5in bore circle. When I am creating an extrusion in one representation view it is still showing on the other representation too.

I want to know if there is a way to turn off the feature (representation wise) so that when i turn on the 4in plate i can see the 4in holes and when i turn on 3in plate i can see the 3in holes.

I don't want to have multiple ipts for the base plate as i am dealing with an assembly for the base plate. the only difference is the locations of the holes for different top plate. I want to create just one top level assembly.

View 1 Replies View Related

AutoCAD Inventor :: Placed View Of Assembly In IDW Drawing - No Dimensions

Sep 21, 2012

Recently when I have placed a view of an assembly into an idw drawing, then try to dimension distances between parts it gives me strange looking dimensions, or no dimensions at all.  It looks as though the dimensions are going from the edges of each part at different angles, when I want them to be parallel to the view.  I just want the dimension from a line to a line in that view as though it is 2d, but it is acting like it is still in 3d. I do not know if their is a setting that will change this or not.

I attached a screen shot of what the dimensions look like.

View 6 Replies View Related

AutoCAD Inventor :: Display Only Portion Of Assembly In Drawing View?

Jan 10, 2013

Is there a way to have a view in a sheet that displays a few specific components of an master assembly? There is a motor/gear-box assembly within my master assembly that I don't want to make a separate assembly for BOM purposes, but I want a .ipn view with the motor/gear-box "assembly" exploded. I tried making everything else in the master assembly "not visible" for the particular .ipn view, which works fine, but if I add or replace anything in the master assembly, those additions appear in the motor/gear-box .ipn and screw up the view.

I could just make a whole new assembly for the motor/gear-box and use that for the exploded view, but I would rather the view update to reflect slight changes I make in the motor/gear-box "assembly" from within the master assembly.

So can I create a .ipn view and say, "I want these particular components of an assemly to appear in this view but nothing else"?

View 5 Replies View Related

AutoCAD Inventor :: Derived Part From Assembly In Position Representation?

Jan 30, 2013

I have found an strange behaviour of derivin part from assembly when position repre is used.

There are lost or moved some part. It seems that this is another bug in Inventor 2013SP1.1. 

View 1 Replies View Related

AutoCAD Inventor :: Hidden Lines Of Specific Parts In Assembly Drawing View

Oct 24, 2011

Is there a way of using Ilogic to make hidden lines of specific parts in an assembly drawing view visible? If a part with hidden lines showing is suppressed and then unsuppressed the hidden line option becomes unchecked, therefore I need a way of rechecking this option through code?

View 2 Replies View Related

AutoCAD Inventor :: Design View Representation

Aug 2, 2004

how do i unlock a design view representation when i can't find where it'slocked. I looked in the design view and i don't see a locked version, viewis listed as "none".

View 6 Replies View Related

AutoCAD Inventor :: View Representation Order

Aug 30, 2013

I'm working in ancient Inventor 2009 and I'm using view representations for all of my .ipn levels. I've accidentally skipped one step and would like to put it in the middle of the others. Is there a way to re-organize the representations. I've attached a picture. I need to insert a representation above the check marked one.

View 5 Replies View Related

AutoCAD Inventor :: View Representation Updates

Apr 30, 2012

I used to use "Level of detail" to hide components etc for detailing purposes. I now use "Representations" among a few customised views, I have a set search for fasteners.

Question: Is there a way to automate the search (Saved search) and then switch off the visibilty of the items? Preferably some iLogic code?

I have to run the search quite a few times during the design/detailing process, and sometimes things slip through the cracks, esp when I change fastners. (Note, All the fastners are extracted from the CC and saved with a new name and details.) It would be great to just run a rule.

Autodesk Product Design Suite Premium 2014 SP1 Build 222
Intel Core i7 (950@3.07GHz)
Windows 7x64 (Home) - 12GB Ram
Nvidia GeForce GTX 560 Ti (1Gig - Ver:331.65)

View 5 Replies View Related

AutoCAD Inventor :: Unlocking View Representation

Sep 19, 2011

I've looked and saw quite a few messeges on the same topic but couldn't find some good resolve : I'm in an assembly, trying to hide/supress some component, and it keeps saying that the view is locked (I do see "lock" logos on all the views) and I should unlock it or create a new one, which I don't want - I want the changes to be on the main "master" view)

How do I "unlock" or resolve it?Right clicking on the view doesn't give me any option to unlock it..

View 9 Replies View Related

AutoCAD Inventor :: How To Change Representation In New View

Nov 2, 2011

So after creating a bunch of assemblies with associated presentation and drawing files I was told that each assembly needs multiple representations for different part colors. I would like to be able to change the representation view of my assembly (i.e. from 'Master' to 'Black') in the presentation file I've already made and have the colors update here and in the associated drawing files.

PS - I do know how to change the representation in a new view. So...hindsight 20/20.

View 7 Replies View Related

AutoCAD Inventor :: Send Custom Properties From Selected Assembly View In Drawing To All Parts

Nov 4, 2013

I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.

Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)

[code]....

I have the rule "SEND TO PARTS" in my assembly but i have this error message

MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))

View 8 Replies View Related

AutoCAD Architecture :: Create Layer That Is Turned Off In All Drawing View Ports And Tabs

Jun 28, 2011

I have several paperspace tabs on my drawing. When I create a new layer on the drawing, I have to go to every tab and viewport to turn on or off the new layer. Is there a way to create a layer that is turned off in all the drawing viewports and tabs. Then, I only have to go to the paperspace tab and viewport I want the layer to be seen and turn it on.

View 1 Replies View Related

AutoCAD Inventor :: Parts List Per View Representation?

Oct 3, 2012

I have a model of an enclosure created using Frame Generator.  I create a View Representation of each wall and the roof in order to create the fab drawings. Is there a way to create a Parts List ONLY what is visible in a particular View Representation?

Office Laptop specs:

- Inventor Professional 2012 (Autodesk Product Design Suite)
- Dell Precision M6600
- Intel i7-2960XM @ 2.70GHz
- 8GB RAM
- 128GB mSATA SSD (main)
- (2) 750GB drives (non-RAID)
- touchscreen display w/ pen
- Windows 7 Ultimate

Home Laptop specs:

- Dell XPS 17 (non-3D version)
- Intel i7 2nd gen
- 16GB RAM
- (2) 500GB drives (non-RAID)
- touchscreen display
- AutoCAD Mechanical 2008 (Retail License)
- entire Audodesk product line (Student Licenses)
- Google SketchUp 8 (Retail License)
- Blender
- Cinema 4D
- various other design software packages

View 1 Replies View Related

AutoCAD Inventor :: Design View Representation - Add Using IMates

Jun 17, 2013

Is there a secret to having the Design View Reps stay on the right settings when using Occurrences.AddUsingIMates? I've got a master top level assembly that I'm bringing other iLogic modules into by using an iLogic form in the master top level assembly. The form calls a rule that makes a copy of the module assembly in the same file location as the master TLA. It then adds the module TLA  to the master TLA using iMates, and calls an external rule to copy all the sub files from the module into that file location and replace them in the module TLA. The user then calls the module's configuration form using a button on the master TLA's form. 

I've been using a line of code to set the DVR back to default and associative for the module, but now that has stopped working and it immediately goes back to Master after running the rule, or even if I try and set it by hand. But if I bring the same module in and place it using the Place button, it comes in correctly. I've even added a NameValueMap for the DVR optional argument on AddUsingiMates and that hasn't work.

View 2 Replies View Related

AutoCAD Inventor :: Multibody Part View Representation?

Sep 11, 2013

For some multibody parts I use view representation in order to show for example one or more bodies only. For that I  lock the view  representation. Usually I have more than 3 of them. The part can have different configurations. The problem is that when a new solid is made, it will be visible in the locked view representations also. I thought the lock option should work in the same way like for assemblies, because if you lock the view in an assembly new parts wont be visible.

AIP 2014
Windows 7 x64
Dell Precision T7400 Intel(R) Xeon(R) CPU X5472 @ 3.00GHz (4 CPU's), 8Gb RAM, NVIDIA Quadro FX 5600 1536MB GDDR3

View 5 Replies View Related

AutoCAD Inventor :: Design View Representation Is Locked

Jul 30, 2012

I have a message pop up when i am trying to save an assembly. it is:

'The current Design View Representaion is locked. Changes againstit will not be saved. If you want to keep those changes please create a new Design View Representation or unlock the current one.'

View 1 Replies View Related

AutoCAD Inventor :: Representation View Lock Gone Automatically

Sep 14, 2011

I've noticed in inv.pro.2012 that after properly locking the link with representation view in idw, saving the files, and then after replacing a part in iam, some of my links in idw views are again unlocked (and I hope you know what that means for the drawing itself). I never had it in inv.pro.2010 and earlier versions.

View 5 Replies View Related

AutoCAD Inventor :: Design View Representation Locked

May 7, 2012

How can I Unlock the Design View Representation?

View 5 Replies View Related

AutoCAD Inventor :: Locking Design View Representation

Aug 5, 2010

What associative links are removed when locking a design view representation? Hopping IV 2012 will have representations working the way they did back in IV 2008, my BOM'S and views both played together quit nicely when creating installation drawings.

IV 2010 64bit

View 7 Replies View Related

AutoCAD Inventor :: Reassociating Design View Representation

Apr 20, 2013

I created a presentation with my assembly, when I modify a parts colour in Assembly environment its automatically changing in Presentation environment. (initially I make them Associative). But if I clear the override it automatically unassociates the design view representation. (check the image below) Is there an option somewhere to reassociate it?

View 2 Replies View Related

AutoCAD Inventor :: Design View Representation - IPT File

Apr 7, 2013

I saved correctly in the file .ipt the view representation of a very simple part.

One is the view form the top and the other one is the view from the bottom.

When I try to put these two different views into the drawing, the view is the same, and it depends what is selected on the right of the windows.

View 4 Replies View Related

AutoCAD Inventor :: Missing Design View Representation From 2013

Jan 8, 2013

My company have recently upgraded from Inventor 2010 to Inventor 2013, on the whole I like it a lot better but there is one feature I can't find or Autodesk have removed. I have attached an image of what I mean if I haven't explained it very well but on the browser bar there used to be a drop down 'design view representation' that you could change back to 'master' quickly. I found this very useful as I often use the 'visible' tool to hide parts then want to unhide them all at once. Is there another way of doing what I want or does this tool exist hidden away somewhere else?

View 3 Replies View Related

AutoCAD Inventor :: View Representation Parts List Error

Sep 4, 2012

issues with parts lists generated from View representations?

This is weird but my parts list generated from View representation seem to be not accurate, when I take two assemblies that I need to create BOM for, and drop them into a new assembly, then create parts lists, its different from BOM generated from representation view that has too high numbers.

View 6 Replies View Related

AutoCAD Inventor :: Design View Representation Incorrect Display

Apr 20, 2013

I have a client that is having difficulty with Design View Representations. He has approximately 15 view representations, each having items in different states of visibility. The icons display the modes of visibility correctly, however, there are no objects visible in the graphics window at all. Additionally, the option, "Find in Window" is missing when right-clicking on visible objects. Only when he copies the View Representation over to a LOD, and then saves that back out to a VR, do the graphics in the window appear correctly. Then the Option, Find in Window shows up and is available.

View 1 Replies View Related

AutoCAD Inventor :: Where Did Design View Representation Icon Go In 2012

Apr 29, 2011

Where did the Design View Representation Icon go in 2012?

View 8 Replies View Related







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