AutoCAD Inventor :: Create A Plane Tangent To 2 Cylinders?

Dec 28, 2012

I have 2 different diameter cylinders and I would like to create a plane that is tangent to both.

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: Plane Tangent To Curved Surface?

Oct 2, 2012

I'm designing a part, and am having trouble creating a plane tangent to a curved surface. One option for creating a plane says "Tangent to Surface through Point", which in theory I should be able to use, but I can't figure out how to actually place a point there before in order to create a surface at the point.

Basically I am trying to cut a circle into the curved right side of the part

I've attached the part file for reference.

View 5 Replies View Related

AutoCAD Inventor :: Create A Workplane With The API That Is Tangent To A Surface

May 18, 2006

How can I create a workplane with the API that is tangent to a surface and passes thru a workpoint. It is easy to create a work plane of type kPointAndTangentWorkPlaneDefObject by point and click in Inventor 11, but I can't figure out how to do it in the API.

View 5 Replies View Related

AutoCAD Inventor :: Create Plane And Mirror Solid?

Nov 5, 2012

create a plane and mirror a solid?

I am planning to have the following workflow:

Plane creation:

Through the z-axis and at an angle of 7,5° to the XZ-Plane

Naming the plane - Mirror Plane

Turning off the plane visibility

Mirror solid:

Add mirrored solid to the existing solid

Here is a sample ao the code...

Dim oDoc As PartDocument
oDoc = ThisApplication.ActiveDocument

Dim oCol As ObjectCollection
oCol = ThisApplication.TransientObjects.CreateObjectCollection

'This does not work...

oCol.Add(oDoc.ComponentDefinition.SurfaceBodies(1))

'Here I want to create a new plane

Dim oPlane As WorkPlane
oPlane = oDoc.ComponentDefinition.WorkPlanes(1)

Dim oMirror As MirrorFeature
oMirror = oDoc.ComponentDefinition.Features.MirrorFeatures.Add(oCol, oPlane, False, kOptimizedCompute)

I have also attached a simplified part file where the code has been copied inti the iLogic browser

View 1 Replies View Related

AutoCAD Inventor :: Create Plane At The Angle Of Shape

Oct 25, 2012

I am trying to create two plane's one after the other like it is done in this video tutorial.

[URL]........

My problem begins with me only having 1 point on the part to pick for my 3 point plane command. In the video there is no bit where you are supposed to create a point but I'm thinking I wont be able to duplicate without doing something like that.

View 1 Replies View Related

AutoCAD Inventor :: Assembly With Two Cylinders

May 28, 2012

I'm having two assembly issues. I've attached the parts that I made and a little sketch to make it clear what's going on. 

First, you'll see two curved pieces attached to a cylinder. I can't make the wholes on the side line up and mate. I'll get mates but they're in the wrong places. The two holes on the side of curved bar should meet up with the two holes on the straight cylinder.

For the second one, I can't get the smaller armpit piece to fit inside the larger, black piece. I've gotten so it seems snug but then one little part of the "plastic" piece sticks out the top of the black piece. Hopefully the drawings make it clearer, but I attached the parts as well.

View 5 Replies View Related

AutoCAD Inventor :: Create Work Plane Perpendicular To A Surface?

Aug 20, 2012

How to create a work plane that is perpendicular to a surface? I'm trying to do this so that I can "split" the object into two separate entities where the plane is.

View 9 Replies View Related

AutoCAD Inventor :: Create A Plane In Assembly Linked To 3D Geometry

Sep 24, 2012

On one part, I have a bore hole drilled on a curved surface so the hole is actually an ellipse.

Now the other part I am trying to constrain together is the pipe that will be welded into the bore hole; so that is a simple circular pipe.

The issue is that the pipe has to be inserted 0.25" above the interior of the bore hole to allow for room for the weld. In order to do this I have tried to create a plane attached to the 3D ellipse and then constrain the pipe to be 0.25" above that plane. The problem is I cannot seem to create a plane attached to the 3D geometry; I cant even find a way to attach points, or pick the center point of the bore hole.

