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


ADVERTISEMENT

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 :: Emboss Is Offset From Sketch

Mar 13, 2013

I edited a sketch for an emboss to move the number over. But the resulting emboss still acts like I din not make the edit.

Inventor Suite 2013 Ultimate

View 8 Replies View Related

AutoCAD Inventor :: 2013 Offset Sketch Entity

Oct 24, 2012

In 2013 SP1.1 we are noticing that when using offset in a sketch, the offset line/curve is invisible and cant be seen until a zoom is done, then it appears. 

View 1 Replies View Related

AutoCAD Inventor :: 2 Point Centre Rectangle Sketch Offset

Jul 9, 2013

I know why you cant loop select and offset the rectangle but surley if you are going to take the time to listen to users and create requested tools, you should do it well?

View 4 Replies View Related

AutoCAD Inventor :: Offset 3D Sketch In Direction Normal To A Plane?

May 17, 2013

I would like to be able to offset a 3D Sketch in a direction normal to a plane.  In the attached image, I have drawn in an orange color the direction I would like the 3DSketch to offset.The white line is where the new sketch would be.

The yellow surface is the 3dsketch extend to a plane

There might be some tools in Inventor that will do what I am trying, but I have not found it yet.  I have tried extend surface, but that will not take it the direction I want.

View 6 Replies View Related

AutoCAD Inventor :: Extrude Feature And Select Part Surface For New Sketch - Offset Surface?

Dec 9, 2011

I am a beginner when a extrude a feature and select a part surface for new sketch now i want is to offset that surface but i can,t there is + sign with mouse icon and something like fully constrained is written in down the window.

View 9 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 Civil 3D :: Offset Lisp Routine To Offset Selected Line?

Jun 7, 2013

I need an offset lisp routine to offset a selected line a set distance on each side of the selected line and change the layer of the offset lines to the current layer, and then keep prompting me to select the next line for offsetting until I'm finished.

View 3 Replies View Related

AutoCAD Civil 3D :: Create Station-offset Label Style That Will Drop Trailing Zeros In Offset?

May 14, 2012

I am trying to create a station-offset label style that will drop the trailing zeros in the offset section - e.g. 15' instead of 15.00', but if the offset is not at a whole number, e.g. 15.01, etc.  it will display the entire offset.

I created two expressions:  IF(OFFSET-TRUNC(OFFSET)=0,.1/12,.00000001/12)

and this one:  IF(OFFSET-TRUNC(OFFSET)!=0,.1/12,.00000001/12)

I then created two offset components, one called truncated, and one called full, and assigned the heights to match the expressions. 

I have attached the file, the style is ACHD-Sta Off-Rt [copy]

C3D 2011, Win x64

View 9 Replies View Related

AutoCAD Inventor :: Creating Offset Plane

Jan 1, 2012

I drew the first sketch. i want to insert an offset plane. i use the plane tool, mark 2 sketch entities and a plane is formed. i move it, but it moves only on the plane of the sketch, the dialog box for the distance doesn't appear.

View 3 Replies View Related

AutoCAD Inventor :: Offset Curve Not Anchored

Aug 10, 2012

In Inventor 2012, if I offset a curve and then constrain the offset to the correct dimension, it always moves the original curve and the offset curve becomes the "fixed" curve. How can I change this?

View 8 Replies View Related

AutoCAD Inventor :: Add Offset Hole To OD Of A Part

Nov 17, 2011

What I have is a round part with a few features. I drew it in Inventor until I got stuck with the last feature, which happens to be a hole, on the OD of the part that is at an angle (don't care what angle so long as it doesn't intersect with the hole next to it).

I have screen shot? both the mechanical 2D version and my 'so far' Inventor version, how I can go about modeling this feature?

Btw, the hole this has to connect to is the one highlighted green in the bottom pic or the only one dimensioned in the top pic.

View 5 Replies View Related

AutoCAD Inventor :: No Parameter Name For Offset Plane

Jun 22, 2012

All previous releases of Inventor before 2013 would display the name of the parameter that controls the offset value of a plane. While editing an offset plane you could see the name either in the title of the pop up or by holding your cursor over the parameter value. In release 2013 I have been unable to find the parameter name anywhere when editing the plane. I have a lot of equations in my models. Being able to track down bugs is difficult enough without not knowing what parameter I'm looking at.

Is there a setting I need to turn on/off to get the parameter name to display again?

View 3 Replies View Related

AutoCAD Inventor :: How To Offset Assembly Surfaces

Oct 11, 2012

I have an assembly that I am trying to offset surfaces from other components to create a different part.  I have this part inserted into the assembly (only planes and axis exist on this part for now).

When I try to edit it in the assembly, and select "Copy Construction" from the surfaces menu it will not select the surfaces I need.  First is this the correct command?  This looked like the closest to an offset surface command.

