now a have a typical error to insert in my assambly a item from my content center, reciveing a erro like "unable to create component", i´m looking for a solution inside forums and find a solution but didn´t work for me, the solution watched and did for me as deleted of the content folder "CACHE" in my computer C:/....all users/inventor..../cache.
I use AI2009 with SP1.
What can i do, delete all families from content center and upload again?
Today, all of a sudden, my coworkers and I cannot place standard parts from our content center (there are only three of us). We are not using Vault - but we have set up our Content Center to access a network location:
N:StandardsInventorContent Center FilesLibraries
This has worked for months ever since we set it up. Problems just started today for all of us. Parts that DO work are parts that you have to tell it an extruded length (like structural steel or tube/pipe). Nothing else will work (fasteners, pipe fittings, shaft collars, etc).
Interestingly, if I select to insert the part "as custom" instead of "as standard", all parts work like they should.
For the parts that do not work, I can navigate through all of the menus to select parts, but instead of getting the "Save As" dialogue, I get the "Unable to create component" error message.
I am attempting to modify a component that I already have. Part of the modifications I am attempting to do involves mirroring some of the part's features. However, when attempting to mirror the component I receive the error message attached to this post: "Select set contains object that cannot be patterned". I have been fooling around with this part and a few others and this appears to be an error message that comes up for mirroring or patterning (circular/rectangular) complex shaped parts. What specifically is the issue here and how can I bypass this error message?
I am using Windows 7 64bit and Inventor 2012 SP1 (Build 190). When placing a new content center item an error message of "Unable to place component" is reported. Content center was working previously.
I determined the problem resulted in using a custom Date format in the Windows Region and Language setting. To duplicate go to Control Panel -> Region and Language ->Formats Tab -> Additional settings button -> Date tab and change the Short date format to a custom format (I was using ddd M/dd).
To fix simply reset to a standard date format.
Note that this can be done whilst Inventor is running and I have have submitted a bug report. None of the standard date formats resulted in errors. I have tested "ddd-dd/M", "ddd/MMM/yyyy", "yyyy/MM/dddd", and "yyyy-MM-ddd" and all resulted in an error. "yyyy-MM-dd" did not result in any error.
I am trying to switch component rows within my assembly file but can't seem to do so. All of the files are generated, yet and still I am not able to change component rows based on user parameters. Files are attached.
My code is as follow in Ilogic
MultiValue.Setlist("Material", "1", "2") If Material = "2" iPart.ChangeRow("RING", "RING-03:1") End If
I'm finally wrapping up work on an iLogic Configurator project and have started to brainstorm the best workflow to get this "Smart Assembly" into the design group's hands. I had been anxiously awaiting the new "iLogic Design Copy" feature in IV2012, but just recently learned that users are unable to effectively rename any components with this command.
Is this really true? If we can add prefixes or suffixes, what's stopping us from changing the entire filename? We haven't upgraded to 2012 yet, but it seems like this may be a silly and unjustifiable restriction to a command that would otherwise save our designers hours of "file-management" (ie, manually renaming parts in Explorer, component replace in assy's, replace references in idw's, etc) each week.
Long story short, it seems that every workflow I've come across has had some sort of silly limitation that makes it undesireable for my application:
My top-level assembly contains all of the rules, and changes parameter values in the referenced skeletal parts. It also swaps standard parts for other standard parts as needed.I need access to rename ALL files (idw's, top-level assembly, subassemblies, and base components) while still maintaining/updating all internal hyperlinks between them.iLogic rules must be carried over to the new copied components (the existing "Copy Assembly" command strips the assembly of all rules). In light of the iLogic Design Copy's apparent shortcomings, any better workflow?
I am trying to use iLogic to programatically create virtual components in an assembly. These components will by used as iProperty "buckets" to hold Machine Center specific information to be exported to production planning software. This information is hierarchical in nature and cannot be (conveniently) stored in the assembly iproperties directly.
I found this code to create a custom iProperty in the current, open document:
Dim propertyName As String = "MyProperty"Dim propertyValue as String = "Test Value"customPropertySet = ThisDoc.Document.PropertySets.Item("Inventor User Defined Properties")Try prop = customPropertySet.Item(propertyName)Catch ' Assume error means not found customPropertySet.Add("", propertyName)End TryiProperties.Value("Custom", propertyName) = propertyValue
I have a iLogic rule that goes through each component of an assembly, counts how many times it occurs in the assembly, and then assigns that value to an iProparty (i.e. it inserts the total quantity of the part in some iProperty). Currently, however, it assigns the value to a default iProperty value, "Authority". I'd like, instead, for it to assign it to a custom iProperty called "Total QTY". However, I don't know how to tell Inventor to do the above code for a component in the assembly rather than the assembly itself. Below is my entire code. I've labeled where I'm guessing the above code should go. How I'd modify the above code to create the iProperty in the component being processed by the rule at that point?
Current
''True comment: Begin '''Commented-out Begin '''PartDocumentObject = 12290''AssemblyDocumentObject = 12291Dim openDoc As DocumentopenDoc = ThisDoc.DocumentDim docFile As DocumentIf openDoc.DocumentType = 12291 Then''If the open document is an assembly:''For each document referenced in this document:For [code]......
my create a circular pattern in an assembly that maintains the orientation of the part being patterned.
This is for foundation plates. There are 3 plates. The plates are square, and have bolt holes in the corners of the plates. Since there are 3 plates and its going around a circle, the angle between the plates is 120 degrees.
Now, Ive been trying this for some time now and what is happening is the firs plate is fine, but then the second and third plate are rotated around their center axis. I would like it to simply remain as inserted and constrained within the assembly.
I have attached a picture to be more clear about what I want and what I'm currently getting.
I'm in the process of creating an exploded view of an assembly. I'm having to do this in a presentation file, and I was wondering if it was possible to section one of the parts in the exploded view. To be more specific, I have the majority of my parts spread out around another assembly in the center of the page. I want to get a three quarter section view of the center assembly so the internals are visible. Is this possble from within a presentation file and if so, how can it be done?
Inventor Professional 2013 Intel Xeon W3680 @ 3.33Ghz 12GB DDR3 RAM NVIDIA Quadro 2000 GPU Windows 7 Professinal 64-bit
We are having an issue when we replace a component in Inventor Pro 2012. When we replace a component, the name in the browser does not update to the new component. We've even tried to close and re-open the Inventor assembly and that does not work. We end up manual double clicking the name in the browser and type in the new component name.
Inventor Product Design Suite Ultimate 2012 Dell Precision T7500 Workstation Xeon Processor 16 GB of RAM Nvidia Quadro FX 5800 Windows 7 x64
II need a way to tell if a component occurence is a virtual component.
I'm using a For Each loop to cycle through all of the components in an assembly, and if the component is itself an assembly to set the LOD to "Custom". I'm using the definition document descriptor object for this. It all woks fine until the loop comes across a virtual component which doesn't have a definition document, so I need a way to check if the component is virtual and needs to be skipped.Here's the
Option ExplicitImports Inventor.LevelOfDetailEnumSub MainiLogicVb.UpdateWhenDone = TrueDim doc As AssemblyDocumentDim oLOD As LevelOfDetailRepresentationDim oAsmCompDef As ComponentDefinitionDim oComp As ComponentOccurrenceDim oComps As ComponentOccurrencesdoc = ThisDoc.DocumentIf. [code]....
I am trying to make port rims for pipes that can be swapped in and out of an assembly. However, the ports will all be different sizes and located differently so I need the cut to be part of the port rim component, but affect the entire assembly it is part of. I've been trying to get this to work for the better part of a day now,Here's a picture of what im talking about. I'm running Inventor 2008 by the way.
Cannot delete label style component. This is for line annotation labels.
I created a child BRG-ONLY from a BRG-DIST and it will not allow me to delete the distance component. The red X is faded and not clickable.
This is my second day with a new company, and when somebody else created a similar child style apparently they could not either. The just made the distance component invisible... which I guess works almost as well.
How would I be able to pick a specific component to make sure I can delete it?
I have a very simple part I am trying to check using FEA; however when I get into the Simulation environment and click 'New Simulation' from Ribbon nothing happens.
The part in question is just a simple cylinder (I'm verifying what would be the best meshing spec to use in a larger assembly).
I want to creat a flatpattern of an iregulary cut cylinder that was made in the standard .ipt world and is now converted into a sheetmetal. I want to "Unroll" the piece out so can see the shape of it as a flat piece. Picture of it is attached.
I can't get Inventor to create a flat pattern of the attached sheetmetal part. It's a pretty basic part, just five folds. I'm not getting any error issues - when I go to the flat pattern it just shows the folded part (picture attached).
I assume it has something to do with the way I folded it and the notches, etc. Inv makes to accomplish the fold. I'm using Inventor 2013 on Win 8.
I have just downloaded an educational version of Inventor. Although I can create sketches I cannot extrude the sketch to form a solid. The origin arrow heads appear over size and it seems as if the origin plane is being extruded to form a solid!
I have one particular file which will not allow me to add an iLogic form. When I select "Add Form" it does nothing. This only happens in this one file. I can open other files in the same session and they work fine. I can add iLogic rules to this file but I can't create forms.
I have recently installed Inventor Professional 2012 Student Version, and I'm unable to create a new file, as the program crashes as I try to do so.
After starting Inventor, I select New than Standard.ipt. The file starts loading, the status of the loading process can be seen in the bottom left corner, than the "Open Documets in Session" counter in the bottom right corner changes from 0 to 1, as it should, I guess. And than, the program freezes. Sometimes, a message appears after several minutes that an error has occured, and that I should send an error report to Autodesk (which I did); but sometimes, no message appears at all, it simply crashes.
My computer specs are: Intel Core 2 @1,86 GHz, 2 GB RAM, NVidia GeForce 9800 GTX, 60 GB free space, Windows Vista (hotfix installed) Not a powerhouse, but I think it should be able to start a file properly I think, if I understand the system requirements correctly.
We are running Inventor 2013 and I am trying to create a simple positional representation of a small assembly. For some reason, the "New" option is grayed out in the positional representation browser.
I can't remember ever having trouble creating them in past releases.....
I created a template part, turned it into an I-part and published it successfully as a Frame Member.
The custom member was published into a custom library that is read/write. I was forced to create this library in order to publish the part.
When I go to use the custom profile with the frame generator, I am able to find the custom member in the dialog but when the frame generator tries to generate the part, I get this error message:
[WARNING] Frame Generator: Errors occurred during inserting Frame Member(s) [WARNING] Insertion of frame member(s) failed [ERROR] A frame member could not be created. The template file for Unnamed GIRT-2 could not be located in the Content Center library.
I have assemblies that are comprised of reference parts - the assembly is a purchased part such as an air cylinder. I have them as reference only in the assembly (ie right click on the parts in the model tree->BOM Reference->Reference). I do it this way so I can adjust the air cylinder how I need it, but still only asign one part number to the whole assembly - as an example we'll say "cylinderX" is the part number, and filename is "cylinderX.iam"
The problem arises when I put cylinderX.iam into other assemblies and try and make drawings of those assemblies. Even though cylinderX.iam is not a reference part (but all it's sub components are), it shows up in an IDW just like reference parts. I am able to make it show up how I want by editing the view properties (Edit View->Model State Tab->Reference Data Line Style "as parts"), but I still cannot balloon cylinderX.iam. It shows up in the parts list, but I cannot attach a balloon to it.
Inventor 2013, 64-Bit Dell Precision M6700 Windows 7 Pro Intel Core i7-3820QM @ 2.70 GHz 16 GB Ram NVIDIA Quadro K4000M Space Navigator
When I open Photoshop 7.0 this error pops up. "Photoshop.exe-Unable To Locate Component. This application has failed to start because M2000Twn.dll was not found. Re-installing the application may fix this problem." I have tried re-installing but get the same error.
I have been getting an error message when trying to start Gimp. It says that libgmodule -2.0-0.dll is missing and that reinstalling Gimp might solve this problem. I have uninstalled then reinstalled Gimp two times and still keep getting this error and I'm not sure what is causing it to occur.
I build a program to "*.dll" by Visual Basic 6.0+AutoCad2006,when it runs in Cad VBA Environment,if it gets error,I try to get start again,It shows message:"Rutime Error 429:ActiveX Component Can't Create Object",and then message "440:Automation error".But sometimes,it works all right.Thats troubled me for a long time,I can't find a reason, so can't improve my program.