How to create a plane on 3D geometry and link it to said geometry. I'm using 2012, if that is necessary information.

View 3 Replies View Related

AutoCAD Inventor :: Intersect Two Hollow Cylinders

May 12, 2013

I have created the model in the picture in AutoCad, but I do not know how to create it in Inventor. In Inventor I Know how to extrude and draw 2d/3d sketches, but this simple model it is impossible to me.

It is a simple 3D part, no sheet metal or pipe. It is an structure. I have copied it sliced to make more clear the geometry that I am looking for create.

View 2 Replies View Related

AutoCAD Inventor :: How To Create Symmetric Pattern Of Components Equally Mid Plane

Sep 14, 2009

I'm using Inventor 2009.

Imagine a flat, rectangular plate with origin plains located symmetrically down the middle of the plate. Place a component, say a small cube, and constrain it to the face of the plate and the origin planes so that it too is symmetrically located. I now wish to pattern this cube about the midplane and create a total of five instances. I select "Pattern Component" in assembly mode and select the cube. For direction 1, I put in two instances and select an edge of the plate so that the pattern is taken to the left of the midplane. For direction 2, I again select two instances but pick an edge so that the pattern is taken to the right of the midplane. I now should have a total of 5 cubes but I don't. I have 6.

The second pattern is actually a repeating pattern of the first which, in the end, creates too many cubes. Visually, it looks correct because the cubes are placed excatly on top of each other. Numercially, like in BOMS, it is not correct.

Is there a way to avoid these duplications?

View 8 Replies View Related

AutoCAD Inventor :: Work Plane Rotated At Angle To Another Plane And Passing Through Axis Of Cylinder

Jul 13, 2013

How to make a new work plane rotated at an angle to another plane and passing through the axis of a cylinder, or one of the main axes.On the plane commands, in V2013, i don't find an option for plane at an angle

View 1 Replies View Related

AutoCAD Inventor :: Create Work Axis Where Work Plane Intersects Curved Surface?

Sep 9, 2013

I keep running into a situation where I would like to be able to create an edge or a work axis at the intersection of a work plane and the surface of the part.  I figured out a work around if the surface is flat, but I haven't figured out a work around for a curved surface.

How do I create work axis where work plane intersects curved surface?

Or put another way: How do I project intersection of work plane and curved surface onto the work plane in a 2D sketch?

I need to be able to draw a 2D sketch on the work plane, but get a perfectly matching projected line onto the work plane, from the curved surface, at the intersection of the curved surface and the work plane.

The attached jpg shows the intersection in question.  I circled it.

View 5 Replies View Related

AutoCAD Inventor :: Tangent Dimensioning Of Arcs

Feb 3, 2012

This is probably a simple one, but when I dimension from an edge to the tangent of a radius or circle. It always snaps to the center.  How do I get the dimension to snap to the tangent point?

View 9 Replies View Related

AutoCAD Inventor :: Display Tangent Edges

Aug 29, 2012

I am still making some adjustments to our standard drawing template and I ran into another issue.. 

I want the tangent edges to be displayed automatically when I insert a drawing view rather than clicking the Display Options tab and checking the Tangent Edges box every time I make a new drawing.  Is this possible?  If so, how?

I tried inserting a view, checking the Tangent Edges box, then deleting my view and re-saving the template but it still went back to the default.

View 7 Replies View Related

AutoCAD Inventor :: Move A Box Tangent Along A Path?

Jan 10, 2014

I have a roller pin which follows a certain path using transitional constrain in an assembly. A box is attached to the roller pin which move along with it. My problem is that I want one face of the box to be tangent to the path which the roller pin is following so that the box moves according when it is on the curve. I have attached the file with the message.

View 2 Replies View Related

AutoCAD Inventor :: Placing Tangent Constraint

Jun 1, 2012

