AutoCAD Inventor :: Drive IPart LENGTH Param By IAssembly Table Custom Parameter Column?
Feb 21, 2012
In a simple case I have an extrusion with some attached seals/weather stripping, all implemented as iParts having their own LENGTH parameters.
RailPart.ipt, Seal_A.ipt, Seal_B.ipt
The goal is to encapsulate these IParts within an iAssembly: RailAssy.iam, where a LENGTH parameter can be input when the iAssembly is placed, causing RailPart and Seal_A to have their length parameters set to the LENGTH provided at that time and SEAL_B having Length set by an iLogic rule to LENGTH - 5.
I've been unable to set up a Custom Parameter Column in an iAssembly table. Is this even permitted?
Inventor Premium 2012 SP1
View 5 Replies
ADVERTISEMENT
Sep 3, 2013
When I place a custom ipart (a simple one in this case) the length in my table changes
Inventor Professional 2014.
Windows 7 64 bit.
View 2 Replies
View Related
Jan 3, 2013
I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.
I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)
Is this possible?
View 9 Replies
View Related
Dec 20, 2012
How can I display iPart parameters in an iAssembly general table?
On my .dwg I would like to use one detail with a table. The 2 table columns I need are:
(1) iAssembly name (no problems here, shows up in the general table by default)
(2) Length (this parameter value is in the iPart)
Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro
View 8 Replies
View Related
Nov 13, 2013
I have created two iParts, both with corresponding tables which I then put into an iAssembly so I can change the size of a pad eye and two cheek plates depending upon the desired Working Load Limit. I have a very basic form right now with a drop down menu to chose the different Safe Working Loads but whichever one I choose, is not changing the table configuration to the desired size. Clearly my iLogic code is not working the way I would like. See below and also see attached screen shots so you know what I am working with.
If Parameter("SWL") = "4.75Te" Then
iPart.ChangeRow("PADEYE iPART - IMPERIAL:1", "WLL = 4.75Te")
iPart.ChangeRow("CHEEK PLATE iPART:1", "WLL = 4.75Te")
iPart.ChangeRow("CHEEK PLATE iPART:2", "WLL = 4.75Te")
ElseIf Parameter("SWL") = "6.5Te" Then
iPart.ChangeRow("PADEYE iPART - IMPERIAL:1", "WLL = 6.5Te")
[code]........
This code was actually overwriting the table properties (in excel), so I know this is wrong, I just couldn't find any snippet for changing a table configuration .
View 1 Replies
View Related
Apr 19, 2011
How to add a volume column to ipart author table?
Evantually I need to display a table with part weights.
Inventor Professional 2013
Vault Collaboration 2013
View 9 Replies
View Related
Jul 25, 2013
We are using Inventor and Vault pro 2013.
I have an iPart in which I want to change the File Name Column from "Member" to "Part Number". These columns are not the same and makes the filenames for the members different when generated.
The challenge is that I already have about 100 members generated and used in different assemblies. I want these to be replaced by the new files and be deleted.
If I change the File Name Column I will get 100 new files (ipart members) that is not used anywhere. The only way I know of to replace the 100 "old" members is to do this in Vault - one by one..
View 4 Replies
View Related
Dec 3, 2010
it is possible to set the value of one or more "custom" column of an iPart row.
Per example woul this iLogic method work?
iPart.ChangeRow("iComponentName:1", "RowMemberName", customParam1, customParam2)
If so, could you demonstrate how to use it?
View 4 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
Nov 20, 2012
I am using Inventor Professional 2012 and I have created complex iparts and iassemblies and I am not able to change the BOM structure of the parts simply because they are intelligent. I require the tables and features that the iparts and iassemblies can create but they are coming up read only and can not modify the BOM information. Is there a way to change the read only aspect of an ipart or iassembly?
View 1 Replies
View Related
Jun 11, 2013
What I am looking for is a command similar to table replace, but that will allow for a new part to be created based on a user input. This will need to be done at the i Assembly level to an i Part that is placed within the assembly.
The end goal is to have input boxes come up, ask the user for the values then create all of the associated parts.
I don't need anything with the input boxes, just the part creation.
View 2 Replies
View Related
May 22, 2013
I am looking for a way to change the parameters of a part that is within an iAssembly. Basically we have tubing with flanges on the end and wish to have an easy way to model varying lengths. I essentially need to be able to have the upper level iAssembly control the flange spacing and cut the tube to length based on the users selection. Due to BOM setup these parts must be seperate .ipt in a larger .iam
View 2 Replies
View Related
Oct 8, 2008
I have tried to use the command retrieve dimensions for an iPart and iAssembly but no dimensions will appear
View 6 Replies
View Related
May 15, 2013
I'm having an issue with Inventor crashing every time I attempt to follow this exact procedure:
1. I have a drawing open with an iAssembly or iPart in it.
2. I edit a view by double-clicking the view, opening the 'Drawing View' dialog box.
3. I open the 'Model State' tab.
4. In the 'iAssembly/iPart Member' menu box, I select a different member.
Now, it may or may not open the 'Save' dialog box. If it does, then I click 'OK' and poof, Inventor crashes without fail, asking to send in a crash report.
The same thing happens if I start a brand new drawing and attempt to follow the same procedure while inserting a Base view.
Now, I know for a fact that the not all of the drivers are not up to date on my computer, I am not using a recommended graphics card, and I am using SP1.1, not SP2. I have notified my IT guy about this, but he has yet to get back to me. I don't now if/when everything on my computer will be updated. I do not have admin rights to my computer.
In the mean time, Inventor has become essentially useless for me until this issue has been resolved. how I can get these drawings to start working?
View 3 Replies
View Related
Mar 31, 2012
I have made a simple iPart with the option to suppress an extrusion. How do I control this in an iAssembly?
View 3 Replies
View Related
Dec 29, 2011
Recently upgraded to Windows 7 from XP and changed from a laptop to a desktop. With the laptop I used dual monitors; to date I haven't secured a second monitor from IT for true dual monitors.
Well I have some iParts that I've edited using excel and they have formulas that I can't edit using the standard iPart dialog, but when I click "Edit via Spreadsheet" the window opens off screen. The alt+Spacebar method doesn't work in Windows 7 and the Windows 7 method of shift+right-click isn't an option because Excel doesn't appear on the taskbar and selcting Inventor moves the Inventor window, not the instance of excel inside of inventor.
2013 Product Design Suite Ultimate
Windows 7 Sp1
Intel(R) Core (TM) i5-2400 @ 2.00GHz
6.00 GB of RAM
AMD Radeon HD 6570
View 3 Replies
View Related
Jul 7, 2013
Inventor does not think an update is required for iAssembly members after changes to attributes on a client feature are saved. In our workflow we avoid rebuild all because it causes subassemblies to change, so we force an update by changing a parameter. Through the API is there a good way to indicate that our change was significant enough for members to need updating?
View 4 Replies
View Related
Nov 21, 2009
Is there a way to add an iPart column to the iPartTableColumns collection? I'm using Inventor 2009.
View 5 Replies
View Related
Aug 12, 2009
I am creating an iAssembly with iParts. Some of the iParts have the "Table Replace" colum option and some do not. Both iParts have tables with members and part numbers. See pic.
View 3 Replies
View Related
Dec 5, 2013
Is there any way to insert a generic table into an assembly file. I don't want to create an iAssembly or use the data to configure the component in any way. I would just like to be able to maintain some design related information within the assembly file, similar to the tables that you can create in an idw. A table just like the iAssembly table would be fine, minus the iAssembly part or any sense of configuration.
View 4 Replies
View Related
Feb 6, 2013
I am trying to come up with an automatic method to add a new row to my i assembly table and populate that row based on values entered by the user (assuming that combination of values doesn't already exist... ). Basically, I wish to build my i assembly table on demand over long term by user input via a form that calls an ilogic rule.
View 1 Replies
View Related
Mar 28, 2012
I have created two table rows in an iAssembly that I would like to have a iLogic code written for.
What do I need to use to trigger between these two, when, for instance, a certain numeric value is entered in the parameters? Within the assembly file, when I use the iPart.ChangeRow (or iAssembly.ChangeRow) and put the . I am filename in the first spot, it says it cannot find the file.
This is what I am using, and the error states it cannot find the . i am file I am referencing.
IfParameter("Window_Cutout_Vertical")<=1AndParameter("Window_Cutout_Horizontal")<=1TheniAssembly.ChangeRow("A60_RHR_Door_Assembly.iam", "A60_RHR_Door_Assembly-02")ElseIfParameter("Window_Cutout_Vertical")>1AndParameter("Window_Cutout_Horizontal")>1TheniAssembly.ChangeRow("A60_RHR_Door_Assembly.iam", "A60_RHR_Door_Assembly-01")EndIf
View 7 Replies
View Related
Dec 23, 2013
what the best way to show 2 different subassemblies based on the same iAssembly... I would expect a "custom" option as there is from the content center. If I try and change the table for one, the other instance gets updated, and I would like it to stay the same. I understand that this would require a new "branch" in the BOM holding the different sized parts, but there must be a way to accommodate this?
View 1 Replies
View Related
Feb 15, 2013
How to edit the member name in an iassembly table using code? The Part Number and Description iproperties are easy to handle. But I am stuck on how to access the member name and edit it. I guessed at some methods, but keep getting errors.
View 4 Replies
View Related
Apr 25, 2012
I'm making my first iAssemblies and have run into a strange problem.
I have the option to add the Table Replace column for iParts, but this option isn't avialeble for parts inserted from content center.
View 1 Replies
View Related
Apr 12, 2012
I have an ipart that uses a simple form to control its length. This part is used in an iassembly whic has other forms to control constraints.
I would like to be able drive the ipart form from inside the assembly.
View 1 Replies
View Related
Oct 24, 2008
I have been able to create an upright with slots and holes to the length of 29-1/4" and via two seperate cut extrusions cause the part to shorten using iParts. I was told that the Frame Generator uses the parameter of G_L to populate the new cut length for use with the parts list. I have been able to create a frame generated part and get the length to populate the parts list however I have not been able to get my upright cut length to show in my parts list.
I did create a new property in my parts list column chooser, my BOM is set to Phantom, my .ipt parameters has a user parameter of G_L/equation of Length which above is listed as 29.25 in. Every thing that I can think of is the same from my frame generated files to my upright files.
Right now my parts list will not even show quantities of any kind. How to get parts list to show the cut length?
View 1 Replies
View Related
Sep 23, 2013
how can i access the value in this column using vba?
View 1 Replies
View Related
Jan 6, 2014
In the column Description from a I-assembly table I will place the text Test<200. Than I get a error message "Detected potentially damaging errors in the table. Unable to interpret cel: " ". It goes wrong with this symbol <. How do i get this symbol normal as a text in this column?
View 5 Replies
View Related
Jul 9, 2013
I would like to know if there is a way to have the Schedule as an I-Part parameter of a flange. I'm trying to create a custom flange for use in the content center and would like both size and ID to be picked from a drop down when placed into an assembly.
Since it's a flange not a pipe I can't use the standard tube & pipe authoring method.
View 8 Replies
View Related
Nov 15, 2012
I created a inventor part by name "011-03-054-A-25x50 HS" 100mm in length. Used "011-03-054-A-25x50 HS" in a assembly and used the same part in another assembly. Then I created a ipart with a different length which is 250mm. Now I want to use 250mm length in the second assembly. How do I doit? I couldn't find an answer any where. I am using Autodesk Inventor 2013 in windows 7.
This was called configrations in Solidworks and was very easy to use.
View 2 Replies
View Related