AutoCAD Inventor :: How To Create The Solid From 2 Ellipses

Dec 21, 2011

I like to create a chin from 2 ellipses profile.  I used the Loft command and it does not allow me to complete the command.  Did I use the right command wrongly?  Or there is another way to do so?

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Export Of Ellipses

Sep 23, 2011

I often use Inventor to generate 2D views of things for AutoCAD.  Once I get the view into AutoCAD, I want to copy the outline, make a polyline of it, decurve it and make a wipe out of that.  

This is all well and good until Inventor exports an ellipse in the drawing.  They can't be converted to a polyline.  So, is there some way to force Inventor to export them as some other entity type or is there a way to convert them in AutoCAD that I'm not aware of?  The only two things I've tried are flatten and explode and neither of them works.

View 2 Replies View Related

AutoCAD Inventor :: Create A Solid But It Will Not Sculpt

Nov 25, 2013

I used surfaces to try and create a solid but it will not sculpt...new to this feature...Can it be made into a solid the surfaces or is there another far better way to create?

View 9 Replies View Related

AutoCAD Inventor :: Create Mesh From Solid

Oct 17, 2012

I try to migrate our ObjectArx Api to Inventor. Therefore I need a function to create a mesh from a solid.

With Autocad .Net Api, I can use GetObjectMesh(DbObject obj, MeshFaceterData parameter). Does in the Inventor Api a similar function exist?

In the parameters I need to set the deviation in the same way as in the Autocad .Net Api.

Example:

FaceterDevNormal = 0.1;
FaceterDevSurface = 0.1;
FaceterMeshType = 2;

View 1 Replies View Related

AutoCAD Inventor :: Create Solid From Two Surfaces

Jan 10, 2013

I have two .dwg files that represent two different surfaces.  I would like to import each .dwg file into Inventor, then create a solid with the original surfaces serving as the top and bottom. I can send the .dwg files if necessary.

View 9 Replies View Related

AutoCAD Inventor :: Import DWG To Create Solid?

Feb 28, 2011

i need import a dwg to inventor for create a solid.

The problem is when a import the file, in the "layers and objects import options" , inventor don't show me some layers present in the dwg.

View 9 Replies View Related

AutoCAD Inventor :: Unable To Create A Solid Extrusion

Dec 28, 2012

I have just downloaded an educational version of Inventor. Although I can create sketches I cannot extrude the sketch to form a solid. The origin arrow heads appear over size and it seems as if the origin plane is being extruded to form a solid!

View 2 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 :: Sheet Metal Flat Layout Ellipses

Nov 13, 2013

I have an issue with flat layouts, when a draw a round object such as a rolled punched plate it would be nice to have the flat layout show what the hole callout and spacing would be, however with the way i draw the model. the holes come out as an ellipse, attached is a document showing how i drew the model.

View 7 Replies View Related

AutoCAD Inventor :: How To Create Circular Pattern Of Solid Object

Jan 9, 2012

How to create a Circular Pattern of the Solid Object by VBA. I tried it by calculation Polar Transformations but was unsuccessful.

Then Rotated the complete Solid Object which changed original location. Is there any way i can Change the Angle and Mirror instead of Making circular pattern.

View 1 Replies View Related

AutoCAD Inventor :: Create Sheet Metal Parts From Solid

Jan 25, 2012

I am trying to make a chute out of 4 pieces of sheet metal.  Is there a way to take a solid lofted part, shell it, and then break off each side of the the object for cutting and welding them together.  I have an example attached.

View 9 Replies View Related

AutoCAD Inventor :: Create A Wire Rope Solid To Cut Out Of Block

Oct 13, 2011

I just installed Inventor 2012 two days ago and obviously no training yet.  My boss asked me to do a part for GibbsCAM which includes a 7/8" left hand wire rope imprint in a block of steel for this afternoon's production.  I have my block done, what is the best way to do this?  I'm thinking create a wire rope solid to cut out of my block.  Would I use the thread tool: that's not the same but would it work?...  I don't need a representation.  I need the read thing that will work!  

View 2 Replies View Related

AutoCAD Inventor :: Create Solid Object That Can Be Used For Injection Molding?

Mar 20, 2012

