AutoCAD Inventor :: Edit Multiple Holes Of The Same Kind?

Nov 16, 2011

Is there a way to edit multiple holes of the same kind.,or do i have to change each one seperately.

eg. Plain Holes To Tapped Holes

Iv 2010

View 6 Replies


ADVERTISEMENT

AutoCAD Inventor :: Assembling Parts With Multiple Bolt Holes

Jan 6, 2012

I'm trying to assemble two parts, each of which has four matching bolt holes.So I do a "mate" between a hole on one and a hole on the other.  This works fine, and the parts now behave just like two parts bolted together with one bolt - one can be rotated relative to the other around the bolt hole. So there is one degree of freedom left to be constrained.

But the obvious ways to constrain that one last rotational constraint result in overconstraint. Trying a "mate" between the circles at the ends of the corresponding bolt holes breaks the first constraint, and the non-grounded object "jumps". Trying to auto-mate the two holes results in the holes being constrained as tangent, with the holes not lined up. I've tried constraining the center points of the end circles of the holes. That doesn't work right either.

Doing the second constraint as "tangent-inside" does work.  That's a 1 DOF constraint, which makes sense.It took me a while to figure that out. The help files aren't very useful when multiple constraints are involved.

View 9 Replies View Related

AutoCAD Inventor :: Place Cross Dowels Into Multiple Holes

May 3, 2012

I am trying to place a cross dowel into multiple holes. Is there an easy way to automate this? Currently I am placing a cross dowel component and then constraining it to the hole one at a time. Quite a long process to place hundreds of them.

View 2 Replies View Related

AutoCAD Inventor :: Drawing Multiple Angled Holes In Block

Apr 8, 2013

I need to create a adaptor to go from one 96 hole array pattern to a smaller 96 hole array pattern.  The pattern gets smaller in both X and Y.  This would go from vertical hole to angled hole back to vertical hole.  One or both of the vertical sections could be removable to allow this to be a drilled part.  The center section would be a solid block. 

Since each hole will be at a different angle (in two different planes) it seems like I would need to create a separate plane for each hole and extrude from that plane.  In addition to being error prone, this would take a large amount of time.  Is there an easier way? 

It would be straightforward to create a block with points for the large 96 hole array on top and the small 96 hole array on the bottom.  Is there some kind of point to point method of creating a hole at an angle?  A construction line could be drawn point to point but is there a way to make a hole from that?

View 9 Replies View Related

AutoCAD Inventor :: Part That Needs Multiple 9mm Gun Drilled Holes To Different Depths

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

AutoCad 3D :: Edit Holes In Polar Array?

Dec 13, 2012

I put the three holes in the outer ears/lugs with a Polar Array and want to change their diameter to make them smaller. If try to use Delete Faces to remove the holes it drastically effects one of the other lugs.

Is there a better way to edit holes in an array and is there a way to make arrays non-associative after the fact of creating them? The dwg is saved in 2007 but created with 2013

View 6 Replies View Related

AutoCAD Inventor :: Cannot Apply A Face Draft Of Any Kind

Apr 26, 2012

I'm using Inventor Professional 2012.  I have what seems like a relatively simple part, but I cannot find any way to apply a face draft to the four quadrants between the upper outer and inner "'cylinders".  I get the dreaded "did not produce a meaningful result. Try with different inputs." no matter which type of draft I try.  I have created parting line drafts everywhere else. how I can get these faces to draft?

View 9 Replies View Related

AutoCAD Inventor :: What Kind Of Contact Between Flat And Curve Surfaces Used In FEA

Dec 2, 2011

I set the two v blocks were fixed and bonded contact type among three of them. The program said it was divided to three separated parts but i wouldn't expected that.

View 1 Replies View Related

AutoCAD Architecture :: Clip Images Multiple Holes?

Dec 13, 2011

would I be right in saying that an image placed into a drawing can only have one closed polygon clipping boundary?

Imageclp/ clip/ xclip seems to only offer to choose one polygon as boundary and then I can choose whether the image is displayed inside or outside the boundary (invert clip).

Any methods of masking more than one area of the image?

We don't want to use "wipeout" as this caused issues with certain printers printing the wipeout in pitch black.

View 2 Replies View Related

AutoCAD Inventor :: Edit Multiple Text Boxes Instead Of One At Time?

Oct 7, 2013

I would like to find a way to edit multiple text boxes in inventor instead of one at a time.

For example, in autocad, when multiple text boxes are selected, any values that are different in the properties window are represented as "varies".

Is there a way to select multiple text boxes and do things such as change the text height, justification, font, etc, just as it works in autocad?

View 1 Replies View Related

AutoCAD Inventor :: Edit Hatch Pattern On Multiple Parts?

Dec 4, 2007

I have an assembly drawing .IDW with more than 50 instances of an O-ring (same ipt.). Is it possible to edit the hatching of the O-ring and all 50 will update without having to edit each individually. ?

