AutoCAD Inventor :: How To Make 3 Mm Fillet In Other Direction
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
ADVERTISEMENT
Dec 25, 2012
how to make the fillets goes the opposite direction.I want the fillets to round the edges not join the edges together
View 6 Replies
View Related
Jul 11, 2012
It's possible make a fillet with window selection?
View 4 Replies
View Related
May 17, 2013
I have created a linetype with the text GAS OPTION in it. The line is continuous with a break around the text. In a straight line the linetype works fine (breaks around the text etc). However, when I use a polyline and spline the line for a curved line the text aligns with the direction of the line at the start, but when the line bends, the text suddenly changes direction and reads in the opposite direction. It looks like AutoCAD is trying to keep the text upright rather than following the direction of the line. When the text changes direction it also changes its insertion point and overlaps the continuous part of the line. I have 2013 AutoCAD.
Here is the string I used for the linetype.
*GAS_Option_LINE,Gas line ----GAS OPTION----GAS OPTION----GAS OPTION----
A,8,-15,["GAS OPTION",STANDARD,S=2.54,U=0.0,X=-2.35,Y=-1.27],-12
View 2 Replies
View Related
Jan 2, 2014
I have cut several sections at different points along a road alignment. The sections are cut facing the same direction as the alignmnet. Is there a way to reverse the section direction without changing the alignment direction?
View 6 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
Apr 21, 2011
I have a drawing of a stone railing section and I have to change direction in the run direction of the baluster panel. Is there a way that I can move the details without changing th Y direction of the details. Please refer to the attached CAD file for details. I am trying to avoid having to redesign the panels if possible. railing detail.dwg
View 6 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
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
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
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
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
Mar 19, 2014
I have a path with a smooth point. The two direction points form a direction line with any non-45-degree-angle - say 11.8 degrees. I want to drag one direction point while keeping the angle of exactly 11.8 degrees.
Is there a key combination for that (Mac OS)?
View 17 Replies
View Related
Apr 24, 2012
How to make a type of material go in one direction or by another degree . Ex: if you click on a wood type material, it goes up or down and right or left depending which side of that object is. On the picture below, it goes up and down, side to side no all sides go in one direction. I need to know how to mange the direction of the way of where the material go.
View 7 Replies
View Related
Oct 5, 2011
is it possible to define a 'natural direction' at a pin, in which a wire should start when connected to that pin? This would seem to be natural for me.
As the attached picture shows, my wire is connected at this pin in a weird direction (because I need to route it through the indicated segment).
What is the best strategy to do it correctly?
Another question: I increased the diameter of the segment, hoping that it means that the wires are constrained within the segment, but are free to move withini this. But they all seem to be constrained to the centerline. What I want is that all my wires pass within this 'tube' of 30mm diameter.
View 5 Replies
View Related
Oct 16, 2013
In an assembly, i make a half section view, but i want the other side to be seen.
I want only to change the direction of the view, how can i do that?
View 3 Replies
View Related