AutoCAD Inventor :: Fillet In Eccentric Reducer?
Sep 23, 2013
What kind of fillet i need for relax the edges in a eccentric reducer pipes's fitting, i can use fillet of faces for the sircular edge smaller , but am in troubles with the bigger .
View 1 Replies
ADVERTISEMENT
Feb 29, 2012
How to develop an Eccentric Reducer .
I want Big Id =2750 mm Small ID=1650 mm & Length of Eccentric Reducer =4400 mm Thk=20 mm
View 4 Replies
View Related
Apr 17, 2010
but i am unable to draw eccentric reducer using the enclosed sketch.
View 9 Replies
View Related
Oct 15, 2013
I am trying to draw a structure like in the structure.jpg. But what I could only draw is just like a structure in cartridge.ipt. There was no other choice except using circle.
Is there a way to make a pillar of eccentric circle?
View 4 Replies
View Related
May 5, 2013
I have got a reducer with a size of 4" to 3" dia and a length of 5". I need to open and draw its dimensions. I need the dimensions as highlighted in the sketch.
View 3 Replies
View Related
Feb 19, 2012
I have remodeled a part I was working on previously, but now an edge doesn't want to fillet, as it was on the old model ( in the top right corner )..
View 2 Replies
View Related
Oct 11, 2013
I am working on my project at home and I am having some problems with the fillet tool.
Attached is a picture of my problem with what it is doing.
I am trying to fillet A to E and E to C (B to D and D to F also)
On the left hand side when I fillet, it connects C to E instead of A to C and I do not know why it is doing that or what I am doing wrong.
View 2 Replies
View Related
Dec 7, 2011
How do i make the 3mm fillet go in the other direction.When i apply the fillets to the top of the pipes it goes inwards but i want the fillet to go outwards.(like a weld - i don`t want to weld though just use a fillet).
View 1 Replies
View Related
Mar 14, 2012
Is there a way to create smooth transitions for fillet welds for around corners?I have to create four separate fillet welds on all sides of the mating pieces and it breaks at the corners.
View 2 Replies
View Related
Oct 21, 2013
How do i get the curve when drawing a concentric reducer i tried lofting but still dont get the curve.
Spoiler (Highlight to read)
View 3 Replies
View Related
May 6, 2013
I have a little issue with drawings where I cannot find out how to highlight fillet edges on the models. I dare say I am missing some simple setup option.
The picture attached shows what I mean. The left is how the model looks in drawing mode and on the right is how I would like it to look (taken from the modelling environment).
View 1 Replies
View Related
Dec 7, 2011
Can you delete part of a fillet feature? While still keeping part of it & adding to it.
I have a fillet feature with 2 fillets to a part. One is in the wrong place.The Feature Fillett1 if you edit it, you will see what I mean.
Keep the middle one. Both fillets are 0.25" / Replace the bottom fillet to the top corner.
I would like to keep the Feature in the order it is in, if possible.
I am using Inventor 2012.
View 2 Replies
View Related
Apr 16, 2013
I have searched the discussion groep and have not came up with any usefull information.
I have an inside web plate sketch that i want to offset but my offset does only do one line at a time.
So my problem basicly is that I want it to do the whole sketch in one click. Is it possible to join all the lines? or is there another function that I do not know of that will do this for me.
Attached is photos of the problem I have
1 picture - How do I join these lines
2 picture - How the whole sketch looks
3 picture - The offset does only do one line at a time (i want it to do the whole sketch)
View 6 Replies
View Related
Oct 30, 2011
I'm currently modeling a propeller and i want to fillet the base of the blade to the hub but the way i have it will only let me fillet it towards the patched surface on top of the cylinder, what can I do?
I would also like to have the fillet be a large radii on the center and be small at the leading/trailing edges.I just tried posting it but the file I have available now is bigger than the limit and I cant compress it to 1.5 mb, while I get acces to the file on monday:
The blade is comprised of 2 lofted surfaces and patched surfaces to join them and make a closed loop, one of the patched surfaces ''hugs'' the cilinder outer surface (hub), when I try to fillet the it tries to smooth from the lofted surfaces to the patched surface, making the arc to the other side i want it to.
View 6 Replies
View Related
Sep 14, 2012
I have been asked to change some of the default weld settings within the weldment template, i.e. set groove weld to full face full face, set the fillet weld to 6x6. so that when we do a new weldment these things are already set, have hunted high and low on here, through google, autodesk knowledge base for inventor but havent found anything, not sure if havent put the right keywords in or that it just isnt possible to do.
View 2 Replies
View Related
Sep 15, 2013
I generate 3 points, two lines between point 1,2 and 2,3 and make a bend between the two lines. Cannot do it correctly.
On one side the fillet is not trimmed correctly. I think it is a bug in Inventor. Also when I have the sketch I manually cannot make a decent bend/fillet in the 3D sketch I created.
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click 'add 3d sketchpoints in open partdoc Dim oPartDoc As PartDocument Dim oPartDef As PartComponentDefinition Dim oTG As TransientGeometry oTG = _invApp.TransientGeometry oPartDoc = _invApp.ActiveDocument oPartDef = oPartDoc.ComponentDefinition Dim oSketch As Sketch3D oSketch = oPartDef.Sketches3D.Add() Dim sp1(2) As SketchPoint3D Dim rod(1) As SketchLine3D sp1(0) = oSketch.SketchPoints3D.Add(oTG.CreatePoint(0, 0, 10)) sp1(1) = oSketch.SketchPoints3D.Add(oTG.CreatePoint(0, 0, 0)) sp1(2) = oSketch.SketchPoints3D.Add(oTG.CreatePoint(10, 0, 0)) rod(0) = oSketch.SketchLines3D().AddByTwoPoints(sp1(0).Geometry, sp1(1).Geometry) rod(1) = oSketch.SketchLines3D().AddByTwoPoints(sp1(1).Geometry, sp1(2).Geometry) 'bending it oSketch.SketchArcs3D.AddAsBend(rod(0), rod(1), 2.5) End Sub
The resulting part-file is added, for who wants to try to get a bend with both sides trimmed correctly.
View 2 Replies
View Related
Sep 20, 2011
I need to fillet part on an edge on the top face of the enclosed part, is this possible? I have tried a few things but the fillet command always selects all the edges on the face to fillet.
once selected it says in the selection box that 15 edges are selected, and I can't ctrl click to remove any of them singly, basically it will deselect them all? I have made sure I have loop select off.
View 2 Replies
View Related
Jun 20, 2012
If I was to build a rectangular pipe reducer in parts builder does it have to be built as a structure or could or be a pipe? I am having a hard time understanding how to use part builder. I am trying to work with all the tutorials I can find. I just wish I could find a step by step on how to make a reducer.
View 3 Replies
View Related
Feb 16, 2012
i am learning publishing parts to content centre so as to use for frame generator.Success so far except i cannot work out how to change Fillet sizes with the Family Table.As i increase the sizes of beams i want to also control the fillet size within the Family table.Where do i add the fillet parameter?
INV 2012
View 4 Replies
View Related
Mar 23, 2012
I need to show fillet welds between the bar and the curved surface. There is a small gap there (3/8" bar against 2 3/4" O.D. tube) and IV and neither groove or fillet weld works. How to show the weld?
I am using IV2009.
View 1 Replies
View Related
Jan 8, 2013
I am looking for a way to add a welding symbol to an existing fillet weld. When I am creating a fillet weld, I get a chance to create a welding symbol based on the fillet weld size.
If this is not done when the weld is created, there is no way to add this notation. I don't have the "Create Welding Symbol" checkbox when editing an existing weld. The only solution is to delete the weld and recreate it.
I am trying to link the welds in the iam with the weld notes in the idw.
View 1 Replies
View Related
May 8, 2012
I don't understand why this Fillet would fail when it was fine before I changed the length of the edge. See before and after shots attached..
The geometry/features that are used to create the fillet are exactly the same.
View 1 Replies
View Related
Aug 10, 2012
I have a model that has been made up from a revolved sketch and then had loads of bits done to it etc.. Basically it is a tapered ring with a fillet on the top edge, I need a top face dxf export for profiling and to do this I need to remove the radius on the edge, but because it is a revolved sketch and it is not filleted it is not so easy to do with other references involved.
Is there a way I can temporally rebuild the edge to remove the fillet, I tried in fusion but it won't allow a Zero fillet edge?
I can't upload the sketch to show you unfortunately.
View 3 Replies
View Related
Aug 30, 2013
Is there any way to place a full round or bullnose feature on the end of a cylinder without having to use any formulas or pay attention to dimensions similar to the three face selection of the full round fillet option?
Obviously you can take the diameter/2, but the three face selection of the full round fillet is quite simple, and if you didn't originally plan on having the full round it takes extra digging to come up with the right parameter to use.
View 9 Replies
View Related
Nov 14, 2013
I am building a Crankshaft. How to build the connecting weights that attach the main journals to the connecting rod journals. I can post a screenshot of the design. I have a extruded face that is a half circle on the top.so I am trying to fillet or cut a section off of the rounded edge. I have tried to build tangent workplanes and projecting geomety, but to no avail.
View 9 Replies
View Related
Sep 7, 2011
I am trying real hard to fillet the edges of these designs but it keeps saying try again with a smaller radius.
View 5 Replies
View Related
Oct 10, 2011
I made a fillet earlier and then continued to work on the part. Now when I try to delete the fillet (to replace it with chamfer) Inventor gives me a box: "delete features" and the middle box can be selected which says "dependent sketches and features". If I check the box and hit ok, some of the unreleated holes and chamfers gets deleted and the fillet I wanted to delete doesn't get deleted. If I uncheck the box, different chamfers and threads dissappear, fillet I wanted to delete stays in place again and yellow box appears on the corner of the part. So what should I do to just delete the fillet and keep everything else?
View 4 Replies
View Related
May 31, 2012
Usually when creating a fillet weld it displays a texture of a wavy surface. I can only get a smooth surface. Is there a way to modify weld appearance to what I'm used to?
View 2 Replies
View Related
Apr 30, 2012
I have drawn a pipe network with multiple concentric sturctures. I need to make them all eccentric now. Is there an easy quick way to do this, or do I have to redraw all of them. When I go to the properties, I cannot find an option that allows me to change this.
View 2 Replies
View Related
Jan 14, 2013
Using Inventor Professional 2013
In the attached assembly, I would like to fill the four corners (see Figure 1) with weld to make one smooth bead around the perimeter of the end cap rather than using fillet weld to lay down four linear beads along the edges. I accomplished this with a groove weld (see Figure 2). However, problems occurred (pasted below) when I attempt to weld this piece to a surface.
Error message:
" Create Weld Feature: problems encountered while executing this command.
example.iam: Errors occurred during update
Fillet Weld 3: Could not build this Fillet Weld feature
The attempted operation had problems trimming and discarding faces. Try with different inputs."
When I had the four original fillet weld beads, I could fillet weld this part to a surface no problem (see Figure 3). When I switched it to a groove weld to get the desired corner appearance, I get errors. I tried to mess around with the tick boxes in the groove weld dialog box to try to fix the problem but nothing worked.
Ultimately, my problem can be solved if I could simply fill the corner gaps without using the groove weld command. This would eliminate the errors associated with fillet welding over groove welds.
Let me know if the attached files do not work. This is my first time uploading an assembly and its associated part files.
Figure 1: Corner with fillet welds (need to fill that gap)
Figure 2: Corner with groove weld (gap filled)
Figure 3: Fillet welded (concave) to plate. Still need those corners filled.
View 2 Replies
View Related
Feb 3, 2013
Fillet works fine on a single curve and straight lines, but I'm having trouble using the fillet command on two curves (arcs). I have two circles which I have trimmed into arcs roughly to the correct length, when I try to fillet them (with various radii) the filleted curve either connects to the wrong end of one of the existing curves, or the filleted curve curves in the wrong direction. I've used this tool a lot before and have never had problems - until now. Is there a way to decide which way the fillet curves?
View 8 Replies
View Related