Inv 2008 sp1

View 9 Replies View Related

AutoCAD Inventor :: Edit Multiple Parts In Assembly And Update

Feb 7, 2013

Im working on a plastic enclosure, I needed to make a hole for a connector but this hole would cut into both the top and bottom of the enclosure. Normally when I edit parts in an assembly I just double click them, they become transparent and I can do all my edits. Since I need to make a hole that cuts into both parts, I just went to the 3D Model tab started a new sketch and extruded out the cut.

However doing it this way does not reflect the changes when the parts are opened on their own. Is there a way to have these changes trickle down to the part files?

View 9 Replies View Related

Illustrator :: How To Create Holes Through Multiple Layers

Aug 8, 2013

I'd like to use boxes to punch holes into the layered artwork below them. I want the result to look exactly like this image, but with the white boxes being transparent holes.

This seems so simple, but I can't find any combination of layers/pathfinder tools/compound shapes/or clipping masks that will produce this result. No matter what, I end up losing part of the artwork (usually the topo lines and the black bar).

View 4 Replies View Related

AutoCAD Inventor :: Holes Do Not Go Through?

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

AutoCAD Inventor :: How Many Holes In A Part

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

AutoCAD Inventor :: Why Don't Holes Show Up

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

AutoCAD Inventor :: Holes At An Angle In Bearing

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

AutoCAD Inventor :: Holes In Curved Surface

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

AutoCAD Inventor :: Filled Holes In Elevations

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

AutoCAD Inventor :: Dimensioning Holes From Datums

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

AutoCAD Inventor :: Placing Holes On A Circle

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

AutoCAD Inventor :: Dimensioning Holes In Drawing

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

AutoCAD Inventor :: Viewing Parts / Holes

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

AutoCAD Inventor :: Switching Between Configurations Holes

Sep 19, 2013

I have a cabinet that we make, and we put some holes through the sheet metal skin of the cabinet at the assembly level. I use iLogic to turn these holes on and off, depending on configurations.

Sometimes when switching between configurations the holes that were suppressed will disappear from my model and leave me with just the original sketch. So my iLogic rule errors because it can't find the hole feature.

I am using planes based off of the origin planes to define an axis that I use as my hole center line. And I then make a sketch on the XY origin plane to create a point for my hole. So everything there is independent of the cabinet model.

View 3 Replies View Related

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 View Related

AutoCAD Inventor :: Drill Holes At Angle

Jun 6, 2013

I am struggling to drill holes at an angle on shaft in assembly level. I cant drill at part stage as forging called up in assembly.

View 4 Replies View Related

AutoCAD Inventor :: Add Bolt Holes To Frame

Dec 19, 2011

Current version INV 2012

1. When placing pumps,bolt-on walkways etc..etc..on to a metal frame at the assembly level do you place the pumps/walkways first and then add the bolt holes to the frame or do you create the bolt holes first in the frame and then place the pump/walkways on to the holes?

View 3 Replies View Related

AutoCAD Inventor :: How To Remove A Hole From A Set Of Holes

Aug 6, 2010

i have edited an associative part within an assembly. Created a sketch on one of the surfaces, and projected the surface of another part, which had holes. Then created a set of holes, by selecting some of the hole centers from this projected sketch. Later I wanted to remove one of these holes, but it doesn't seem to be possible. I can not de-select a point.

Inventor 2011

View 9 Replies View Related

AutoCAD Inventor :: Making Holes On A Cylinder

Feb 13, 2004

I am trying to Drill a series of holes on a cylinder. I cannot find out how to start the sketch on this surface so that i can drill on the rounded part of the cylinder.

View 5 Replies View Related

AutoCAD Inventor :: Mirroring Holes In Drawing

Aug 21, 2012

I have a problem with a model and the drawing. In the model i have mirrored some holes. In the drawing the hole-table shows some of the mirrored holes on the position of the original ones. Also some entries are doubled.

I have also tried to redo a fresh drawing, the problem persists.

System: Inventor 2011 64 bit Subscription bonus pack with sp2

I also tried o another system without change. The model is too big to attach, so i attached only a pdf-dok.

View 9 Replies View Related

AutoCAD Inventor :: How To Add Two Holes To Ground Plate Only And Not Other

Sep 9, 2012

I seem to have made what many might consider a rookie mistake. Built a fairly complex structure for an overhead crane system and get to the end to find that I missed two holes. The problem with these two holes is it is ONLY 1 plate (my grounded part), but I have used this same part in one other instance. So if I edit (even from within assembly) and add the two holes to the grounded plate it creates them in the other plate, which I dont want.

Since I have the second plate being used as a refence to locate MANY other parts on this unit, it would be quite difficult to replace it with a new part (same but different file name).

Any way to add said two holes to the grounded plate only and not the other?

Inventor 2014 PDS

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved