AutoCad 3D :: Extruded Solid XYZ Position?

Jan 28, 2014

using cad2010,

i usually trace a 2d plane with a 2d polyline, and then extrude it (using the extrude command) , the problem is that i cant see in the properties its XYZ position,

is there anyway to see this information and of course to modify it?

View 4 Replies


ADVERTISEMENT

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 Inventor :: Finished Length Is Not Same As Initial Extruded Solid

Apr 19, 2013

After creating a solid and made some cutting, notching etc. the finished length is not the same as the initial extruded solid. so to get the length of the final solid ,

1. I would project geometry , and get the extreme end to get the finish length,this reference dim is now shown in parameter,

2. Go to parameter and change this ref dim name to "length" , 

3. Check the export box ,

4. Right click this ref dim to change the custom property format

5. Where i would uncheck the "units string" box

All these steps to extract the length of a single part , so just imagine if my assembly consist of 50 parts, i would do this 50 times! and usually i have almost a hundred assembly to work everytime.

Inventor 2011
Vault pro 2012

View 7 Replies View Related

AutoCAD 2010 :: Force Attribute Position To Remain Fixed In Drawing When Moving Block Position

Jul 12, 2013

Is it possible to setup a block so that an attribute position remaines fixed (absolute to drawing) when moving the block?

I've been playing around with creating a Coordinate Block by following these instructions: [URL] ........

What I would like is to be able to set the position of the Coordinate Label and Coordinate Object independently, so that if I move one in the drawing, it doesn't move the other.  I've looked into Dynamic Blocks, and the "Lock Position" parameter. I can move the attribute independently, but still everytime I move the block, the attribute moves too.

Our company uses a custom Sheet/Coordinate system to follow flyoffs across a drawing, and I'm trying to learn how to automate the process.  It's completely manually right now, so any changes to a drawing creates a lot of work renumbering these flyoffs.

View 4 Replies View Related

AutoCAD Inventor :: Assembly Extruded Cut

Feb 17, 2012

Is there a way to extrude a cut through an assembly but only cutting the parts I want cut?  I am using Inventor 2012. Basically I want to use a part in the assembly as reference for the cut.  But I do not actually want to cut that part only the surrounding parts.

View 4 Replies View Related

AutoCAD 2010 :: Hole In An Extruded Object

Jun 27, 2013

I need to make a plate 12"x12", 1" thick with a 3" hole in the center.

How do I "remove" the hole?

View 4 Replies View Related

AutoCad 3D :: Change Length Of Extruded Shape?

Aug 30, 2012

what is the quickest way to change the length of an extruded shape? for example i have a beam that is 10' and want to make it 5'...

View 6 Replies View Related

AutoCad 3D :: How To Cut Side Of A Circle That Has Been Extruded And Subtracted

Apr 17, 2013

How do I cut into the side of a circle that has been extruded and subtracted?

View 4 Replies View Related

AutoCAD 2013 :: File Size With Extruded Objects

Nov 7, 2013

I've been working on 3D models and noticed when i take a circle and extrude it along a path (usually a spline) it adds a lot to a file size. The objects are used as electrical conductors on power poles. After a few city blocks of this the model file size becomes basically unusable.

So my question is why does extruding a circle along a curved path increase the file size so drastically and is there another alternative to keep the file size down?

View 6 Replies View Related

AutoCAD Inventor :: How To Angle Either End Of A Piece Of Material After It Is Extruded

Dec 14, 2012

I'm new to autodesk. I cannot seem to figure out how to angle a piece of material after it has been extruded.

For example, If I create a shape ie. a 10mm square and extrude the shape to a length of say 100mm, and want to miter either end at 45 degrees so as I can join them to create a 90 degree angled piece....

How do I angle the end of the extruded piece?

I know it can be done with a simple chamfer but this is not ideal when dealing with more complicated shapes.

I am using autodesk 2012.

View 7 Replies View Related

AutoCAD Inventor :: Propagate Extruded Cuts To Components

Feb 5, 2012

