AutoCAD Inventor :: CC Parts Saved As Custom Not Updating Thumbnails?
Mar 26, 2013
When inserting a Content Center part into an assembly as a custom part instead of as a standard one, then opening and modifying the part, the thumbnail for the new file is not updating to show the modifications. In this particular instance: a pipe blind flange with an off-center hole drilled through the face. The thumbnail still shows as the original (and fairly pixelated) CC blind flange. forcing the thumbnail to update?
View 4 Replies
ADVERTISEMENT
Sep 27, 2012
I am trying to replace a custom part - created from a content center part - with a copied part with a different name. (I am using the replace tool in an assembly.) However, Inventor is not replacing the part with the part I pick but rather the content center version of it.
View 3 Replies
View Related
Mar 30, 2012
On the main sheet of my drawing I have the overall Parts List. Shows almost all parts except for the few that we don't want to list. On the second sheet I inserted a Parts List to show only parts that are shown in a detail on that page, made the rest non-visible.
On the main sheet there is an item (#13) that has a QTY of 3. Two of those Three are optional parts. What I'm trying to do is insert a custom part into the Parts List, give it an item number of 13A and put in the description "OPTIONAL", then do an Override in the balloon to show 13A.
I get it in the Parts List, Apply it, close it, save the drawing. Looking at the Parts List, item #13A is there, but item #14 is gone. I go back into the Parts List and 13A is there and there's a blue box around the item # and the description. I uncheck Static Value and number 14 shows up (item # and the description).
Then I go over to sheet two, open that Parts List and it lists 13A at the bottom with all the info I added in sheet one and it's non-visible. Go back to sheet one, open the Parts List and there is no 13A to be found.
View 9 Replies
View Related
Feb 21, 2013
When inserting a content center part for which we have to choose a material, we would like to have a custom material as a default (material with name: "No material selected"). So when selecting no material for this part (for example when the user forgets to select a specific material), the default material (in this case material "No material selected") will be active. In this way, we can see in one view across the BOM which parts have no material assigned yet.
How can this be achieved in the content center (editor)?
Product Design Suite 2014
Inventor 2014, Vault 2014
HP Workstation Z220
Intel Xeon 3.4GHz
16GB RAM
Nvidia Quadro 4000
Windows 7 Professional (64bit)
View 2 Replies
View Related
Feb 27, 2013
When I create a assembly , no problem , If I modify any parts in the assembly , the mods do not translate to the part file Inventor asks if I want to save the changes but nothing happens , everything is in the correct project folder , I have tried everything I can think of .
I have looked at several posts and comes up with a add on called "Feature Migrator" but Inventor must be able to it by itself?
View 8 Replies
View Related
Nov 13, 2012
We have thousands of parts & assemblies, and want to create a thumbnail image of each for use with our production software. Unfortunately task scheduler only exports to solid models, not images. How to achieve this via macros, VB or iLogic. The process would go something like:
1) open (each) file
2) turn 'all work features off' (not essential but it would be nice so work planes don't show up in the thumbnail)
3) go to 'home view'
4) zoom to extents or zoom all
5) 'save copy as' to a set location (not same location as part or assy) with file name of "<PartNumber>.png" (not same as original filename)
6) turn 'all work features on' (if we managed to turn them off)
7) close (and repeat process for the remaining parts & assy's).
View 1 Replies
View Related
Sep 5, 2013
updating the source of a custom table in a drawing. I wrote a design copy rule that takes a template "module" and saves all the files off into the customer's project folder. This latest module has an orientation chart that details the location of key features and is displayed on the drawing. We're driving the chart using an external excel file. I can get the reference in the assembly to update with no problem by just telling the driving rule to look for an excel with matching project and assembly numbers in the same folder as the assembly.
However, when I try and update the reference in the drawing, I can get the "3rd Party" link to change, but it doesn't change the actual link in the table. Here's a pic of the tree and my part of the current code. How can I make it update the actual link?
TryDim oSht As Sheet = oDwgDoc.Sheets.Item(1)Dim oChart As CustomTable = oSht.CustomTables.Item(1) MsgBox(oChart.Title)Dim oChartDesc As FileDescriptor = oChart.ReferencedDocumentDescriptorchartDocName = oDwgDoc.ReferencedDocumentDescriptors.Item(1).FullDocumentNameIf chartDocName.Contains("OrientationChart") ThenMsgBox("The dude contains")End If orientChartName = Left(iProperties.Value("Custom", "OldName"),
[code]....
View 1 Replies
View Related
Nov 25, 2011
I don't understand why my parts aren't updating when I put a hole through them on the assembly drawing? I would expect the part (.ipt file) to get updated with a hole through it when I save the assembly drawing, however it doesn't. Do I have to change a default setting or does inventor no do this?
View 1 Replies
View Related
Oct 2, 2012
I noticed some errors in certain table entries in an i Feature of mine after I had already started creating parts using it. I've updated the table and when I add new instances of the feature to my part they work fine, but the existing instances of it stay the same size. Is there any way to force the existing instances to update?
The i Feature in question is a sketch and I'm using Inventor 2012, if either of those is relevant.
View 2 Replies
View Related
Nov 12, 2012
I have several parts which I wish to modify, but, those modifications are only being done to get some prototypes made. I do not want the changed (non-approved part) to be used in current issue drawings, assemblies etc. until I have proven the modifications and am happy with them.
I can do this by doing a save as on the part and could just replace the previous design, but then I lose the history of changes/revisions shown in Vault which is critical to me and part of using vault in the first place.
View 3 Replies
View Related
Nov 19, 2012
I'm using Inventor 2011 and when I go to change parameters using iLogic in an assembly model, (sometimes it is a component suppression, other times it is an iPart component change) it won't update the associated drawing file. I need to go into the BOM on the drawing and renumber the balloons, or change something else in order for the custom iProperties to update in the drawing template. If I just change the iPart component, then the BOM doesn't need to update making the renumbering of balloons redundant.
I'm using iLogic to update all of the iProperties and component references, then reattach balloons. What I would like to do is automatically update the custom iProperties drawing template fields, and renumber the drawing BOM.
View 2 Replies
View Related
Apr 11, 2012
In the attached file there are two custom iProperties that cannot be perminantly updated nor deleted. The iProperties are "size" and "purch_qty". These iProperties were created and set using a custom macro but they are of course accessable via the standard iProperties dialog. I can change the values for these particular iProperties but as soon as I save the file they revert back to their original values. Same goes for trying to delete them. All other iProperties, custom and otherwise, seem to behave normally.
The sketch in this file originated with a 2D DXF file for a vendor supplied aluminum extrusion quite a few years back. The original file has been copied (save-as...) to about 20 different files over the years. The iProperties in question were added years after most of the files were created, Each file is exibiting the same problem. These files are used in a LOT of assemblies. The thought of recreating all these files from scratch and updating the assemblies is not very inviting.
No other IPT files seem to be having this issue.
Inventor 2012 SP-1
Acad 2012 SP-1
Vault 2012 Update 1 Hotfix DL18480860
Windows 7 Pro 64-bit SP-1
Quad core Xeon 2.26GHz 12 GB
Quadro 4000, 7936 Mb, driver 8.17.12.6570 (265.70), Dual Monitors
SpacePilot Pro, driver 3.3.107.0
View 3 Replies
View Related
Feb 20, 2012
When inserting parts from CC, by default As Standard is chosen, but I always need As Custom, so I can choose where to place the files. Is it possible to make As Custom default option?
View 2 Replies
View Related
May 1, 2013
I am looking for a way to miter two pieces of rectangular hollow section.
I have placed the parts from the content center as custom parts, now I am looking for a way to perform a miter on the them where they intersect.
I am aware I can perform the miter if the sections had been created through frame generator but I was wondering if miter could be used outside the fg environment.
View 7 Replies
View Related
Nov 8, 2013
I've created a folder on our server that contains commonly used parts by several users. My thought was that by referencing this folder as library in their projects, they wouldn't be able to change the parts. I could also build assemblies referencing these common parts so they wouldn't have to be copied into each project folder...
During the save option in their assemblies, the parts show up as NO (in a library), but this can be bypassed by "YES TO ALL".Is this not the right process for setting up a custom part library?Also, the users are experiencing some lag issues... Could this be the reason?
View 4 Replies
View Related
Aug 8, 2013
I have a lot of custom libraries for purchased items for my projects. When I bring them into my assemblies I cannot turn on or off surface planes or make any changes.
I get the message that the file is not checked out to me. How can I make it so they are always checked out to me. The libraries are mine on my system.
View 9 Replies
View Related
Jan 16, 2012
I am trying to add a custom iProperty from my assembly to the drawing parts list. According to the help wiki, I'm supposed to click Column Chooser > New Property > Custom Properties List (click here to see the relevant wiki page--also see the attached screenshot called Custom Property Help.png).
When I click on new property, there is nothing about Custom Properties List.
View 2 Replies
View Related
Apr 4, 2013
how to copy parts from the existing CC to newly created custom folders within the CC. We are now just starting to look into which parts we want to be in our custom folders moving forward.
Once we copy them over, the plan is to change the descriptions and possibly some dimension values. Because we are in the early stages of revamping our companies part number scheme the thought was to keep the out of the box P/N's currently showing in the family table of these parts. Some of these parts have already been used as "Standard" (not custom) from out of the box in the CC and these said parts have already been checked into the vault. If we are not changing the part numbers in the copied parts family table, is this going to create errors when checking these copied parts into the vault? Part of me is saying I am going to get the "This part already exists in the Vault" error message being they are standard parts But, the other part of me says technically they are different so maybe this wont be an issue. I am looking for confirmation of this.
I also would like to know if it is possible, when you have two separate custom folders in the CC can you copy the same component into both folders changing only slight things.
Inventor Suite 2012
Windows 7 Professional
Intel (R) Xeon (R) CPU 3.47 GHz
12.0 GB Memory, 64 bit OS
View 3 Replies
View Related
Feb 3, 2012
I have created a custom library (custom content center), and that went fine. All I done was copy a family of RHS from the desktop content center into my custom content library. I then created a small test assembly with frame generator to see if I could use my custom library. It worked fine BUT when I place it into a drawing and create the parts list, the parts list shows all the info in an order that is no use to me. (see attached *SNIP A*)
What I would like is that when I use frame generator along with my custom library, then take it into a drawing, the parts list needs to look like the attached file (see attached *SNIP B*).
So really, I want the "Unit QTY" to vanish, I want the "QTY" to show the Quantity of that part within the assembly, I want the "stock Number" to vanish and I want the description to show the size of the member (what the "stock number" currently shows) along with the length of the member.
Now I know I can edit all this for each part within the parts list BUT I need the parts list to show this info EVERY time AND automatically.
View 9 Replies
View Related
Nov 21, 2013
I'm having a bit of trouble creating a new parts list style. I really want to have two styles to choose from in all three of my .idw templates. I understand how to create them but I can't save them to the library.
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 4 Replies
View Related
Mar 28, 2012
I go to the Parts List, Insert a Custom Part, click Apply, Click Ok and nothing shows up. I go back in to Edit the Parts List and the Custom Part is not there at all.
View 4 Replies
View Related
May 28, 2012
redirecting T&P and Frame Gen parts and assemblies to custom folders, changing folder structure from default to custom.I find default folder structure too complicated and want to simplify it.Also, when copying design, I get a message about folder paths being to long and I am unable to execute Copy Design.
View 5 Replies
View Related
Sep 10, 2013
when i create an ipart with an custom parameter column, the files are created in the workspace. Is there any way how i can change this location?
Many parts are piling up in the workspace.For example to the library (like "normal iparts" do) or to a folder in the workspace (workspace/ custom_ ipart_ folder)?
View 1 Replies
View Related
Feb 28, 2013
I am having trouble with mass prop exporting to sheemetal parts. It did work for 2012 now its not happening iv2013. service pak 1.1
View 1 Replies
View Related
Mar 13, 2013
I am working with several drawings that were created, I believe, using Inventor 2011. I am currently using Inventor 2013. I noticed some views do not show the outlines of custom parts created using Content Center. And it's only some of the parts within the view. The outlines of parts created the same way show up correctly. The B.O.M. structures for the parts are set to Normal. I toyed with the Drawing View Settings' Display Options with no avail. When the Drawing View is set to Hidden Lines Removed, the part doesn't appear at all. When I select the shaded option, the part appears, but there is still no outline.
Along similar lines (no pun intended), sometimes the outline extends beyond the actual part location. For example, a pipe that is 24 inches will show up in the drawing view as 72 inches. When the shaded option is selected, the part appears correctly, but the outline extends beyond the shaded area.
View 8 Replies
View Related
Aug 21, 2012
I am trying to create/publish custom shapes into Content Centre and for use in Frame Generator. I can create the i-Part and configure the parameters I want to enable different sizes - no problem. However when I go to "Publish Part" ()
I get the following error.......
do I need to save the ipt file in a different location? What dependencies are there? I get the same result if I follow the Inventor tutorial using the brace.ipt part....
View 2 Replies
View Related
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
Mar 10, 2011
Updated from X3 to X4, did you notice, or can you, keep all your older libraries, transitions, effects, templates, etc. from X3 into X4?
I know in previous updates all installed items did not migrate to the newer version. Wishfully hoping X4 will migrate from X3 vs another "Fresh" install.
View 14 Replies
View Related
Dec 2, 2013
I have a set of drawings with a large number of sheets. I need to do a mass edit of the properties for each sheet (for example update the revision number, date, checked/design/approved/drafting initials, description). The updated properties are largely similiar.
Is it necessary to update each sheet's custom properties individually, or is there an easier method?
View 2 Replies
View Related
Jul 15, 2013
I'm trying to customise my drawing templates to keep them up to date and also include accountability.I seem to be having trouble in including the name of the person who has last saved the model, and the date the model was last saved.
Manually including this information isn't ideal as people will forget, and it makes it harder to trace revisions.I can't see anywhere on the iProperties where the 'Last saved by' feature is available, but I thought maybe the information could be pulled from the username from the application options?
The last saved date should be easy, as there is a modified date in the model's iproperties; however, I cannot pull this information.I have used other cad packages in the past and this was never an issue. With all the customisation of Inventor, I thought this would be relatively straight forward.
View 3 Replies
View Related
Jan 17, 2014
I have a big custom swatch library that I'm continually making additions and corrections to. I have it set as persistent, and the library works fine, but it doesn't update when I make changes to it. As far as I can tell, it's still stuck at the point where I upgraded to CC a few months ago. I've tried unchecking persistent, closing the library and Illustrator, then reopening and reinstalling the library, and it's still reverting to the old version.
View 2 Replies
View Related