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'm adding in inspection dimensions for a PPAP submission drawing and have found that I cannot set hole and thread dimensions as inspection dimensions. I'm quite surprised to find that this option isn't available. Is it there, just hidden, or is it really not available to me?
To the top right of this picture is the inspection dimension I want and to the left the thread dimension which I can't get into this format.
I figured out how to change the precision of the X-Y location dimensions in a hole table, but is there a way to turn off trailing zeros? I have turned them off in my styles, but for some reason the styles don't effect hole tables. Maybe I just don't know where to look?
I am trying to retrieve dimensions from an assembly. The features that I want were created in the assembly itself, not on the original parts in the assembly. I can manually dimension some of the features, but there are others that I need to retrieve. When I retrieve dimensions from the assembly, I am only given the original dimensions for the parts.
How do you add feature control frames, datums etc to hole notes and dimensions with leaders? Seems to work fine with linear dimensions by dropping them in, but for the life of me I can't make it work with anything that uses a leader. Either the arrow on the contgrol frame shows up, which I don't want, or it places the control frame right on top of the dimension.
In 2010 and previous releases I recall being able to show the feature dimension by right clicking "Show Dimensions" and then being able to double click on any visible dimension and change its value. I don't see this behavior in 2012. Is there a setting to turn this on?
I'm trying to make this assembly flexible in that the bar will flex so the "s-clip" can hold the 2 handles together. I read some of the forums about the scissors assembly in the autodesk folders and I can see it working in that assembly btu can't figure out how to make it apply to mine. It is basically one of those camping grills that makes hot sandwiches or pies.
I was adding a lot of aligned dimensions to a drawing and some where along the way they changed from aligned dimensions to rotated dimensions, even in the same string of dimensions.
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?
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?:
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.
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.
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
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.
In order to reflect production process, I have to create holes on the bent pipe at assembly level after 2 bent pipes are welded to the straight pipe. Now when I suppress holes, it does not suppress only at LOD or view rep but throught the whole assembly.
Is it possible to suppress features such as hole using LOD or view rep, which are made at the assembly level? or I have to use another method? See below in highlighted.
I have an assembly that has somewhere a hole with a round bar that exactly fits in this hole. But when meshing the assembly, the mesh of the hole and the mesh of the bar are different.
The result is that the different parts do only seem to touch each other at the edges of the mesh, resulting in high stresses.
See picture.
I tried to made a derived part from the assembly, but that one does not finish meshing. After 48 hours, the progress bar is still half way. While the one above did finish in about 15 minutes. What can I do to make the meshes match?
I have a part with multiple holes created in a single hole feature (i.e. not patterned but made by selecting multiple sketch center points). As desired, the holes all have the same size since they all fit the same fastener. Is there a way to easily assemble fasteners to all the holes? Currently, I am using insert for each fastener and this gets tedius if there are many holes. Additinally, if the number of holes changes, a manual update is required. I'm hoping there is something that works similar to associative patterns.
If we require to create patterned holes thru a number of solids, this works great only requiring the one hole feature.
However, once an assembly is created with the parts, (these parts obviously have their own derived individual solids in them) when needing to place a bolted generated assembly to the patterned holes. It won't recognise the pattern.
So I've come to the conclusion that the bolted generator/drop place function really needs improvement for solid body modelling technique. (Mind you, the BG needs a complete rethink because its at about 50% complete).
What I can see needs to be added, is the functionality of the parts recognising the hole pattern. e.g. when using the make components function it gives an option to add a link to the hole feature.
My only other option at present is to create the holes within the assembly file and transfer the hole feature to each part file. This obviously loses the parametric functionality.
I export my ipt to an stl (and I make sure that I click on options before I convert and make sure the units are in mm) yet the units are still off. I am using Inventor 2013.
It seems like most people were able to solve their problem by clicking on options but even that seems like it is not working for me.
I have been reading here that the preferred mode of generating dimensions on the drawing views is by using "Retrieve" method.
My question is: how can I programatically add dimensions or measurements to the model so I can retrieve them in the drawing view? This has to be all done by code.