AutoCAD Inventor :: Extrude To Different Direction Then Existing Plane?

Jan 27, 2012

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)

Inventor 2014 PDS

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: How To Check The Direction Of An Extrude Feature

Mar 4, 2013

How to check the direction of an existing extrude feature 

kPositiveExtentDirection 
kNegativeExtentDirection 
kSymmetricExtentDirection

View 2 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 Visual LISP / AutoLISP :: Extrude Object In Negative Z Direction

Jan 1, 2014

I am trying to extrude an object in the negative Z direction.

Easy to do at the command line by putting a "-" sign before the distance to extrude the object but I'm having trouble in autolisp.

Define points for polyline for valence

(setq p1v p1)
(setq p2v (polar p1 (DTR 0.0) box_width))
(setq p3v (polar p2v (DTR 90.0) val_thick))
(setq p4v (polar p1V (DTR 90.0) val_thick))

;-- Create valence polyline

;-- Draw the polyline for the valence
(command "pline" p1v p2v p3v p4v "c")

;-- Assign the new part a variable name
(setq cab_valpl (entlast))

THIS IS THE PART I'M TRYING TO FIGURE OUT BELOW ....... WHAT IS THE SYNTAX TO EXTRUDE "VAL_HT" IN THE NEGATIVE DIRECTION?

;-- Extrude the polyline to make the valence
(command "extrude" cab_valpl "" val_ht "0")

View 6 Replies View Related

3ds Max Modeling :: Extrude Edge Direction In Edit Mesh?

Dec 6, 2011

i was wondering if there is a way to determine the direction of the edge extrude when you extrude an edge in an editable mesh.

so i have an edit mesh and i want to extrude an edge. imagine it's just a basic surface. i wish the edge would be extruded to be running exactly in the direction of the previous edge. hope that makes sense...

basically regardless of local/world/viewport mode and regardless of which viewport i am in the edge seems to be extruded in an arbitrary direction..

View 1 Replies View Related

Revit :: Extrude Profile That Is Rotated From Plane

Jul 10, 2012

Is there a work around to extruding a profile that is not parallel to the plane on the path. Im new to revit and want to create a component the way I did in AutoCAD when I could just Extrude a closed poly with a path and it did not care it it was perpendicular to the path.

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 :: Text Suddenly Changes Direction And Reads In Opposite Direction When Line Bends

May 17, 2013

I have created a linetype with the text GAS OPTION in it. The line is continuous with a break around the text. In a straight line the linetype works fine (breaks around the text etc). However, when I use a polyline and spline the line for a curved line the text aligns with the direction of the line at the start, but when the line bends, the text suddenly changes direction and reads in the opposite direction. It looks like AutoCAD is trying to keep the text upright rather than following the direction of the line. When the text changes direction it also changes its insertion point and overlaps the continuous part of the line. I have 2013 AutoCAD.

Here is the string I used for the linetype.

*GAS_Option_LINE,Gas line ----GAS OPTION----GAS OPTION----GAS OPTION----
A,8,-15,["GAS OPTION",STANDARD,S=2.54,U=0.0,X=-2.35,Y=-1.27],-12

View 2 Replies View Related

AutoCAD Civil 3D :: Reverse Section Direction Without Changing Alignment Direction?

Jan 2, 2014

I have cut several sections at different points along a road alignment.  The sections are cut facing the same direction as the alignmnet.  Is there a way to reverse the section direction without changing the alignment direction?

View 6 Replies View Related

AutoCad 2D :: How To Change Direction In Run Direction Of Baluster Panel

Apr 21, 2011

I have a drawing of a stone railing section and I have to change direction in the run direction of the baluster panel. Is there a way that I can move the details without changing th Y direction of the details. Please refer to the attached CAD file for details. I am trying to avoid having to redesign the panels if possible. railing detail.dwg

View 6 Replies View Related

Illustrator :: Keeping Angle Of Direction Line While Dragging Direction Point?

Mar 19, 2014

I have a path with a smooth point. The two direction points form a direction line with any non-45-degree-angle - say 11.8 degrees. I want to drag one direction point while keeping the angle of exactly 11.8 degrees.
 
Is there a key combination for that (Mac OS)?