If not, what is the correct command?

I should also add that this assembly has welds in it, if that makes any difference.

View 4 Replies View Related

AutoCAD Inventor :: Frame - Notch With Offset

Oct 5, 2012

Using IV 2013  and Frames.

When i get some frames and need to use the feature NOTCH, is there a way to put one offset on it ? like we can do using MITER ?

The solution we've found here is in every member that we use NOTCH, we enter in the frame part and then use the feature THICKEN/OFFSET, this wey i can get the standard offset of 3mm that we use here for welding.

Or, if there is other easy way instead of NOTCH, to make one frame get to other with offset.

The image below shows what i mean, i need to get this off set in the frames on Z AXIS.

IV 2013

View 3 Replies View Related

AutoCad 2D :: Length Of Offset For Each Offset

Nov 28, 2013

I need a pit configuration, and I use the offset command to offset a base polyline to first 10 m and then 3 and so on.. is there a way to do this in an automatically way, that you can choose the lenght of the offset for each "offset" (i.e. 1st 10 m, 2nd 3, 3rd 10 m, 4th 3 m, and so on. I am actually using civil 3D.

View 2 Replies View Related

Maya Animation :: Audio Offset Will Not Scrub At Offset Frame

Apr 9, 2013

I am using MAYA 2012 on Windows 7. When I import audio (.WAV) it works fine, but if I offset it to a later frame the waveform moves to the right frame but when scrubbing the audio stays at 0. Making if very difficult to lip-sync. I have tried re-caching, playing the scene all the way through and all other options I have seen online.

View 1 Replies View Related

AutoCAD Inventor :: Revision Tags - Changing Offset

Jun 11, 2013

Anyway to change the Offset from the out of the revision tag/box edge to the edge of the text instead of leaving such a large gap I want to make it smaller less obtrusive(smaller) and I have tried changing the text size but it doesn't change the offset it changes the text size to small but the outline still remains the same size , I cannot find a location to make a new style that also ties to the revision annotation table in the drawing , I have attached a sample for you to look at what I am trying to change.

Using Inventor 2012
Vault 2012

View 4 Replies View Related

AutoCAD Inventor :: Edit Thicken / Offset Feature

Jan 23, 2013

This sheet metal model was working fine, until I decided to check it against the original AutoCAD drawing. Once I finish the "Side layout" sketch, the two thicken features had exclamation marks.

Create Thicken/Offset feature failed
00014118master.ipt: Errors occurred during update
Thicken7: Could not build this Thicken

The attempted operation did not produce a meaningful result. Try with different inputs. Thicken feature is where I left "End of part"

If I tick "Automatic blending", it still works, but I want to create a new solid.
------------------------------------------------------------------------------------------------------
Autodesk Inventor 2013 SP1.1 64-Bit
Vista Business 64-Bit
E8400, 8GB, ATI FireGL V5600

View 6 Replies View Related

AutoCAD Inventor :: Frame Generator Member Offset

Dec 19, 2013

I have created a user parameter in a assembly, then creating a member with FG i use that parameter as member offset. The same with other members.

Changing from Parameters that parameter no update happen, I have tried rebuild all, refresh..no working. The only thing that works, is to use the "change" command , select my member(s) , change nothing, than ok.

Then it update.

Is it a software limit? A bug? An error in the workflow? 

View 2 Replies View Related

AutoCAD Inventor :: Offset Constraint In Opposite Direction

Dec 30, 2011

I am having an issue in trying to get my hole axis to offset in the opposite direction. In the image below I want the slot to be centered on the hole.  I can get it to offset moving the slot to the left, but can't get it to go to the right.  I have tried a negative number, but both positive and negative move it to the left. 

View 7 Replies View Related

AutoCAD Inventor :: Creative Center Line Offset?

Mar 7, 2013

I need a creative way to do something I know can be done in SW and Pro-E but as far as I know can not be done in Inventor to date  

I am using the origin center line and semitry to control a box and its associated geometry and want to control the position or offset of a second box relitive to the first using a center line associated to the second box with a dimension. Problem is that the dim will only control its off set position relitive to the initial side from which the dim was placed. I.E. if the dim is placed when the CL of the second box is to the right it can not be moved to the left (what would in essence be a -dim condition) understandably Inventor does not like that but SW and Pro-E can use there little wheel and roll it down to 0 and then back up to a + dim in the opposit or in this case Left direction.

I know that I could place a dim off the interior wall of my first box geometry and associate it to the CL of the second box but the math to that may or may not be appropreatly effective in other words in condition A it may need to be 1/3 of d1 and in condition B it may need to be 2/3's of d1 or some other dimension.

I would love to be able to do this via iLogic or perhaps something to do with the placement relitive to a construction geometry utilizing a circle but so far I have not found a viable solution.

View 1 Replies View Related







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