AutoCAD Inventor :: Unlock And Design View Reps?
Nov 27, 2012
I have a assembly with several locked design view reps.
I insert a couple of new parts to assembly.
Now, do i have to manually unlock each of the design reps to have these new parts visible in the each of then design view reps?
If yes, any macro or ilogic tool to do this?
C1
Inventor Professional 2013
Vault Collaboration 2013
View 4 Replies
ADVERTISEMENT
Dec 19, 2012
ILogic code ,I have had some code done to isolate selected parts in a assembly file that has a specific custom property filled in i.e. : DESC2.It then creates view reps and locks down giving the rep name the same name as part.
What I am after is some code that will place these isolated view reps as views on my dwg that the assembly resides in.With the functionality of picking face to show plan view of parts.
View 3 Replies
View Related
Oct 23, 2012
I've had this issue now for quite a while. Seems to only happen with wires that are made in the Cable & Harness module. And the odd part is that not all wires do this and not all View Rep/Detail views do this.
Regardless of wether I have a wire visible or not in a locked View Rep it still shows up in the Detail View on the .idw. And yes, I have the 'associative' check box checked.
I've unchecked the check box, nothing. Rechecked the box, nothing. Updated the views individually, nothing.
View 3 Replies
View Related
May 20, 2013
Can I have an assembly cut and make a couple of view reps or level of details so that one has the assembly cut and one does not.
View 5 Replies
View Related
Jul 10, 2012
When placing or creating a new part in an assembly it is visible in every view rep which is a huge pain the proverbial.
Is there a setting to tell Inventor to only make newly inserted/created parts visible in the active view rep.
I am so tired of having to go through all my view reps every time I add a new part to an assembly.
View 4 Replies
View Related
Jun 8, 2012
I have a part in which one of the folds needs to be done at assembly and not during manufacturing of the other bends.
Is there a way I can show this so that the manufacturing print sees exactly what they need to do and nothing more but then on the unit assembly the assemblers see that the unfolded tab needs to be folded down?
Can this be done all in one part file?
View 4 Replies
View Related
Jun 27, 2007
is there a way I can "Unlock" my MASTER view in representations. I keep having to create new views as the MASTER is locked and for some reason I can't unlock it.
View 4 Replies
View Related
Mar 30, 2012
Ok I am struggling with this again. Some how when my assembly was made I had several work planes visable on several subassemblies. No big deal, I will just go to the subassemblies, turn them off and save them and all will be fixed right? Wrong, the assembly still opens with the work planes showing. So I expand the subassemblies and turn the visability off in the top level assembly. Now when I attempt to save the assembly I am told that the master view is locked and I need to create a new view. But I don't ever want all the work planes on and I don't want to create a new view because that leads to not being able to save a linked assembly or drawing if the wrong thing is open somewhere.
How do I unlock the master view to be able to save it with the planes turned off?
View 9 Replies
View Related
Sep 27, 2013
After upgrading to Inventor 2014 we notice that the graphics do not work properly, and that the overall performance in drawings and modelling bad compared to 2013. Then we installed SP1 and now drawing views are disappearing, however when we select "shaded" view the view reappears and works perfectly..
Any workaround regarding disappearing views?
View 3 Replies
View Related
Apr 12, 2012
I'm having a problem with getting design views to show up properly in idw's. I have turned off visibility in the model of the parts and patterns that I don't want to show. When I insert a view into an idw using the design view, the patterns are still visible. Take a look at the screen shots. I have patterned hardware and idlers and they are not visible in the model, but they are in the drawing view.
View 6 Replies
View Related
Nov 9, 2005
Can you edit a drawing view of an assembly and change the Design View via the API?
View 9 Replies
View Related
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
Nov 29, 2011
I know this wasn't possible in the past (and probably still isn't now) but does any trick or something to only get the qty/parts used in a certain design view rep.
We are starting to do work orders (routings) with parts lists for ONLY whats used in that step in the process. Having to manually count screws,etc.. seems silly now.
Design view reps works excellent for showing the assembly process of a product but the parts list (even filtered to that design view rep) shows the total quantity of each component..not just the count in that design view rep.
Any possibility of doing this with ilogic or something?
2014 Product Design Suite Ultimate
Windows 7 64 bit
90G OCZ SATA 3 SSD (My SSD is faster than your HDD)
Core I7 920 processor, ATI HD6970 graphics card, 12G Corsair RAM
View 3 Replies
View Related
Aug 21, 2013
I am working on some codes that let me make some change on visibility of occurrence. So I am I main assembly, and 3 occurrences of the same sub-assembly. The sub assembly was saved on a design view named hole that is hiding some occurrences.
if I work with one of those sub assembly (checkOcc as component occurrence)and then I try this:
Debug.Print("Occurence name: " + CheckOcc.Name)
Debug.Print("Is DRV associative: " + CheckOcc.IsAssociativeToDesignViewRepresentation.ToString)
Debug.Print("The Active DRV is: " + CheckOcc.ActiveDesignViewRepresentation.ToString)
CheckOcc.SetDesignViewRepresentation("Default")
Debug.Print("Is DRV associative: " + CheckOcc.IsAssociativeToDesignViewRepresentation.ToString)
Debug.Print("The Active DRV is: " + CheckOcc.ActiveDesignViewRepresentation.ToString)
The first time I check for the name, the result is empty, but is should hole as it's what I can see in the browser. then I change it to default.The result of that, the representation views disappear from the browser for that occurrence and still, the name is return as empty...then I carry on with turning on the hidden occurrences.
objCol.Add(checkocc)
dv.SetVisibilityOfOccurrences(objCol, visibility)
The result, all the hidden occurrence appear ALSO on the other subassemblies... It look that it's affecting all the Designview of all occurrence of that name...then, if I try the reverse, by turning it off... the switch off on the other occurrences but not the one that is checkoff!!
View 1 Replies
View Related
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
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
May 7, 2012
How can I Unlock the Design View Representation?
View 5 Replies
View Related
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
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
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
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
Jul 8, 2013
I can find a method to copy a Design View to a Level of Detatil (DesignViewRepresentation.CopyToLevelOfDetail)
But the opposite way (i.e. LevelOfDetailRepresentation.CopyToDesignView) doesn't seem to exist - it is possible in the GUI.
Will I have to traverse the complete structure and set visibillity one by one to obtain the function then? Or are there a better/faster way to go?
View 3 Replies
View Related
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
Apr 29, 2011
Where did the Design View Representation Icon go in 2012?
View 8 Replies
View Related
Oct 19, 2011
I have a main assembly with two major subassemblies with one of them I want the representations to be set as Defualt instead of master but when I do this and change the size of my parts Inventor crashes, if I leave it set to master it works fine but parts with visibility turned off still show in the iam and dwg files. If I try to change the representation after changing dimensions Inventor also crashes. I can individually open the sub assemblies and everything works fine.
View 1 Replies
View Related
Aug 26, 2013
I have an issue with Shrinkwrap/Derive when using a Positional Rep.Open the derived part and try to change it to the "work" positional rep.Everything appears to work fine in the "master" rep.I have this problem in a few of my assemblies and was able to track it down to the positional rep usage in the derived part.
View 8 Replies
View Related
Oct 1, 2012
When creating positional reps in Inventor 2012 SP1 it rounds them to a 3 place decimal. So If I want the constraint to be at 1.1875 it rounds it to 1.188. Is there anyway to change this to 4 place decimal?
View 3 Replies
View Related
Mar 6, 2012
Is there a way to have the parts list filter to show only the visible parts from the view representation, especially the quantities? I thought that was what the filter is for. And if not then what is the filter used for?
IV 2012 sp1
View 1 Replies
View Related
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
Oct 9, 2013
I wanted to use the program to design a robot for our school vex competition. Vex has provided cad files for all the parts. So, how i can import the seperate parts into one design. I can only open each part individually but cant find a way to combine them so can assemble the robot in one design.
View 2 Replies
View Related
Jun 17, 2013
Just got upgraded to version 2013 by IT. Seeing that AD still can't maintain consistency from vers to vers. This version replaced 'Color Styles" with 'Appearances'. But, not just appearances, you have Document Appearances, the Autodesk Material Libray, the Autodesk Appearance Library, and the Inventor Material Library.
Why would the Material libraries show up when clicking the Appearances button when there is another button right beside it to get to Materials.
I mean, who is really going to use several dozen different types of flooring. And why is some metal in the metal category and some in default Category. And then some is in the metal Type and some in the generic Type. Is there really a need for two fields for organizing 'appearances' ? If this were a graphical design program I couls see some of this but it is a cad program. Seems like a case of trying to tailor one product to too many markets.
To the question. How do I unlock the Autodesk Appearance Library so I can get rid of all the junk I don't need and add some really obvious ones that are not there.
View 2 Replies
View Related