View 17 Replies View Related

AutoCAD Inventor :: Extrude To Length

Sep 4, 2013

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

[Code]....

View 3 Replies View Related

AutoCAD Inventor :: Cannot Extrude 2D Shape

Oct 10, 2011

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.

View 6 Replies View Related

AutoCAD Inventor :: Extrude External Hex?

Jul 30, 2012

I drew a round part and want to cut a hex on an external feature. I have done before but for some reason that escapes me it always seems difficult....

How can do this more easily?

Inventor 2014 PDS

View 4 Replies View Related

AutoCAD Inventor :: Can't Extrude Or Cut On Model

Oct 17, 2013

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.

View 5 Replies View Related

AutoCAD Inventor :: Extrude So That End Gets Thinner?

Aug 20, 2012

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?

View 4 Replies View Related

AutoCAD Inventor :: Trying To Extrude To A Surface

Aug 13, 2013

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.

View 4 Replies View Related

AutoCAD Inventor :: Extrude Cut From 3D Sketch

Jan 9, 2013

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.

View 3 Replies View Related

AutoCAD Inventor :: Extrude Though Various Diameters

Jul 12, 2013

how i can extrude as shown in attached PDF.

Ive tried offset plane, sketch and extrude through all, but nothing seem to work.

The diameters im trying to extrude through are Ø177.4 to Ø141.7.

View 7 Replies View Related

AutoCAD Inventor :: Unable To Extrude

Apr 19, 2012

I can't extrude this piece. I know i have loops but i don't know where and how to fix them!

View 1 Replies View Related

AutoCAD Inventor :: Direction Of Material

Apr 24, 2012

How to make a type of material go in one direction or by another degree .  Ex: if you click on a wood type material, it goes up or down and right or left depending which side of that object is.  On the picture below, it goes up and down, side to side no all sides go in one direction.  I need to know how to mange the direction of the way of where the material go.

View 7 Replies View Related

AutoCAD Inventor :: How To Set Wire Direction At Pin

Oct 5, 2011

is it possible to define a 'natural direction' at a pin, in which a wire should start when connected to that pin? This would seem to be natural for me.

As the attached picture shows, my wire is connected at this pin in a weird direction (because I need to route it through the indicated segment).

What is the best strategy to do it correctly?

Another question: I increased the diameter of the segment, hoping that it means that the wires are constrained within the segment, but are free to move withini this. But they all seem to be constrained to the centerline. What I want is that all my wires pass within this 'tube' of 30mm diameter.

View 5 Replies View Related

AutoCAD Inventor :: Unable To Extrude Sketch?

Mar 28, 2012

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. 

View 9 Replies View Related

AutoCAD Inventor :: Extrude Round Stud

May 14, 2013

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.

View 5 Replies View Related

AutoCAD Inventor :: Can't Extrude Geometry Text

Jul 7, 2013

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.?

View 3 Replies View Related

AutoCAD Inventor :: Extrude To Conical Parts

Nov 11, 2013

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.

View 9 Replies View Related

AutoCAD Inventor :: Use Sketch From A Template For Second Extrude?

Jun 15, 2013

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?

View 4 Replies View Related

AutoCAD Inventor :: How To Cut Lofted Flange From Extrude

Oct 18, 2011

I created this flange and I need to cut it from the extruded tube, but I'm having some trouble.

View 2 Replies View Related

AutoCAD Inventor :: Extrude Cut Multiple Solids?

Jan 15, 2013

Is there any way in inventor to use one extrude cut feature on two different solids at the same time?

View 9 Replies View Related

AutoCAD Inventor :: Extrude Bidirectional Limits

Nov 2, 2011

Extrude command is great, no doubt. But, I wish it was possible to extrude bidirectional. One side to a specific value & the other side up-to-next.

Inventor Professional 2013
Vault Collaboration 2013

View 2 Replies View Related

AutoCAD Inventor :: Can't Extrude In Assemble Drawing

Apr 4, 2013

Can’t extrude in assemble drawing in inventor when I draw a sketch and finish sketch

And try to extrude the sketch it extrudes but only in cut mode  it is the only button that is working the rest are all faded out.

View 4 Replies View Related







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