AutoCAD Inventor :: Sketch Flipping When Going More Than 180 Degrees

Feb 20, 2013

Here's the situation:

I have a tube, approximately 16" O.D., 14" high, and 1/8" thick. This is all a single part.

I'm trying to cut 3.5" wide and 4" tall slots around the top. The number of slots can be 1-6.

I'm driving the size and slots from a spreadsheet.

The orientation of the slots can have the first slot anywhere from 0 to 360 degrees. (FWIW, the spreadsheet redefines 0 and .0001 and 360 and 359.99).

Anyhow, as long as the first slot is between 0-180, it works just great. Once you pass 180, however, the verticals of the sketch flip so it's barely cutting the notch at all.

To make the cuts i've created a sketch off the top of the cylinder and drawn a construction line at 0 and another and put a driven dimension between them to set the correct position of the angle. I think create a workplane off that line tanget it to it's end point. At that point, draw sketch, extrude, etc.

I've also create a workplan off one of the origin planes and the origin Y axis that's perpendicular to the notch (angle driven by spreadsheet and equation in workplanes angle offset). Offset a 2nd plane tangent to the O.D. of the tube, created a sketch, extrude etc.

In both instances, when the angle crosses 180 degrees, the sketch flips on me.

What can I do to keep the sketch from flipping?

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: 2D Sketch Flipping Direction?

Aug 12, 2013

I have two parallel lines, seperated by a dimension. I need to change the dimension back and forth between 0" and 4" for my model. Occasionally, the dimension will flip directions when I am changing it from 0" to 4". Is there a way I can avoid this? Should I be approaching my sketch differently?

Inventor 2014
HP Pavilion dv6t-6b00
Intel Core i7 2670QM
AMD Radeon HD 6490M
8gb RAM
Windows 7 64 bit
3Dconnexion SpaceExplorer

View 4 Replies View Related

AutoCAD Inventor :: Degrees Of Freedom In 3D Sketch?

Jan 8, 2013

know a way to check the "degrees of freedom" of entities and vertices in 3d sketches?

IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit

View 9 Replies View Related

AutoCAD Inventor :: How To Show Degrees Of Freedom Glyphs On A Sketch

Dec 12, 2011

This page mentions the degrees of freedom glyphs, but it doesn't say how to show them, and I couldn't find any ribbon button or context menu item that mentions them.

View 2 Replies View Related

AutoCAD Civil 3D :: Export Parcel Analysis To Show Degrees Minutes And Seconds Instead Of Default Decimal Degrees

May 18, 2012

How do I get the export parcel ananlysis to show degrees minutes and seconds instead of the default decimal degreees. My direction settings are set to DMS, but I can't see where to change arc deltas...

(running C3D 2012 sp4, Win7 64bit, 8GB)

View 1 Replies View Related

AutoCAD Inventor :: Why Are Dimensions Flipping Around

Jan 25, 2012

I am dimensions moving around in my drawing files and I am trying to figure out why they do this. I change one little thing on my models, open the drawing, then spend 30 minutes going over every dimension in comparison to the old drawing trying to find all the ones that moved erratically and put them back where they were. Most of the dimensions that move don't have anything to do with the change I made to the model.

For example, the dimension in this picture used to be on the other side of the other extension line, and it was never that close to the geometry:

Inventor Professional 2013 (SP-2.3), Product Design Suite Ultimate
Desktop: Intel Core i7 3.4GHz, 16.0 GB RAM, Windows 7 Ultimate SP-1, 64-bit OS, (2) GeForce GTX 580 (331.81), Space Pilot Pro (3.16.1)
Laptop: Intel Core i7 3.9GHz, 16.0 GB RAM, Windows 7 Pro SP-1, 64-bit OS, GeForce GTX 780 (331.81), SpaceNavigator (3.17.7)

View 2 Replies View Related

AutoCAD Inventor :: Shared Sketch Generates Sketch Doctor Error - Feature Suppressed

Sep 21, 2011

I've created a shared sketch and have used it with various features. Sometime those features are suppressed. The model works fine but the shared sketch generates a sketch doctor error because the feature that created it has been suppressed. Is there anyway to make the sketch suppressed so it doesn't trigger a sketch doctor error? Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Copy Part Sketch Into Drawing Sketch

Sep 20, 2012

How do I duplicate the 2D line work from a part level sketch into a drawing level (overlay) sketch?

I started a simple 2D piping system diagram sketch by opening a new part file and using a sketch to stick draw the system schematic including some annotations.  Then I opened a new drawing file and made a base view of the part file to bring a view of the original sketch into the drawing.

I realize now that it would have been much easier to have created the schematic directly in a 2D sketch at the drawing level, which would have made editing the annotations much easier at the drawing level, and there is really no need for the part file to exist.  I have no intention of creating a 3D model or "real" part in the .ipt file, was just using it as a jumping off point to sketch.

