AutoCAD Inventor :: Multi Part Holes
Feb 20, 2013
I have a 3 part assembly . Holes have to be made though the 3 parts . The holes can be made and snet/projected/though all/though distance and this work fine. The holes are shown in each part and the participant command works fine
The holes are shown in a drawing file....all GOOD
BUT
The holes are NOT shown when each part is opened!
View 3 Replies
ADVERTISEMENT
Dec 7, 2012
Is there a way to get the mirrored hole to go all the way through both parts of the mirrored solid bodies.
I do realize that I can create the hole in a seperate feature, after the mirror. It will only let you select one 'solid' during the mirror command. Here is a simple .ipt to demonstrate the issue.
View 9 Replies
View Related
Jun 21, 2010
I'm looking to find how many holes there are in a part ( and then what their diameters are). I tried using
Dim oPartDoc As Document
Set oPartDoc = ThisApplication.ActiveDocument
Dim oCompDef As PartComponentDefinition
Set oCompDef = oPartDoc.ComponentDefinition
MsgBox "there are " & oCompDef.Features.HoleFeatures.Count & " holes"
but this falls down if a hole feature created more than one hole at the same time.
View 9 Replies
View Related
Aug 10, 2012
I have a sheet metal part which has several holes in, from which I have created a hole table. The hole table does not list all the holes in my part as I am only permitted to to select holes on one face of the part in the selected view. I have tried selecting all holes on the Isometric view however I cannt do this either.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 5 Replies
View Related
Nov 4, 2013
I am working with a part that needs multiple 9mm gun drilled holes to different depths. The problem I am having is not being able to create a truly custom single line hole callout. Example( DIA 9mm +.50mm -.00mm TO DEPTH 1.25in)
I understand that this isn't a common hole callout but in my situation it is what is needed. The values need to be linked to the part and not simply overridden as text. I am essentially wanting to make a style that I could apply to any hole note that would give the hole diameter a metric dimension and the depth an inch value.
View 4 Replies
View Related
Oct 7, 2011
I am fairly new to Inventor and have recently just finished drawing up a machine made of many parts and sub assemblies and then made into one master assembly. Due to the nature of some hole positions i decided to draw some holes directly on the Master assembly thinking it would then change the original sub assembly/part file. Apparently not as i found out making technical drawings.
How i can rectify this so i dont have to re-draw all the holes on part level and keep my constraints in place?
View 1 Replies
View Related
Feb 17, 2010
I can't find a way to create multi flat patters in one part from a lofted sheetmetal part. Also, didn't the developers fix the 'can't make a flat pattern from a derived part'?
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
View 5 Replies
View Related
Nov 1, 2012
So I have a multi-part solid of a symmetrical object, meaning that some of the pieces on each side are going to be identical (just mirrored). Some objects I would like to keep separate during the "make components" function because of the bends on them.
But for some of the solids, the ones that are identical on each side of the model, I do not want to create a part file for each identical solid. I want inventor to make one .ipt and put it in the assembly file twice (one on each side.)
The work-around is to only make one of the solids into a part then open the assembly, re-insert the part, then re-constrain it.
View 8 Replies
View Related
Feb 16, 2012
I am creating a multibody part. I have revolded a surface from a sketch through other bodies and used those bodies to trim the surface. I then thicken the surface to create a solid.
The solid is transparent and no amount of property adjusting or anything else will make it opaque like the rest of the solids.
in the picture the open scalloped portion contains two bodies.
View 2 Replies
View Related
Jun 2, 2012
I have 2 solid bodies in a part file driven by seperate ifeatures.
Why is it when i search down to the surface bodies then into say the first body, then component definition, then features, then i features it shows both ifeatures?
So it goes:
componentdefintion.surfacebodies.item(1).componentdefinition.features.ifeatures
Is there an area somewhere that only shows the 1 ifeature related to a solid?
View 1 Replies
View Related
Jun 15, 2013
How to derive only referenced imates to the solid from multi body part.
View 6 Replies
View Related
Jun 12, 2012
When is the functionality of generating a cut list from the multi body part file going to happen?
This is available in Solid Works and ver frastrating its not for Inventor.
View 8 Replies
View Related
Sep 12, 2013
I have a multi-body part and want to find the both faces which divide the bodys. The first face I pick with the "SelectSet" command.The second one the program should find on its own.
If I pick a boundary face, it should give an error.
One attempt is to create a point on the first face and use the "LocateUsingPoint". But is there a more elegant way for this task?
(Unfortunately there are little examples of the topic multi-body parts.)
View 1 Replies
View Related
Jan 17, 2013
I have an iLogic template part that has a multi value parameter. In this case the product code can be selected from a list of 4 codes. In futre we may need 5 and the 5th may need to be available to older parts.
I would like to avoid having to add the 5th as an option to every part we've ever made when the 5th becomes required.
I'd like to have the list of codes stored in an external file (Possibly an xml) and the template part reference that file to acquire it's list of available codes. That way I can add codes to the xml and all the files will have their list of available codes updated.
View 2 Replies
View Related
Jan 31, 2011
After migrating my project from MDT2009 to Inventor 2010, every solid body in MDT became a part file in INV. If I were modeling from scratch, some of the .IPTs should be multibody parts. Is there any way to cut & paste a solid from one part to another to create a multibody part? I’m not talking about deriving a new part from the source parts. The end result should be a multibody part with all sketches intact and all solids fully editable, as if I had modeled them as a multibody part right from the beginning.
I’ve attached a simple example of two separate parts that should be combined into one multibody part, as shown in the .JPG file. Can it be done without deriving the parts?
View 9 Replies
View Related
May 1, 2012
I am trying to edit a sketch in a multi body part file. While I am trying to edit, it displays all other solid bodies which is not required. How to switch them off displaying unnecessary solid bodies while editing a sketch?
View 6 Replies
View Related
Aug 17, 2012
I have a multi body part with an extruded cut through all solids. Each solid is derived out to its own part. I edited the extrude feature in the multi body part and removed one solid from the selection set. The cut was correctly deleted from the solid, but when I open the part its still there. The only way to make it update correctly is to manually edit the derive feature in the part. Caught it just before it went off for cutting. 2012 SP2, all hotfixes, win7 64 bit.
View 5 Replies
View Related
Feb 1, 2012
I have a part that is derived from a surface skeleton ipt. The derived surface is thickened and then some holes are added. Then, when I try to add a flange, it gives me the error "Sheet metal features are not supported in multi solid body parts". My part is a sheet metal part and single body.
INV 2013
View 4 Replies
View Related
Nov 16, 2012
As CAD administrator at my company, which is in the process of implementing Inventor/Vault, I am quite sold on the Layout Modeling/Multi-body part modeling functionality that Inventor supports. Among other things I believe there is a large payoff in assembly stability and simplicity. However, this workflow is very different from the conventional methods of modeling individual parts and manually constraining assemblies. URLs....
View 8 Replies
View Related
Sep 14, 2007
How to put threaded holes in the outer edge of this part. I need the holes to go where the circles are drawn around the radius, with the direction pointing to the center of the radius.
I am using Mechanical 2004.
View 9 Replies
View Related
Sep 12, 2013
Can I export a solid from a multi body part to an other part file. how?
View 1 Replies
View Related
Nov 27, 2011
-Did I do the rectangular pattern correctly? If not, the correct one with step-by-step information
-Why the holes do not go through the thickness of plate?
View 8 Replies
View Related
Aug 18, 2011
Imagine you have a picture with some parts (surfaces) in a XXX specific color. How to easily select only all these parts to modify their color?
View 2 Replies
View Related
Dec 30, 2011
I have an existing extrustion with holes in it. All in one sketch.
I go to add an off shoot from the existing main body in the sketcher. In that off shoot I add a circle
in the middle of the off shoot to represent a hole. So fa so good, or at least I thought. I exit the sketch mode
and my extrustion looks fine with the exception of the hole is not there. Why? Why doesn't Inventor recognise the
circle sketch as hole geometry like it does in the originally created sketch?
In Solidworks, given this same scenario, would have recogized the circle as a void and thus created a hole.
I ended up deleteing the hole out of the main sketch and doing a seperate hole cut feature. I am sure I am missing something and in the process of learning would like to know if indead I did not do this the correct way.
View 6 Replies
View Related
Aug 13, 2013
I am modelling plain Bearing but i have problem getting holes at an angles. I have attached an image for it.
Holes are located on top side of the bearing.
View 3 Replies
View Related
Sep 30, 2013
Basically I’m trying to create a circular cut in a flat pattern for a hole made in a rolled piece of sheet metal.
I have created a "case" (this is what we call it) to mount an axial fan, it will require holes for mounting the motor plate. When I create these holes in the rolled case assembly they appear to be fine, but when I flatten it they are turned into two sets of semi-circles or ellipses.
This is only a problem when we run the parts on our Laser; the laser will attempt to start the cutting at the end of each of these "semi-circles" causing a hotspot where the two semi circles meet. This causes the hole to be slightly smaller than intended in this area causing great difficulty inserting bolts, they normally require drilling.
Our material thicknesses vary from about 3mm to 8mm.
I’ve included a crude example of what I’m trying to achieve. To really see what I mean, place the file into a Drawing file and zoom into the hole. I couldn't add the file, with only 3 features the file was 5mb in size.
By the way, I have a temporary solution, it's just a little complicated. (My solution: use square holes first in the un-flat, use the diagonal lines from each corner of the square in a sketch on the flat pattern to place a circular cut on its mid points.)
Intel Xeon 3.0GHz (4 Cores)
nVidia Quadro 2000 (1GB) - Dual Screen
8GB RAM
View 6 Replies
View Related
Nov 12, 2011
How I can get the holes filled/hatched in elveation vies and in sections?
Please see the attaced sketch.
View 9 Replies
View Related
Mar 20, 2013
Using the Hole command, I want to locate / reference off datums, this is something I can do in Pro-E. It's not a choice, that I can find.
View 8 Replies
View Related
Oct 24, 2011
How do I place a hole on a circular part at a specified distance from the edge. This works on other parts with straight edges, but there is no option to do so on a circle.??
View 3 Replies
View Related
Jan 25, 2012
I have a couple of quick questions about dimensioning holes in drawings .
First, if I have a hole in a rod or shaft so the surface isn't a full circle I get the dimension as a radius. Can I change it to a diameter?
Second, in a model, how do I dimension or measure to the edge of a round rather than to it's center? In SW I could hold the shift key while selecting, is there a similar method here?
View 2 Replies
View Related
Apr 12, 2012
I have an assembly which consists of parts and holes, when I open a part the holes are not visible as they were created in the assembly - how do I display the holes for these parts that were created in the main assembly when opening a part file ?
View 9 Replies
View Related