I picked the ADSK-METRIC-120 to change the hole size from 25 to 120, but the new hole size ADSK-METRIC-120 is RED color and I cannot refresh or finish it. why size 25 worked, but not the 120?
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.
I am trying to add a hole to an existing hole chart. I drop the part into a new drawing, set the ordinate "zero", and add a hole chart by selecting a few holes. When I attempt to edit the chart: click chart, right click "edit", click add hole, select new holes, right click to create, the "create" selection is greyed out and all I have to choose from is cancel. I searched the forum here but could not find a reference to this a know issue. Am I doing something wrong or is this a glitch of 2013.
We are running win7 x64 machines and this happens on both the 2013 Ultimate and Premium editions of the product.
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. .
Question: Is it possible to control the Hole Dimensions called out on the Hole Chart? As in controling leading/trailing zeros for main hole dim, alt home dim and tolerances? Can you combine the Main Dim with the Alt dim in a single column, separated with parentheses? (same with tolerance?)
I would like to use the hole command to place a hole in a part. When I place the hole it won't allow me to use one of the origin planes to locate the hole from. Can I only locate holes off edges?
I have an assembly that contains a part and a hole feature (the hole feature is at the assembly level). Using the api, I'm trying to get the hole location relative to the part's coordinate system in a without using the holeplacementdefinition.distance property, this way I can get the hole location regardless of the way it was defined.
I am trying to convert punch .ipt 2013 version file into a Sheet Metal Punch iFeature...For an unknown reason to me i cannot get it to work...Have a look at the file and see why i cannot convert to a Sheet Metal Punch iFeature ?
1. The punch will not work with part 1.I have 4 points for the Punch on part-1
2. When attempting to get the 4 punch holes on to the flat sheet it causes inventor to shutdown.I have done 4 attempts to fit the punch into the flat sheet (part-1) and 4 times it has shutdown Inventor
I want to know if is possible to create a troquel punch as iFeature for just bend, not cut o drilled, for example, to create a squared punch for to make a bending in a sheet metal,
A colleague & I have been trying and failing all day to create a punch tool from scratch. I did however manage to modify the geometry of the Dimple & Hole example here:
[URL].....
how to a) build the iFeature correctly and b) how to then extract it so that the orientation is not FUBAR when you insert it using the punch tool.
Attached are the dimensions I need. This shape when revolved about the centreline should produce a 'dimple' effect in the sheet metal part.
I am trying to make a punch tool in inventor for sheet metal. I noticed that for the features I could not select faces or flanges I did. I know you can extrude the same shape to get the same result but I wanted to use a face/flange so that I can retain the flat development. What is the best way around this.
To get a sense of what I am trying to make:
-square cut out
-on the bottom edge of the square I made a face that is angled at 45 degrees
My company is trying to put some automation together to pull design attributes of parts and assemblies to drive routing creation in the shop.
The issue that we have run into is that for certain ifeatures, we need to gain access to the name (or punch ID) of an ifeature (primarily punch tools). Pulling the name of the feature that the tool created is relatively easy, but because you are able to change the name of the feature as it appears in the model browser, it isn't the most reliable way to get that information.
We are looking for a way to figure out what the name of the ifeature used to create the feature without referencing the resulting feature's name in the model tree.
I've included an example, and I'm looking for the name of the tool which should be "Ob_750X562".
I have been given the task of figuring out a way to have etching placed on our parts to show the part number of the part. The end goal is to get the parts laser cut but have the part number etched into the part.Is there a way to convert text (i.e. 12345) to a sketched symbol that the punch feature would recognize and then add it to the library? Right now we are using 2012 but will be upgraded to 2014 within the next 6 months.
I created a Punch Tool iFeature, everything seemed fine, I could save it without problems.
However, when I try to place it in a part with the Punch Tool, it says "The file has 0 volume changing features. To be a valid punch tool, the .ide file must contain at least 1 sketch-based feature."
I have a part that we will cut out on a CNC plasma machine that will undergo a drilling operation. We create all the parts that will be cut on the plasma in the sheet metal environment because of the simple flat pattern export. Our plasma machine has the ability to scribe lines and also create center punch marks. It distinguishes between cut lines, scribe lines, and center punch marks by layer name. I need a way to get the center points of the drill locations into their own layer.
When placing a puch table in a flat pattern drawing, can the origin point be placed anywhere or does it have to correspond to the origin point of the Inventor drawing (0,0,0)?I placed the origin point at some point which I randomly chose but no table popped up for me to chose the puch table option.
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.
I am working on some VB code to reterive the dimensions fron an IDW and put them on an excel spreadsheet for an Inspection report. I found some code to which gets the linear dimensions and have added tolerance type and tolerance bands.
I have been unable to get the hole notes off the IDW. Got the general notes to work with the following
Dim invDrawNotes As Inventor.DrawingNotes Dim invActDrawNotes As Inventor.DrawingNote Set invDrawNotes = invActSHT.DrawingNotes
Is there a way to tell Inventor to use the mean value for threaded holes? As it is IV always puts the Minor-min value for the hole size, which is a PITA for any and all CAM software.
The thread data can be extracted in CAM, but the hole size still remains what it's modeled as. I know I can edit the spreadsheet and cheat it, but that isn't exactly the correct way to go about it.
I'm trying to get hole tolerance by Inventor API using c++ but the value returned is not correct.
the code is:
Parameter* diam = m_Feature->GetHoleDiameter(); // m_Feature is a given HoleFeature double tol = diam->Tolerance; // returned 1.0 BSTR str = diam->Tolerance->HoleTolerance; // returned "0". // The correct value is 2.89
I want to use the Hole command to place tapped holes to hold a pair of shafts in place inside a part using setscrews. I can make the holes for the shafts without issue. While cutting the holes for the setscrews I thought I could use the "To" Termination option and select the shaft hole as the terminating plane. However, when I do this I get en error:
"The attempted operation did not find any intersection between the Toolbody and the selected 'To' termination face/plane. Change the termination definition or the feature (profile) position."
I can work around the problem by using the fixed "Distance" termination option but this is obviously inferior as it would require manual adjustment should the shaft holes need to be repositioned. Am I missing something?
My part does everything I want with threads but the other option I need to program is a straight hole with no threads. I assume I can do this with Param for the existing hole but not sure what it would be called? Is there a list or method of determining what these parameters are called so I'll be able to find them in the future?
Is there a way to do this? 2 parts, 1 has a hole in it and the other has a slot. I want to constrain the center of the hole to the center of the slot. How do I do this?