I was thinking that I could correct my error in judgment by just copying the sketch and pasting it into a new sketch on the drawing, but it doesn't want to work that way.  I have tried copying both the whole sketch at the browser level, and the entire sketch contents (all of the lines and annotations) from the opened part sketch, but when I attempt to paste either of those into the drawing, paste does not seem to be an option.  I'd rather not have to draw the whole thing again, as in typical fashion, my once simple sketch has grown in proportion and complexity from its simple beginning.

View 4 Replies View Related

AutoCAD Inventor :: How To Get Sketch Point Data From Sketch Entity

Dec 3, 2013

I was trying to query some sketch points data from a profile Path using code as below. However the program stopped without telling the reason.

Code below:
i = 0;
foreach (ProfileEntity oSourceProfileEntity in oProfilePath) { switch (oProfilePath[i].SketchEntity.Type) { case ObjectTypeEnum.kSketchArcObject: { SketchArc srcSkArc = default(SketchArc); srcSkArc = (SketchArc) oSourceProfileEntity.SketchEntity; // error points[i] = srcSkArc.StartSketchPoint.Geometry; break; } default: { SketchLine srcSkLine = default(SketchLine); srcSkLine =(SketchLine) oProfilePath[i].SketchEntity; // error points[i] = srcSkLine.StartSketchPoint.Geometry; break; } } i++; } 

View 2 Replies View Related

AutoCAD Inventor :: Converting 3D Sketch To 2D Sketch From IGS File Using Wires?

Aug 1, 2011

First we imported an ".igs" file to inventor, which produced "wires".  Then by promoting the wires it produced a 3-d sketch. 

The model is in one plane and 2-D, and we are trying to use Ansys 2-D analysis, but in-order to do so it needs to be in a 2-D sketch.

The model is too large to be redrawn on a 2-D plane, how to convert it to a 2-D sketch

View 9 Replies View Related

AutoCAD Inventor :: Change Sketch 2013 Into Sketch Of 2010?

Dec 14, 2012

want to change sketch 2013 into the sketch of 2010 

View 1 Replies View Related

AutoCAD Inventor :: Sketch Disappears When Editing Another Sketch?

May 30, 2013

When I edit certain sketched some other sketches disappear. see attached.

This is causing modelling to slow down as I can not project lines from the sketch that has disappeared.

View 8 Replies View Related

AutoCAD Inventor :: Modify The Sketch From Projected Sketch?

Aug 22, 2012

After I create a adaptive part from projected sketch. How to modify the sketch? Please see the part attached.

View 6 Replies View Related

AutoCAD Inventor :: Difference Between Sketch And Planar Sketch?

Mar 4, 2012

what is the difference between a sketch and a planar sketch?

View 2 Replies View Related

AutoCAD Inventor :: Constraining A Sketch To Another Sketch?

Aug 16, 2012

I'm having trouble with constaints, I'd like to constrain my sketch to a point in another sketch on a different plane. Is this posible in Inventor? If so how? If Inventor works differently how would you get a points in one sketch to be linked to points another?

View 2 Replies View Related

AutoCAD Inventor :: How To Measure In Degrees And Minutes

Feb 20, 2011

How do I get Inventor 2009 to measure in degrees and minutes. Below is what I am trying to do.

View 3 Replies View Related

AutoCAD Inventor :: Degrees Of Freedom Glyphs

May 16, 2013

If there is a way to change the size of the 3d glyphs which display the degrees of freedom of parts within an assembly ? I need to alter them to be slightly bigger.

View 1 Replies View Related

AutoCAD Inventor :: How To Align Object 90 Degrees Relative To Ground

Jan 17, 2013

how to align an object 90 degrees relative to the ground.Also how can draw a 350x350mm rectangle without using the dimension tool to check the size of the rectangle every time I resize it?

View 3 Replies View Related

AutoCAD Inventor :: Why Does The Camera Turn 180 Degrees After Selecting Top Plane

Jan 11, 2013

I use inventor 2013. Whenever I start a new sketch and select the top plane, the camera changes so I look at the top plane but also rotates 180degrees. I really hate that the camera rotates 180 degrees because it causes me to always see the drawing upside down (and then change the camera... every time...)

Is there a way to disallow inventor to cause this treason?

View 9 Replies View Related

AutoCAD Inventor :: Rotation Translation - Get Circumference Of Wheel To Rotate 360 Degrees

Dec 23, 2013

I have Autodesk inventor standard NOT the pro version. I am a Revit professional in dire need of learning Inventor. My exact steps are as follows:

1. Open assembly
2. create component - (simple wheel(cylinder) with an off axis hole in the middle so I can see if it is rotating.)
3. create component- flat surface.
4. constrain the cylinder to the flat surface via a tangent constraint
5. constrain the cylinder to the front edge of the flat surface via a mate constraint.
6. go to motion tab in constraint's, click rotation-translation, type in 10in for distance.
7.wheel does not rotate on surface like a wheel should. There is no affect of the surface on the wheel rotation.

In other words I want to get the circumference of the wheel to rotate 360 degrees as it travels pi*diameter of flat surface.

View 6 Replies View Related

AutoCAD Inventor :: Unable To Edit Degrees Of Freedom After Playing Simulation

Aug 5, 2013

I am not able to edit degrees of freedom (dof) after playing a simulation.

This is what I did:

Created a dynamic simulation and imposed motion on a prismatic joint.Edit dof and Input Grapher before playing the simulation.Play the simulation.After playing simulation for first time, dof and Input Grapher are dimmed (grayed out) and can not be edited.

Here are screen shots of the dimmed dof and Input Grapher:

I am using Inventor 2012. A simple example is attached.

View 2 Replies View Related

AutoCAD Inventor :: Stainless Steel Sheet - Rotate Texture Through 90 Degrees

Aug 7, 2013

We use a lot of #4 finish Stainless steel sheet.

I have automated the changing of the active renderstyle to "Polished Brushed" to approximate this, but usually orientation is important. For instance, the texture will be around tube, and on large sheets, we want to keep all the sections orientated one specific direction.

I'd like to be able to easily rotate the texture thru 90 degrees (and possibly, a user selectable angle).

I'd prefer not to have to manually select a face first, either. 

View 2 Replies View Related

AutoCAD Inventor :: How To Draw Segment Elbow 90 Degrees And Create Flat Pattern

Jan 16, 2013

I would like to know how to draw segment elbow 90 degrees ( segments are not equal ) and create Flat Pattern for each of the segments - using sheetmetal in Autodesk Inventor?

View 9 Replies View Related

AutoCAD Inventor :: Get Disc (Coin) To Continuously Rotate 360 Degrees On Its Vertical Axis?

Jun 18, 2013

I am trying to get a disc (Coin) to continuously rotate 360 degrees on its vertical axis.

View 5 Replies View Related

AutoCad :: Dimensions Flipping Over When Use CHSPACE?

Sep 8, 2011

I use CHSPACE a lot to bring dimensions over to paper space off of my 3d structural steel models when I am doing site layouts. Occasionally the dimensions flip over upside down? I am guessing this has something to do with the UCS orientation between model and paper space, is there a system variable of setting or something that will stop them flipping over?

View 2 Replies View Related

AutoCAD Inventor :: Cannot See Sketch

Oct 22, 2013

Just installed inventor on a new PC. When I go to sketch a line it appears to be drawn but nothing is being created.

View 4 Replies View Related

AutoCAD Inventor :: 3D Sketch - Offset

Apr 18, 2013

Is it possible to offset this 3D sketch1, it must still follow the curvature.

View 9 Replies View Related

AutoCAD Inventor :: Sketch Will Not Offset

Apr 30, 2013

Inventor 2011 will not offset polygon in sketch mode.  I get "Method not supported for transient meta" error message.

View 9 Replies View Related

AutoCAD Inventor :: 3D Sketch From Text?

Sep 12, 2012

is it possible to create 3D sketch from text?

I need it for engraving as a toolpath and for drawings.

Emboss tool is more suitable for styling and visualisation.

Attached sample from Pro-E:

View 3 Replies View Related

AutoCAD Inventor :: How To Print 2D Sketch

Nov 29, 2003

I need to print an initial 2d sketch (without any 3d work done on it).

Printing this in sketch mode seems to output a screen capture, i.e. some lines appear wriggly and not as precise as an ordinary plot of an idw or dwg file.

A sketch w/o any 3d work will not be accepted as an idw file, thus I am not able to use all the formatting (tblocks, fonts, dimstyles, etc.) options available to idw files.

Is there a way of printing a 2d sketch (w/o any 3d work) as an idw file?

View 9 Replies View Related

AutoCAD Inventor :: Using VBA To Constrain A Sketch

Jun 26, 2012

I've managed to hack together some code to draw a rectangle and dimension it. Now I want to constrain it to the origin. I figure either using two dimensions from a top/side to the origin and setting the dimension as half of the other respective dimension would work. Or constraining the center point of a top/side line to be vertical/horizontal to the origin.

The problem I'm having is I do not know how to reference the origin. So until I figure out how to reference the origin point I can't use either method.
 
Public Sub DrawSketchLine() ' Check to make sure a sketch is open. If Not TypeOf ThisApplication.ActiveEditObject Is PlanarSketch Then MsgBox "A sketch must be active." Exit Sub End If ' Set a reference to the active sketch. Dim oSketch As PlanarSketch Set oSketch = ThisApplication.ActiveEditObject ' Set a reference to the transient geometry collection. Dim oTransGeom As TransientGeometry Set oTransGeom = ThisApplication.TransientGeometry Dim oUOM As UnitsOfMeasure Set oUOM =
[Code].......

View 2 Replies View Related







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