I have a question about limiting movements. In real life, when you close a door it stops as soon as it hit its frame. I want to do the same in Inventor.
Is there any way to force IV to allow more than the 5 decimal place resolution that is listed in the Units drop down box?
And is there any way to force the result in the distance command to show all the decimals even if they are zeroes? When I specify 6 decimal places in the distance / measure command, I want to see 6 decimal places. If I don't, then I don't know if the rest of the digits are zeros or if it just didn't accept my choice to show 6 decimal places.
I just got back a submittal package from a customer. Many markups because of incorrect dimension callout for a certain fit. When I dimensioned the drawing, I used the limit/fit calculator that is with Inventor. Now I just compared this calculator with the ANSI B4.1-1976 standard that it is supposed to follow. What I found was that the values in Inventor are wrong.
I just checked a few sizes and they do not match the ANSI standard. Not sure it there are other fits that have errors in them, but I will bet there are. Does Autodesk realize that if this information is put out, we have to take it as gospel. I don't have the time to check every-little-stinking dimension. If the dims in the table is wrong, I might as well type them in myself and forget about using the table.
Here is a screen shot of some of the errrors that I found. I also checked this size range for RC3, RC4 and RC5. They all have errors in them too. I am sure there are more, just dont have the time to check. We are not talking about "Freeware" here...
How would I go about creating a rule in iLogic which would limit the minimum length of a pipe (parameter = Pipe_Length) to be half the outer diameter of the pipe (Pipe_OD), in other words "Pipe_Length ≥ Pipe_OD/2"
I know you can use the limits wizard in iLogic, but is that not only for numerical values as opposed to parameters?
I'm making a tube that is connected on another tube. I did this by skeleton modeling, for my tube extrusion i used Extrude To surface.
Is there any way to get the length of that extrude?
I know its possible to get the sweep length like this. Is there a way to get the extrude length as well?
'Set a reference to the active part document
Dim oDoc As PartDocument oDoc = ThisApplication.ActiveDocument Dim oDef As PartComponentDefinition oDef = oDoc.ComponentDefinition Dim opath As Path opath = oDef.Features.SweepFeatures.Item("TheSweep").Path Dim TotalLength As Double TotalLength = 0
I cannot extrude a 2D shape that is drawn by lines.It appears to be linked but is not .I can see the problem saying not a closed loop or a constraint but don't know how to fix it.
So I started on this project recently and was not the original modeler. This section of pipe has some problems where I'm guessing a sweep went wrong. I've tried everything I know to do to try to fix this section but haven't had any luck.
- This model has no tree and is shown as one soild "base"
- I tried to extrude cut the bad section
- I tried spliting the bad section
- I exported the file as an IGES and then tried to remove bad section
I'm sure there are some other round about ways I tried that I can't think of but in the end nothing has worked.
I'm using the extrude tool so that the rectangle that I'm extruding (downwards) will taper (and become thinner at the bottom). However, when I do this, even as a fraction (.01) it seems to get bigger at the bottom. How do I make it thinner at the bottom, not bigger?
I was watching on of the "Sales" videos on Autodesk.com. I saw them extruding a part surface to another surface of an imported part. I have a need to do this. When I try to extrude my part, I cant pick the surface that I need it to go to.
The video I am watching is here. Its titled "Native Translators". They show the surface being extruded at about the 0:53 mark.
The problem that I have is while working in the assembly, I double click on my part to edit it in the assembly. Next I chose Extrude and "To Next", but I am unable to pick the surface I need it to go to. The surface is in another part that is in the assembly. The part I am trying to extrude is adaptive, like in the video.
I did notice that in the video, when they pick the "to Next", the add/cut/intersect is greyed out.
I know my subject is somewhat mis-named, because I gather that you cannot really extrude from a 3D sketch, however I am looking for a way to accomplish what extruding a cut from a 3D sketch would accomplish.
The problem is this: I have a simple 2D sketch that I've projected onto a curved surface (imagine a square projected onto the outside of a hollow cylinder). Now that I have a 3D sketch on the surface of the cylinder, I want to use that sketch as a "cookie cutter" through one wall of the cylinder.
If I were to simply extrude the cut from the 2D sketch, the "cookie" is wider at the edges than at the center. I want the cut to be perpendicular to the projected 3D sketch at all points.
I've attached a simple example that illustrates my problem.
Sometimes after I have created a sketch I can not extrude it, sometimes it wont let me click on the profile, other times it will only let me cut away material not add it like I would like. I am sure it has something to do with something fundamental I am doing wrong within the sketch, but I am not sure what.
Right now I am trying to model a concrete embed plate. The design calls for 1/2" round steel embeds at the contour of the line in the attached image. What is the best way to extrude this line into a 1/2" DIA dowel? I have tried the revolve command and sweep command without any luck... I know the sweep command would probably work the best but I can't seem to draw a 1/2" dia circle perpendicular to the line.
I'm fairly new to the world of CAD, and I was just working on a phone case for my friend when I tried to extrude geometry text, but couldn't because the OK and Apply options were greyed out. I tried embossing and making a hole, but they were greyed out for them too. I tried messing with the settings to see if I could fix it, but I still couldn't. I'm really confused right now, I remember doing something similar for a case I made for myself.?
I am creating a fan wheel (see attached). The fan blade needs to be extruded to the inside surface of a 2 piece cone assembly. To make it even more difficult, the inner portion of the blade needs to be cut at an angle so that the extrusion ends at the cones. See attached pdf reference sketch. The result for the flat pattern blade edge should be two parabolic curves.
I'm using a template file (part with just a drawing in it) for the basis of a few parts.
In one of these parts I use the template sketch for an extrude. After that I would like to use it again for some other extrude.
But I can not reference the drawing again. Normally I can 'share'a sketch. But somehow a sketch from a template file can not be shared. How can I use the template sketch for a second extrude?
I wonder if I can extrude a .igs file in inventor 2012. I had been trying with the thicken/offset feature but it didn't work, the program get stucked when I use this tool. The thing is I am trying to convert a surface to solid with volume.
I attached the .ipt file(compressed as .rar) where I opened the .igs file to work on it.
I want to query the depth of an extrude feature in a model from a drawing file - I've got access to the feature from the drawing file, but I'm struggling to find the correct method to query the extrude depth.
I can see I can get Faces / StartFaces / EndFaces from which I could do some evaluation on - however, StartFaces.Count is 0 (not sure why) EndFaces.Count is 1 (seems logical) and Faces.Count is 9 on a simple rectangular extrusion of depth 10mm.
In reality the extrusion could be any shape, any depth and either a set depth or through all.
Am I on the right tracks with evaluating the Faces collections? Or is there an easier way to get the depth ?
I have a cylinder that has for lack of a better word, a zig zaged slot milled into the outside of it thru to the bore. I am unsure how to go about drawing this so I can get it to extrude correctly around the part.
From other cad software history, I could draw it on a straight plane and tell it wrap around the part of whatever diameter. But, since I have not attempted this in Inventor I don't know if this exists.
Just for reference, this is a twist lock device. Turn the cylinder, advance a key the is inside the zig zag advancing or retracting the part that is inside the bore attached to said key.
I have what I am sure is -not very complicated- part that has a goofy intersecting angle. I have created a plane for this angle to try and do the cutout but it extrudes at the 30 deg, where as I would like to extrude that 30 deg feature at 90 deg. Is this possible?
The RED text says "Currently extruding this way" (30 deg per the plane)
The BLUE text says "Want to extrude this way" (90 deg, in line with the from face basically)
I have a company logo that I would like to make 3D. I am guessing I can't just import a picture and extrude it. But I would like to know at least how to import a picture so I can at least trace it in a sketch and then extrude it. How can I go about that?