I'm trying to create a solid object that can be used for injection molding. My office has Inventor, but I'm only familiar with 3D Max. If I create the object with Nurbs in 3D Max, can I export it so that Inventor reads it as a solid object, and if so, how?

View 1 Replies View Related

AutoCAD Inventor :: Create Simple Mold Using Solid Body And Split

May 14, 2013

if i draw up a 3d sold part as the finished part, can i then draw a new rectangle solid body over the top of this and split the new solid body using the part as the split tool?

the idea being that i am left with a rectangular plate with a female 3d impression of the finished part in the top.I can't seem to use the part as a split tool?

View 5 Replies View Related

AutoCAD Inventor :: Create Non-associative Solid Base Feature In Second Part

Sep 19, 2013

“Associative body copy API Sample” 2013 API help.

The above code in the API help shows how to do an associative or a non-associative copy in an assembly of one part into another part. ..BUT the non-associative copy does not always work correctly....

I have been testing this sample code and notice the following limitations with the lower part entitled “Create a non-associative solid base feature in the second part”...

The code uses the proxy body for the source object but it does not use the proxybody for the target object and therefore the relative positioning is wrong for the nonparametricbasefeature when it is created in the target object if the real target body is in a different place than the targetbodyproxy (e.g. it has been rotated/moved in assembly space).

I notice that if you perform this manually using the “copy object” button the relative positioning is maintained correctly even if both target and source objects have been rotated/moved in the assembly...

View 5 Replies View Related

AutoCAD Inventor :: Create Solid Using Inside Geometry Of Shell In 2011?

Jan 17, 2012

I'm trying to create a solid using the inside geometry of a shell in Inventor 2011. is there a simple way of doing this? i have attached the part i'm working on and need a solid that represents the free space inside the shell.

View 2 Replies View Related

AutoCAD Inventor :: Create Multiple Gear Components Just Like Configuration Table In Solid Works?

Dec 26, 2011

I want to create one Spur Gear in inventor with equations such that i can build more gears from this base model using excel table. For. Eg. I would like to create a gear with 40 No. of teeth of 10DP, and 20°PA, with Pitch Circle Dia, Base CIrcle Dia, Tooth Thickness based on spur gear calculations.

Now i would like to create a series of such spur gears with varying no. of teeth, i.e. 42, 44, 46, 48, 50..etc. Now if i change the No of teeth ,Accordingly the gear should modify its pitch dia, Base circle dia, Tooth Thickness which would be noted in the Equation.

how to create thes equations and use these in creating gear with different no. of teeth.

I have shown below list of gear data for various no. of gear.

View 8 Replies View Related

Illustrator :: Easiest Way To Create Different Edges For Ellipses (tire Edges)

Jun 18, 2013

I thought this was going to be a piece of cake in the new Illustrator CC but I am having a few unanticipated issues:)I need to create some vector tire images with different edges, such as the top one in the image below.So I thought this would be SO easy by simply creating a pattern brush in Illustrator and then using that for the outside. So I created the shape you see in the middle image below and created a pattern brush with this shape.I then created an ellipse and used the new brush for the outline.
 
All of those are open paths...it has taken the shape and applied it to the outline but has kept each shape separate, so I am not able to fill the circle in black. I could of course go in and manually join each little corner separately where the little shapes meet but this will take FOREVER with all the images I have to do.

View 7 Replies View Related

AutoCAD Inventor :: Split A Single Solid Body Into 2 Solid Bodies?

Sep 19, 2012

I'm trying to split a single solid body into 2 solid bodies. The problem is that the body I'm trying to split consists of two separate pieces. I can split a body when it is a single piece no problem, but I'm having the problem when the two pieces are not joined at all.

When I try and split it on the origin plane it gives this error:

"Creating parting line failed. Could not build this Split"

When I try and split it on a work plane lying on one of the pieces it gives this error:

"Creating parting line failed. Modeling failure in ASM. Redefine inputs."

Or, another variation on this erorr:

"Creating parting line failed. Split feature could not create two bodies. Change the Split Tool so that split feature can create two bodies."

View 4 Replies View Related

AutoCAD Inventor :: Make Solid / Change Parameter Of Solid

Nov 18, 2012