I am trying to place a tubes cylindrical surface to another tubes cylindrical surface using add constraint. How do I specify which side of the target surface to apply the constraint ?

View 4 Replies View Related

AutoCAD Inventor :: Snap To Tangent Point

Apr 4, 2012

Since switching over to Inventor 2012 I have been having trouble snapping to tangent points on a curve or circle to pull dimensions. I would do it manually but if the dimension is not referencing a specific point in the model it turns pink to identify an error.

Is there a setting that may be not allowing me to snap to tangent points?

View 1 Replies View Related

AutoCAD Inventor :: Trim To A Tangent Edge?

Apr 2, 2013

I am having trouble with a part that I am working on.  Trying to trim to the tangent edge.  I cant post the part that I am actually using, but here is an example of a similar problem.  In the attached file, open the "Negative Part.ipt".  The sketch 2 contains a line (unconstrained).  I need this line to be tangent with the curve below it.

I can project the edge of the curve to my sketch plane, but not the tangent of the radius.

Windows 7 x64 -12 GB Ram
Intel i7-930 @ 3.60ghz
nVidia GTS 250 -1GB (Driver 301.42)
INV Pro R2013, SP1.1 (update1)
Vault Basic 2013, SP1

View 7 Replies View Related

AutoCAD Inventor :: Tangent Edges In Drawing

Oct 8, 2013

Looking at a side profile of a channel in a drawing, you will usually see a top and bottom edge, as well as some nominal flange thickness.

In Inventor, all you see is the top and bottom edge...because the channel's shape is really radiused on the flange.

So I turn on "Tangent Edges" in the Display Options of my view...now I see three lines representing the flange. I can manually hide the other lines, but this option creates a TON of lines in my views that I would have to manually hide.

What is the quickest and cleanest way to represent a channel without seeing a ton of extra tangent lines?

View 2 Replies View Related

AutoCAD Inventor :: Showing Tangent Lines?

Oct 12, 2012

In my drawing, of either a part or an assembly, how do I display tangent lines?

Windows 7 SP 1
64 Bit.
Inventor 2013
ACAD Mechanical 2013

View 2 Replies View Related

AutoCAD 2013 :: How To Create A Block To Match ISO Plane

Jul 23, 2013

Basically, what I want to do is create a block, such as a piping elbow, that will allow me to click on different angles upon insertion and have it match that angle.

Assuming those gray dots represent the elbow block, which actions do I need to use in the block to have my elbow block match different angles as shown.

View 3 Replies View Related

AutoCAD Inventor :: Tangent Constrain On Multiple Curves

Aug 4, 2013

Is it possible to have a tangent constrain on multiple curves?

see enclosed rough sketch, i would like the curved free end or the arm to be in constant contaced with the wavey top line on the other part, the wavey line is constructed as 3 curves but i can only get the tangent constrain to apply to one of the curves.

i would like the tangent constraignt to move between the curves so the part stays in constant contact with the wavey line. this is just a mess about sketch i suppose a real world instance will be a wheel following a shaped cam plate.

View 2 Replies View Related

AutoCAD Inventor :: Drawing View With Or Without Tangent Edges

Oct 28, 2013

Is there any way to have Tangent Edges to show within all view's created on my idw automatically within the my template file or do I have to remember to double click on each of my created views per page, select display options and make sure Tangent Edges are checked on.

*See Computer Mouse is Attached Photo
IV 2012 Pro-Suite / VP 2011
Windows Vista Enterprise - 64 Bit
Precision Workstation T7500
Intel (R) Xeon (R) CPU - E5504 @ 2.00 GHz (8 CPUs)
12284 Mb Ram
Dual Quadro FX 5800

View 6 Replies View Related

AutoCAD Inventor :: Tangent Lines Display Options

Dec 4, 2013

