AutoCAD Inventor :: Dimension To Intersection

Sep 5, 2012

When I place a centerline (or include a workplane from the ipt) is there ANY way to dimension to the intersection of this centerline and the edge of an object?

Like in this image above, I would like a horizontal dim between the vertical centerline and the intersection of the centerline and the edge of the part.I know that I can create a sketch on the view and project geometry/draw geometry... but that is such a pita.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Ordinate Dimension To Intersection?

Feb 6, 2006

I can put a regular dimension to an intersection, but when I rmb I do not have the intersection option when placing an ordinate dimension. Is there another way to go about putting an ordinate dimension to an intersection?

View 9 Replies View Related

AutoCAD Inventor :: Dimension At An Intersection Point?

Oct 13, 2011

How do we create dimension at an intersection point between arc and line?see attached picture. I need to create dimension as red line.

View 3 Replies View Related

AutoCAD Inventor :: How To Dimension For Corner Intersection In Drawing

Oct 24, 2013

dimension bend parts with corner intersection. Is there any option in Autodesk Invenor Drawing so that i can give dimensions as shown in attached image.

View 2 Replies View Related

AutoCAD Inventor :: Ordinate Dimension To Apparent Intersection? (but Not Using Ordinate Set)

Jun 11, 2013

There was a message on here about using Ordinate Set to create an ordinate dimension to an apparent intersection and I've managed to do that, but is there a way to use just Ordinate to dimension to an apparent intersection? I've tried dragging and right click menu but no luck.

I'm using Inventor Professional 2012.

View 3 Replies View Related

AutoCAD 2013 :: Distinction Between Intersection And Apparent Intersection In Snaps

Sep 15, 2012

What distinction is between “intersection” and “apparent intersection” in snaps,. I’m not sure what difference is between the “intersection” and “apparent intersection” in snaps.

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 9 Replies View Related

AutoCAD Civil 3D :: Create Intersection Design Using Intersection Tools

Mar 6, 2013

I am trying to create an intersection design using the Intersection Tools in C3D 2012.  I followed the steps in the tutorials, created a corridor on the major road, splitted the regions, created the intersection and added it to the major road corridor, and connect the regions with the intersection portion. 

I used the same assembly throughout the design just for simplicity, however, i notice that there are gaps of curb between the curb return section and the through section (as outline in red rectangles).

View 6 Replies View Related

AutoCAD Inventor :: How To Convert Normal Dimension To Driven Dimension Through ILogic

May 28, 2013

I have one problem in ilogic "How to convert the normal dimension to driven dimension through ilogic"

View 4 Replies View Related

AutoCAD Inventor :: Make Radius Dimension Diameter Dimension?

Feb 23, 2013

how to make a radius dimension a diameter dimension? I have Inventor Profession 2013.

View 1 Replies View Related

AutoCAD Inventor :: Override A Dimension To Create A Basic Dimension?

Jun 27, 2011

Is there a way to override a dimension and have it shown as a GD&T Basic dimension. I can override a dimension with the text option but not with a box around the letter. It sounds strange to do this but the letter represents a dimension in a chart format that are Basic dimensions.

View 9 Replies View Related

AutoCAD Inventor :: Make Linear Dimension A Diameter Dimension?

Jan 27, 2012

Is there a way to make the linear dimension a diameter dimension?

View 9 Replies View Related

AutoCAD Inventor :: Intersection With Radius

Oct 10, 2011

We need to be able to use intersection with radius... In doing, it just snaps to the center not intersection.

View 9 Replies View Related

AutoCAD Inventor :: Apparent Intersection Not Working?

Jan 22, 2013

Having problems dimensioning to an apparent intersection in an IDW?

Once I hover over both lines to show the intersect and both line do intersect but it should turn green, it's not, it just keeps yellow.

It is placing the dim in the right place but it's also not drawing in the intersect lines.

It was working last month as I have a drawing to prove it.This is on a few machines.

Also moving dimension is a problem. Sometimes they will not reattach after moving one end.

AIP2011 sp2

View 2 Replies View Related

AutoCAD Inventor :: Intersection Curve Sweep End Profiles?

Jan 7, 2012

I am practicing modelling 3D sweeps using an intersection curve, and tried to insert a swept cut on the attached model, but the ends are not circular.  I assume this is because the plane which I drew the sweep profile on is not on the top face.  Is there an easy way to rectify this and create the semicircular channel in the ends?

View 3 Replies View Related

AutoCAD Inventor :: Intersection Of Sphere Surface And Plane

Sep 15, 2013

I need an intersection of the surface of a sphere and a plane, producing a circular line.

I do not know how to do that.

View 2 Replies View Related

AutoCAD Inventor :: How To Snap Origin To Centerline Intersection

Aug 26, 2012

I have problem with placing origin of ordinate dimensions on point where two centerlines are intersecting. 

In my particular case I have rectangle and centerlines are in the middle of pararel edges. So they are crossing eatch other in the center of rectangle.

I need to place origin for ordinate dimensions in this point.  But till now I had not find any way to do that except make a skkech and draw a line that's one end is exactly in the point I want. But it seems to me like rather ridicules aolution.

View 3 Replies View Related

AutoCAD Inventor :: Project Intersection Of Axis With Plane Command

Nov 3, 2011

I am trying to constrain a point on a sketch to the intersection of an axis with my sketch plane... and I'm having some trouble.  I can't select the axis when I select the "Project Cut Edges" and the "Project Geometry" is of no use because the axis is not normal to my sketch plane. 

I'm trying to cut holes normal to my sketch plane on a curved surface using points projected from an overhead sketch.