I have two simple parts: an (almost) rectangular prism and a simple polygonal extrusion. The polygonal extrusion needs to be situated inside the prism, so I placed them in an assembly constrained the polygonal extrusion made a sketch on the extrusion with a simple 1/8 outward Offset of the profiledid a Model >  Modify Assembly > Extrude using the profile and Through All selected removed the polygonal extrusion as a participant to get the desired effect (in the photo, the offset is enlarged for clarity):

This works perfectly at the assembly level. However, I would also like this cut to be propagated to the rectangular part itself (the part through which the cut passes). When I open the part file, I still see the original part without the cut. Is there a way I can cut the part itself without recreating the shape in the part to be cut?

I've tried using Model > Create > Derive with the intention of using Model > Modify > Combine with an operation mode of Cut, but when I Derive the part, it is placed in the wrong location:

View 3 Replies View Related

AutoCAD Inventor :: Unable To Sketch On Extruded Surface

Dec 16, 2013

I have draw in DWG the front view of a ship's frame. I've closed the loop in inventor and extruded the object but I am unable to sketch on most of the surface to complete the side view..??

I can only sketch on one section the upper and lower sections it won't allow me too.

The top should be offset to the right but I am unable to draw the sketch onto the fame.

View 3 Replies View Related

AutoCAD Inventor :: Creating A Hole On Extruded Side?

Oct 29, 2013

I'm making a throttle body spacer in 2013 For some reason I can't get a hole made on the side of the extruded side.I place a general point on a new 2d sketch and no luck.

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Non-solid Entities On Solid Layer

Mar 19, 2012

We have this need to have all of the solids in a drawing to be placed in the "solid" layer.

Sometimes folks are drafting lines to develop these solids, and keeping the lines on the "solid" layer, rather than moving them to another layer, or deleting them altogether.

I could get folks to run this command before leaving the drawing.

I'm thinking something along the lines of:

Select all entities that are on the solids layer that are not solids.

If nil, great, do nothing.

If entities are selected, let me do something with them.

I'm hoping the following can be modified ever so slightly.

 (setq non_solid (ssget "X" (list (cons 0 "3DSOLID")(cons 8 "solid"))))

View 4 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 Civil 3D :: Import 3D As Solid Objects Or Convert Polymesh To Solid

Jun 18, 2013

I have a.3ds file imported into Civil 3d. The object imported as a polymesh in Civil 3d. I need the solid 3d object to do some edit like slice or union and subtract.

The question is "How can I import .3ds into Civil 3d as a solid objects or hoe can i convert polymesh to solid?"

View 9 Replies View Related

AutoCAD 2013 :: Converting Complex Solid Surface To Solid Model

Aug 12, 2013

I have finally created the shell of the complex surface that you see. This is only a section of the part because I cannot show the whole thing for proprietary reasons. I formed solid surfaces using the network command. The propblem is that it will not convert to a solid because the surface seams are not "water tight." When the network command created the solid surfaces, the surface seams do not exactly match the lines so there are gaps in all the seams. I have tried blending, patching, etc. and nothing works. how to convert this to a solid without losing the outlines and the shape?

View 3 Replies View Related

AutoCAD 2010 :: Remove Line Inside Solid Object / Transparent Solid Objects?

Sep 16, 2013

How can I remove the lines in the middle after I press and pull the objects.

Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?

View 9 Replies View Related

AutoCAD Inventor :: Only Allow Sketch Entities If Directly Associated To Extruded Feature

Aug 12, 2012

I have a simple ipt file (attached)

It is a simple rectangular plate with 13 holes through on a pitch circle.

I have used a "circle" to construct the "Pitch Circle" and a "line" to construct the top dead centre of the circle.

I have then added a circle to use as a hole feature and used the circular pattern to make the holes equi-spaced around the circle.

This circle is then extruded "Through All".

My question is, How can I eliminate the construction "Circles" and "Lines" from the following code, only allowing sketch entites that are directly associated to an extruded feature to be accepted?

Public Function WriteDxfSketchEntities(Doc As PartDocument, sketch As PlanarSketch) As Boolean
Dim partCompDef As PartComponentDefinition