I used Solid Edge for my entire professional career. One thing that is driving me batty is how, when necessary in a view for clarity, tangent lines are displayed and how to change them, or at the very least, come up with a work around to display them how is needed. In general, tangent lines are first, supposed to be of thinner lineweight, but also, are not supposed to extend all the way across the surface of a part, they are to leave a small gap.

I have found and tried the option of displaying tangent lines, and also have checked the for shorten option. The issue is, in many of the parts the gap produced in HUGE. So I've spent a few hours tinkering, and I finally decided to try and define a new linetype using autocad express tools. So I tried this, but to my dismay I haven't been able to set up a linetype that only has a gap at the end. See attached jpeg for illustration.

View 2 Replies View Related

AutoCAD .NET :: Replace All 3D Polylines With Cylinders

Feb 21, 2013

I'm trying to automate a simple yet massively tedious task at the moment. Certain layers of my drawings contain 3D Polylines that have to be converted to cylinders. What I need to do is select all 3D Polylines in a specific layer and automatically convert them to cylinders, these cylinders will all share the same hardcoded diameter, however will retain the x,y,z, positioning of the 3D Polylines. The way that I'm approaching i'm attempting right now is to use a selection filter to select all 3D Polylines, save their co-ordinates into an array, create the cylinders using these co-ordinates and then deleting the existing polylines.

View 9 Replies View Related

AutoCAD Inventor :: Wrap Folded Surface (continuous Tangent)

Nov 16, 2011

Does the action (look in .ipt file) shown in the attachment is appropriate and complies with the autodesk wikihelp?

Windows7 64b; GIGABYTE EX58-UD5; Intel Core i7 920 (2.66GHz)
DDR3 3x2GB Kingston, HD ST 750GB+320GB
NVIDIA Quadro FX1800 (1680x1050) + SpacePilot PRO
APDSUltimate 2014

View 6 Replies View Related

AutoCAD Inventor :: Fairing Splines And Making Tangent Lines?

Jun 9, 2013

In other softwares when you creat a spline you are able to adjust the curvature between points by dragging the slope handles at a node. In my file, I have thus far been unable to fair my splines with any kind of consistancy. Also, it should be possible to place a tangent constaint to a straight line at a point, yet I haven't been able to do that either. According to the help files this should be an easy thing to adjust, Why am I not able to?

View 9 Replies View Related

AutoCAD Inventor :: Placing Dimension From Line To Tangent Of Diameter?

Nov 16, 2011

I am trying to create a dimension in an .idw that goes from a line to the tangent of the outer diameter.  I have tried several approaches but I cannot get it to work.  Essentially I am trying to replicate a drawing which was created in Solidworks but I am having trouble with this dimension.

View 4 Replies View Related

AutoCAD Inventor :: Non-tangent Curves Found In Path Error

Dec 14, 2011

I have created a bin/vat/tub using sheet metal.  I started with a contour flange. I then copied the sketch and pasted into a new sketch off the flange for a contour roll feature. Then a flange, roll, flange, roll, flange and roll.  My trouble starts at the last flange.  I'm trying to construct the flange exactly as I have created the features before. I set the distance, select the profile (it shows the flange on the screen), hit apply and that's when my message shows up. "Non-tangent curves found in path: flat pattern cannot be correctly created. Edit sketch and add constraints to the curves. The sketch is fully constrained according to the lower right hand corner and the auto constrain button.

View 2 Replies View Related

AutoCAD Inventor :: How To Correct Length Line Tangent Edges

Aug 14, 2012

How to correct length line Tangent Edges,  Foreshortened (sheet metal drawing) ? I didn't find option to correct length line Foreshortened (sheet metal drawing) .

View 1 Replies View Related

AutoCAD Inventor :: How To Turn Continue Straight Line With Tangent Arc Feature On

Sep 9, 2012

i have problem with the Application option settings for sketch enviroment:   When i draw a line in the sketch, i am not able to do the "click hold for a tangent arc to the representing line" it just starts a new straight line.  

I know it has something to do with the settings, but can figure out what the correct settings are...

View 8 Replies View Related







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