View 3 Replies View Related

AutoCAD Inventor :: Find Intersection Point Between Line Segment And Workplane

Aug 31, 2011

I have to create a hole (extrude) in a wall part in my assembly document where a stack will be installed.

To determine where, I verify if a line segment pass through the wall (XY Plane).

But I get an error with the command: IntersectWithLine

Here's my

 Public Function IntersectionPoint(ByVal app As Inventor.Application,
ByVal wp As Inventor.WorkPlane) As Inventor.Point
Dim oTransGeom As Inventor.TransientGeometry = app.TransientGeometry
Dim startPoint As Inventor.Point = oTransGeom.CreatePoint(Me.StartVertex.X,
[Code] ......

View 2 Replies View Related

AutoCAD Inventor :: How To Click On Two Lines In A Part Sketch And Get There Intersection Point Using VBA

Oct 29, 2013

In assembly mode, how can I click on two lines in a part sketch and get there intersection point using VBA?

View 3 Replies View Related

AutoCAD Inventor :: Find Intersection Point Between LineSegment2D / DrawingCurveSegment Object

Sep 14, 2012

I'm attempting to find the intersection point between a LineSegment2d Object and a DrawingCurveSegment object unsuccessfully.

View 1 Replies View Related

AutoCAD Inventor :: Intersection Point Between Cylindrical Curve And Faces In Body

Feb 7, 2013

I want to find the intersection point between a cylindrical curve and faces in a body. I have the start point an start vector and a rotational velocity. With this values it should be possible to create this cylindrical curve.

Is there a function in inventor which I can use?

Currently I am using the function "FindUsingRay". But I thing that there is only the possibility to fire a linear function through the body.

Today I found the command "FindUsingVector":

Sub FindUsingVector(OriginPoint As Point, Direction As UnitVector, ObjectTypes As SelectionFilterEnum(), ByRef UseCylinder As [defaultvalue(-1)] Boolean, ByRef ProximityTolerance As [optional] VARIANT, ByRef VisibleObjectsOnly As [defaultvalue(-1)] Boolean, ByRef LocationPoints As [optional] VARIANT,

I did not find any information in the "Autodesk Programming help". what is the difference between this both functions?

Is the argument "UseCylinder" for a switch into cylindrical coordinate system?

View 7 Replies View Related

AutoCAD Inventor :: How To Add Dimension

Jul 4, 2013

How do I add a dimension so that it shows both metric and imperial, with metric first, but has the appropriate units after each. Ie. 1.0mm (0.039 in.)?

View 2 Replies View Related

AutoCad 2D :: Get Dimension Text That Pull Out To Side Closer To Actual Dimension Marks?

Jun 2, 2011

I'm trying to get the dimension text that I pull out to the side closer to the actual dimension marks. The 2 1/2" and 2" shown have a minimum distance they can get toward their dimensions. I would like it to be about half of what it is, but so far I haven't been able to find the property that changes that.

View 3 Replies View Related

AutoCad 2D :: Override Dimension With Formula / Function That Relates To The Length Of Dimension

Feb 10, 2012

Is it possible to override a dimension with some sort of formula or function that relates to the length of the dimension?

A simple linear scaling might be possible by inventing a new unit with the appropriate conversion ratio, but that wouldn't work. What I need for the dimension to display a length 400 less than the actual length.

View 9 Replies View Related

AutoCAD Architecture :: Avoid Getting Zeros When Creating Dimension Line With Quick Dimension Command?

Dec 4, 2013

How can I avoid getting zeros when creating dimension line with quick dimension command. the Zeros indicates the line itself. how it can be avoided?

View 5 Replies View Related

AutoCAD Inventor :: Dimension In Fractions

May 15, 2012

I teach 8th grade tech and we use inventor I needed to display in fractions went to help menu. told me to go to styles & standards and then to styles editor as the help menu says and in the dialog box on the right is the browser it has in it color, lighting, & material. the help menu says there should be dimension to change the style to fraction but it not there.

View 9 Replies View Related

AutoCAD Inventor :: Add Text Before Dimension

Sep 21, 2011

How do you add text before a dimension in the idw environment? For example, I have a dimension that shows 40".... I want to add text before it to say something like.... " 8 Spaces at 5" = 40" ".... The 40 would be the default dimension value, everything else I want to add to the dimension... I have added tons of text information behind default dimension values, this is the first time I need to add the text before the value and cannot figure out how to get it to work...

Example:

oLinDim(3).Text.FormattedText = "8" &" SPC'S AT" & vbCrLf & "5 = "

this adds text after the default value of 40...

View 1 Replies View Related

AutoCAD Inventor :: How To Show 0,00 Dimension

Nov 20, 2011

I would like to show such a dimension, like S1 in attachment. It is really value of tolerance of nominal 0 dimension.

View 2 Replies View Related

AutoCAD Inventor :: Dimension Break In Idw?

Dec 21, 2011

How to Create a dimbreak like Autocad in Inventor idw

View 2 Replies View Related

AutoCAD Inventor :: Using The Dimension Tool

May 16, 2011

I was wondering if there is a good way to get the perpendicular distance from a face to a point in a model.  I know that solidworks always shows a triangle when you use the dimesion tool so you don't always have just the diagonal dimension.  I know this may be a little hard to understand so i've attached a picture of what I'm talking about

View 9 Replies View Related

AutoCAD Inventor :: Dimension Styles

Jan 9, 2013

I created special dimension styles in Inventor 2013 in a drawing and trying to get them into another Inventor drawing. Can this be done like in Autocad by coping to the clip board and pasting into the new drawing?

View 2 Replies View Related







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