I am making a design on inventor 2013 for a colleague who does not know how to use the inventor.

I want to make the solid and then set something up that allows the user to change a few of the parameters of the solid in a very user friendly way (i.e. a box that says "cylinder radius" and has an input box so the user can enter a value).

View 9 Replies View Related

AutoCad :: Ellipses In DXF

Jan 24, 2012

I am trying to write a *simple* DXF export procedure in a Delphi program.

I can generate PolyLines, Text and Circles OK but am having real problems with Ellipses. No matter what I put for the posn & axis, I just get a tiny circle drawn at 0,0. Oddly one DXF viewer (online) does show the ellipse correctly but 3 others do not.

Because this is a very simple application, I have not bothered with a Header (or Block & Table) section but from what I have read that should not be a problem.

I have attached the test DXF I have created.

View 3 Replies View Related

AutoCad 3D :: Create A Solid From 3D Polyline

Jun 13, 2013

As part of a larger job we have surveyed the top of a dry stone wall. The client now wants that we make a solid for him from the surveyed points with a height of 2000mm (the drawing units are in millimetres).

A 3d polyline was created from the lines joining the points and I have that in the attached drawing.

I'm not looking for someone to create the wall, but I'm looking for the method to do it, as it will certainly crop up again with this new client. I've tried many ways in both AutoCAD and Civil 3D but just can't create the solid.

View 9 Replies View Related

AutoCAD 2013 :: Ellipses Convert To Polylines?

Oct 13, 2013

Is there a method of converting ellipses to polylines?

View 4 Replies View Related

AutoCad :: Break A Line But For Circles And Ellipses

Aug 15, 2011

I would like to ask a question on “Break at point”.

It is possible to break a line but for circles and ellipses, my attempts resulted in no break at all (see attached picture).

Does “Break at point” support circles and ellipses? If you have a circle and you would like to make it a ¾ circle arc, or any arbitrary angle, how do you do that?

brk.png

View 4 Replies View Related

AutoCAD Civil 3D :: DGN Imports Arcs As Ellipses

May 17, 2012

We imported a DGN file and all the arcs, when you click on them have a grayed out circle completing the arc. When I list them, the come up as ellipses. I need to join these arc/ellipses to adjacent polylines.

View 9 Replies View Related

AutoCAD 2013 :: Create 3D Solid Object

Jan 23, 2013

Creating object in 3D solid? The circles have the same height in both edges.

View 6 Replies View Related

AutoCAD .NET :: Create Extruded Solid 3D From Polyline

Feb 11, 2012

I'm trying to create a Solid 3d that is the extrusion solid af a closed polyline by a given height

I select the polyline that i do this

Solid3d s = new Solid3d();
s.CreateExtrudedSolid(selectedPolyline, new Vector3d(0, 0, 20), new SweepOptions());

but Autocad throw an Invalid Input exception.

View 4 Replies View Related

AutoCAD 2010 :: Create 3D Solid From Four Polylines?

Aug 4, 2011

I'm trying to create a 3D solid from four 3d polylines that represent a bridge deck .

If it is not possible to create a 3D solid, can i create a surface?

View 8 Replies View Related

AutoCad 3D :: Create Solid From Irregular Shape

Jun 4, 2011

I have a mesh box here, and I need this mesh box had shape like the form I drew with polylines. there is a picture of it. I tryed mesh modeling,but no luck, because I need exactly the shape (of mesh box), that is drawn with polyline

View 1 Replies View Related

AutoCad 3D :: Create A Curved Oval Solid?

Jun 28, 2012

I have attached an image of the chair i'm modelling, I need to create the back and seat but can't find a way of modelling the curve feature. I can create the oval shape and extrude to 3d, fillet the edges etc but can't curve it. I'm new to 3D Modelling

View 9 Replies View Related

AutoCad 3D :: Extend A Mesh Onto Another To Create A Solid

Aug 29, 2013

Using AutoCAD 2014 I'm trying to model the tummy cut on the back of a guitar similar to this:

2013-06-03_15-46-23_140_zps0a2815e5.jpg

I've modeled it to my liking using a mesh surface, how can I "subtract" this area from my 3d solid body? I also have Fusion360, but don't really know how to use it.

View 5 Replies View Related







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