[Code].....

View 1 Replies View Related

AutoCAD 2013 :: Fillet Edge Of Extruded Spline Shape

Aug 16, 2013

Autocad 2014.

I have the outline of a solid body guitar that I drew with spline, extruded and now trying put a 1/2" fillet radius along the edges, top and bottom.

Using the 3d fillet command produces an error, and extruding a profile along the edge path doesn't work either.

Attached is the spline outline, the red part is what needs the fillet, but the white part does not. However, they can't be extruded into a 3d solid unless their joined!

View 3 Replies View Related

AutoCAD Inventor :: Assemble An Extruded Tube That Has Holes Drilled

Apr 9, 2013

I am trying to assemble an extruded tube that has holes drilled, to a flat plate to be bolted together. when i go to assemble the parts the drilled holes will not highlight to attach the plate to.

View 9 Replies View Related

AutoCAD Inventor :: Extruded Hole IFeature For Sheet Metal

May 5, 2006

Extruded hole iFeature for sheet metal (see image attached)? I found one but it's in German & I can't get it to work. I tried making one but not I'm apparently experienced enough to get past learning curve yet for iFeatures like this.

View 3 Replies View Related

AutoCAD Inventor :: Calculating Combined Length Of Extruded Parts

Mar 26, 2012

Is there a function in Inventor 2012 for Inventor to quickly calculate the combined length of a collection of extruded parts?

What I want is to multiple select a series of extruded lengths in the browser, hit a button and see a total length.

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 7 Replies View Related

AutoCad 3D :: 3D Meshed Surface From Extruded Spline Irregular Shape

May 17, 2013

I am trying to create a 3D meshed surface from an irregular shaped solid I created using firstly a SPLINE, FILLET, PEDIT, and EXTRUDE. I have a solid in the basic shape now, but I am trying to create a meshed top and bottom (x, y, z,) to change the contours of those surfaces. I have looked at 3DMesh but it asks for (n,M,) coordinates like it is a regular shaped surface (square, rectangle) where one can calculate the required even spacing needed.

My goal is to create in CAD something like a fine art carved piece of wood, with irregular shaping and no straight planes or surfaces.

I have included a basic picture in JPEG format for your review. This is the item from which I am trying in ACAD 2010 to construct into a usable adjustable form so I may parametric for my needs.

View 9 Replies View Related

AutoCAD Inventor :: 2012 - How To Change Color Of Extruded Items

Jan 20, 2012

how can i change color of the extruded items becuase when i view it from the top it doesn't look like if anything is extrude. you would have to look from the side to tell if its extruded.

View 2 Replies View Related

AutoCAD 2013 :: Trim A 3d Solid Using Another 3d Solid As A Cutting Edge?

Aug 27, 2013

Is it possible to trim a 3d solid using another 3d solid as a cutting edge? I want to cut the edges of a dam using the natural ground surface (which is also a solid) as my cutting edge.

View 3 Replies View Related

AutoCad 3D :: Trim Diagonal 3D Solid To Top Of Horizontal 3D Solid In Picture?

Jul 10, 2013

Is there away to trim the diagonal 3d solid to the top of the horizontal 3d solid in the picture.

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 :: Position Of Attributes On Block Match Position On Another Block

May 15, 2013

Is there an easy way to ensure that the position of attributes on a block match the position on another block?

I just used the ATTIN command to upload a bunch of data to the block attributes on a drawing, and now the information is all over the place.

Instead of going through each one manually and repositioning the attributes (a VERY lengthy process), I want to use a "correct" version as a template of sorts to inform the other selected blocks of where to place the attributes and have it reposition the whole thing automatically.

Is this even possible?

View 6 Replies View Related

AutoCAD 2013 :: Hatching Looking Solid But Its Not A Solid Pattern

Dec 13, 2012

i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?

View 7 Replies View Related

AutoCad 3D :: Subtract Smaller Solid From Bigger Solid

Nov 7, 2012

I want to subtract smaller solid from bigger solid.I can not understand how to move smaller solid and place it in front of bigger solid.

View 6 Replies View Related







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