AutoCAD Inventor :: How To Put Hole Feature Into IPart Table
Mar 26, 2013
I have created an iPart which uses the Hole Feature (counterbore hole). The hole is not threaded. Is there a way to put the Hole Feature into the iPart table so when a user enters specific values, he/she could type in or select a bolt size and the counter bore hole feature will use the correct dimensions for said bolt size (ie. I would like the counterbore holes for an M6 Socket Head Cap Screw. So instead of typing in the counterbore hole diameter, depth, and bolt diameter, etc... it would automatically enter the default values.) Or is this something that must use iLogic?
View 6 Replies
ADVERTISEMENT
Nov 29, 2012
Yesterday I tried to make a table-driven I-feature of a few drilling paterns.
I want to use this for drawing steel manifolds. The I-feature is used to insert standard drilling paterns, for example a patern to fit a standard flange.
The only problem is, for the thread I used the thread feature, otherwise it doesn't show up in the I-feature.
But when I make a drawing of a part were this I-feature is used, the specification of the thread doesn't show up when I create a hole table, because in the I-feature, the thread is a separate feature.
View 1 Replies
View Related
Nov 6, 2012
I've got a template with a set of Object defaults for an Inch drawing and a set for a Metric drawing. I've just noticed that within my metric set, if I insert a hole table with tapped holes, the font on the tapped holes doesn't match the other hole types. I'm searched around, but all the settings for the hole table style reference the same text style. (Please see the attached image.)
So is there a way to set a certain hole type to have a certain font or size within a hole table? Because if there is, I'd obviously like to remove it..... But I can't seem to figure out where the issue is.
View 5 Replies
View Related
Nov 19, 2012
I have had this problem intermittently for a few weeks since going to Inventor 2013 SP1.1. I have a part within an assembly and that part has holes created in it before assembling it with other parts. Now when I try and create a hole table in a drawing of the assembly I cannot select hole edges and the hole table is blank when trying to create it automatically from view selection. I originally thought it may be an alignment issue but I have since aligned everything correctly and it still persists. I can create the hole table if I import in just the part into the drawing but it will not allow me to create the table on the whole assembly.
I can also create the hole table if I use "centred pattern" and create cross hairs on all of the holes however it does not give me correct annotations for the holes as shown in attachment and I can manually change the annotations but seriously this should not be required. As shown in the screen shot it reads as A1 down to K1 instead of A1 to A10. .
View 7 Replies
View Related
Aug 28, 2013
i use hole feature names in hole table.
i assign hole names attribute to hole feature but dont get attribute hole table.
how to get hole names in hole table.
View 1 Replies
View Related
Oct 16, 2013
I have a part where I have placed a number of table driven iFeatures. These features generate parameters in the model that I can see in the parameter table. I am trying to find a way to have these iFeature parameters show up in the hole table in my drawing.
By 'exporting' the parameters, I have been able to get the values to show in notes and drawing view labels but I can't find a way to add them as a 'New Property' in my hole table.
View 3 Replies
View Related
May 31, 2013
Is it possible to add a Appearance tab to a Ipart table? I am cataloging a set of parts and one part is made with steel but in Gloss - Black and Matte - Black and i'd like to differentiate the 2 without haveing to make 2 seperate Ipart files.
View 2 Replies
View Related
Nov 27, 2011
Having this issue with IE9? I have a table driven iPart that has an expression in the description field. The expression is =PL <THICK> x <WIDTH>, so that as the thickness and width change the description of this plate also changes. I have recently added rows to this part for the use of bar instead of plate on certain shapes. In order for the bar description to match standard steel shape nomenclature the expression on these parts needs to be =BAR <WIDTH> x <THICK>. How can I add the description to the iPart table so that I can simply edit the bar parts to be as needed?
Some things to note:
1.) These are custom iParts so when the item is inserted you select the thickness, file name, save location, etc.
2.) There are about 705 lines to this iPart right now and I would prefer not to go higher.
3.) I would like to keep these as the same iPart instead of having two different files.
4.) I need the description to be an expression because long after these parts are placed, they sometimes change and I need the dimensions to update after the fact like all our other parts (so don't forget that these one won't and then the drawings are incorrect).
Inventor Professional 2013 (SP-2.3), Product Design Suite Ultimate
Desktop: Intel Core i7 3.4GHz, 16.0 GB RAM, Windows 7 Ultimate SP-1, 64-bit OS, (2) GeForce GTX 580 (331.81), Space Pilot Pro (3.16.1)
Laptop: Intel Core i7 3.9GHz, 16.0 GB RAM, Windows 7 Pro SP-1, 64-bit OS, GeForce GTX 780 (331.81), SpaceNavigator (3.17.7)
View 3 Replies
View Related
May 18, 2012
I am using the VBA need to replace the contents of table cells in columns iPart MemberName PartNumber. By what teams can do this?
View 1 Replies
View Related
Dec 9, 2011
I am looking for a way to add a new row to my ipart table.
I am able to get to the excel worksheet.
But from there, I can I save it? Will that add a new row to the table?
Dim oiPartFactory As iPartFactory
Set oiPartFactory = oCompDef.iPartFactory
Dim FactorySheet As WorkSheet
[Code]....
View 1 Replies
View Related
Dec 7, 2011
Just as the title says, im having an issue with Inventor not allowing me to suppress features on an ipart child.
I've attached my files and a video showing the issue.
Inventor 2011 64-bit SP1
View 3 Replies
View Related
Aug 14, 2011
The question I want to ask is about reference dimensions in iPart.
I can create a sketch and place reference dimensions on it, there's no problem. I can activate any configuration manually and see the reference dimensions adjusted according to configuration, no problem again.
I would like to know — is it possible to automatically populate column of the iPart table with reference dimension value, as it stands for each configuration?
I was able to find some solution for that, but it's not automatic. I can mark reference dimension of export, and add it as a column to the table, but I need to manually activate each configuration to populate the column with measured reference value. Not very good, because there can be very many configurations.
How to automatically get complete list of reference dimensions values for each configuration of the iPart?
View 1 Replies
View Related
Apr 24, 2012
How can i access and get details of ipart Table. Even if i want to modify are there any chances of doing them
View 2 Replies
View Related
Jul 16, 2012
Is there is any way to re-arrange the columns in my ipart table without having to delete all of my parameters and then adding them back in the order that I want them to appear in? I would like certain information grouped together instead of having to scroll back and forth across the row to edit certain parameters.
View 5 Replies
View Related
May 17, 2012
In ipart there is an option to add and delete rows when working with inventor graphically.I have displayed the iPart table and the values in gridview using VB.Net.
The user then selects the row in datagridview and clicks the button delete.When the button onclick even is triggered i want to delete the selected row on ipart table inside inventor.
View 3 Replies
View Related
Oct 26, 2012
Inventor 2012
Can equations like this cell equals this cell be used in the Ipart or Iassembly family tables?
View 2 Replies
View Related
Jun 22, 2012
I have a problem with adding new points to existing opening.
I tried to use the method HoleCenterPoints.Add (??), But despite the lack of generating an error points are not added.
presenting a brief example of this functionality.
View 1 Replies
View Related
Feb 7, 2012
In ilogic it's easy to suppress features like holes, but I cannot combine iparts with Ilogic, so I try the same in VBA, but I don't know the way to do it
Is there some existing sample code like this ilogic one for VBA?:
if Dimension_A < 50 Then
Feature.IsActive("Hole1") = false
End if
View 4 Replies
View Related
Aug 14, 2012
I’m currently running Inventor 2010. Is there a way I can override the calculated physical mass and drive the mass value with a column in the ipart table?
View 4 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
May 11, 2011
Get a message "Failed to export desel table" when i try to create an iPart, i have excel installed.
View 4 Replies
View Related
Feb 27, 2013
I have two tables on a drawing one showing a parts list the other changes to dimensions.
The table to show the dimension changes is a configuration table pointing to an ipart.
iLogic is used to update the ipart but you have to right click to update the Active Member in the ipart to see the drawing update.
Is there a way to automate the 'update active member'? (on the ipart table - this does update the drawing)
I just have the one row in the table, it's purpose was to pass the values onto the drawing (as the part resizes I didn't want the dimensions moving so opted to tabulate them) - hoping they would update!
or
Is there a way to have a table update parametrically i.e. I've tried .csv as a source to the table but can't force an update. This way I could scrap the ipart & just import the values to a table.
The table also includes some txt comments which change with the ipart properties.
View 1 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
May 1, 2013
I have an IPart with about 100 instances in it that is sheet metal. I created a user parameter for the gauge of the sheet metal relating to the thickness and that works fine in the ipart. My dilema is how to get the gauge to show up in my drawing in the general table. Pretty much I woud like the table to list part number, material and then have a column for the gauge of the steel related to the thickness in the Ipart table. I am using Inventor 2011 if that makes a difference.
View 2 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
Apr 23, 2012
I have a drawing of a sheet metal part that I did late last year. I used a Hole Table to dimension all the holes.
Fastforward to today. I added two holes that are different in size than any other hole. So when I opened the drawing it automatically added them to the Hole Table and gave them tag #'s in a new group and it kept the grouping in Alpha order. A, B, C were there before and it added D. Great, that's the way to do it.
Then I decided I needed to change the hole size. The change would keep the size different than any other hole on the part still. I go into the drawing and it change the size in the Table BUT, it also moved them up to the top of the list but kept the tag # as D*.
How do I get those two entries back to the bottom where they belong to keep them in order?
View 1 Replies
View Related
Jan 6, 2012
I just want to notice the Autodesk guys that when editing a hole feature in an assembly, then the sketch is hidden so that is not possible to pick more centerpoints. I noticed this when working with a sheet metal part, I don't know if its the same with a regular part.
Inventor 2012 SP1 / 64 bit
View 4 Replies
View Related
Apr 30, 2013
How can I change the termination of an existing hole feature?
If app.ActiveDocument Is PartDocument Then Dim doc as PartDocument doc = app.ActiveDocument Dim hole as HoleFeature hole = doc.ComponentDefinition.Features.HoleFeatures(1) ...End If
View 2 Replies
View Related
Feb 22, 2012
I am trying to link a hole feature in a part in an assembly with the number of a particular feature in another part within the assembly. I have a base plate part with a coutersunk hole feature that I want to pattern by linking it to the number of bosses in another part within the same assembly.
View 6 Replies
View Related
Apr 17, 2013
Basically I need to have 2 configurations of an assembly. These assemblies are identical except there is one part that will vary within them. Eventually I would like to be able to drive an assembly with multiple part configurations and suppressing and unsuppressing of parts from a table however this is my starting spot.
View 2 Replies
View Related
Dec 18, 2013
Is there a way in the description field of an Inventor hole table to have mixed units? Some hole sizes at fractions, some at 2 plc, and others at 3 places.
Inventor Pro 2013 or 14
View 1 Replies
View Related