AutoCad :: Best Method For Creating 2D Polyline For NC Routing From 3D Solid?

May 2, 2012

I have discovered a 3D polyline cant be joined to a 2D polyline and when i exploded 3Dpline then flattened it ,as recommended elsewhere on this forum,it seems its shrunk in length.The NC router I have access to has to use 2D polyline for the path of the cutter.wish i could simply fed the 3D object into the NC router software and that was all i had to do.

View 9 Replies


ADVERTISEMENT

AutoCAD .NET :: Polyline Class Reset Method?

Aug 4, 2011

I used it to clear out the old vertex information, and then add new vertex points.All works on the screen until you use the undo command then all the vertex points are lost. Just created new polylines and deleted the old to fix it. Not ideal as I was storing the ObjectId’s in Xrecords, which now have to be updated with the new id’s

View 3 Replies View Related

AutoCAD Civil 3D :: Create Polyline From Figure Using BaseCurve Method

Nov 18, 2013

[URL]

You said that there is no need to flatten, but each method I have tried does not produce a polyline with curves.

I tried:

survfig.BaseCurve
survfig.BaseCurve.GetProjectedCurve
survig.BaseCurve.GetOrthoprojectedCurve

If if manually flatten the figure using a dummy suface with the AeccFeatureElevsFromSurf command, the polyline derived from survfig.BaseCurve will then have actual arc segments.

Is there another method or a way to flatten the figure programatically first?

View 8 Replies View Related

AutoCad :: Command For Creating Circle From Tan Method

Sep 1, 2012

what is the command shortcut for creating circle from tan tan tan method????

View 7 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 .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 :: Extrude 3D Polyline Into 3D Solid?

Jul 19, 2012

I've had a problem for a while now trying to extrude a 3d polyline into a 3d solid. The polyline is on different planes which is one cause of why it won't work. Instead of extruding into a solid it only does the sides making it a mesh rather than a solid. If its on one plane I know it will work.

View 2 Replies View Related

AutoCAD Inventor :: Macro Job For Creating Drawing For Part - SelectSet Method

Apr 8, 2011

I got a macro job for creation the drawing for a part. I got a lot of problem.

1/ The first one is move view:

I already create a view (e.g. oIsoView), now I want to move it to the left.

I find the DrawingView.Position method, how can I use this method? I try many time, but it's not successful yet.

Do I need to use the SelectSet method??????

View 9 Replies View Related

AutoCAD 2010 :: Polyline Not Solid After Changing Width

Aug 31, 2012

I have polylines and changed the width to 3/4" and now the Plines are not solid (filled like a hatch) anymore? They are splined as well. I must have changed a setting somewhere and did not know it. AutoCAD 2012.

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Odd Shape From Solid With Profile Of Polyline

May 16, 2012

Any routine that would allow you to cut out an odd shape from a solid with the profile of a polyline?The goal would be to have all the pieces that are left, not subtract them out..

View 3 Replies View Related

AutoCAD Civil 3D :: Bypass Links And Hydrodynamic Routing?

Sep 18, 2013

How are people modeling curb inlet bypass flow?  When I first got into using SSA, I looked on-line through some AU handouts and blogs etc.  I learned to model on-grade inlets using direct bypass links. I would create one that linked upstream and downstream inlets. It appears that hydrodynamic routing is the preferred option for modeling pipe networks with storage nodes, and the direct links don't work due to error 134.  It would seem that the logical fix for this is to model all gutter bypass as user defined open channel and create a channel section that matches the road and gutter section.  Is that correct? Also, how does the software view a direct link versus open channel?

View 5 Replies View Related

AutoCAD Inventor :: Cable Assemblies / Make The Wire Routing Look A Little Neater

Mar 1, 2012

Many times, we run several individual wires from one device to another. They are not grouped in a cable jacket or anything just individual wires. I was wondering if there is anyway to make the wire routing look a little neater as right now I have to tweak each wire one by one and many times it looks like crap. Can I use a segment for this and then just turn off the visibility of the segment or something? I just want the wires to look neat running from one place to another and there must be a way to do this?

View 6 Replies View Related

3ds Max :: Unable To Create Solid From Polyline Model

Sep 5, 2011

I've got a DWG file generated from a software called 12D. It contains a polyline model of an embankment. I've imported it into Max and wanted to create 3D solids out of it so I can further manipulate this model and render.

I'm struggling to convert it into a 3D solid. I have tried the extrude and loft modifiers, but unable to get them to loft or extrude along the poly lines.

So I' thinking I may recreate the whole object from scratch vertex by vertex. How I can create a solid without recreating the whole object?

Attached a part of it for example here: [URL] ......

View 3 Replies View Related

AutoCAD .NET :: Creating A Polyline Using Distances Between Points?

Sep 25, 2012

I am aware of creating a polyline and using .AddVertexAt() to give the points, my question is if I want to create a polyline in acad I generally will pick a point and then type out @10.5<0 or something similar of that nature to pick my next point. Is it possible to add vertices to a polyline in .Net giving it the distance and angle of one point2d to the next point2d?

Example:

acPoly.AddVertexAt(0, New Point2d(0,0),0,0,0)

acPoly.AddvertexAt(0, New Point2d(1,0),0,0,0)

but instead?

acPoly.AddVertexAt(0, New Point2d(0,0),0,0,0)

acPoly.AddVertex ( use code equivalent of  New Point2d = @10.5<0 from point at 0 index)

View 2 Replies View Related

AutoCAD .NET :: Creating Polyline In Random Plane?

Jun 19, 2013

I would like to create a polyline in a plane that is not WCS. I am able to do so with the 3D polyline. My problem is that 3D polyline does not allow for a Bulge in the polyline.

View 3 Replies View Related

AutoCad 3D :: Creating Terrain From 3D Polyline (Loft?)

Nov 24, 2011

I'm currently facing this problem of lofting/elevating the drawing.

The drawing had all the 3D polyline and I need to join them. I have no problem joining a 2D polyline, but now i'm facing this problem.

see attached. Capture.jpg

View 0 Replies View Related

AutoCad 3D :: Creating 3D Solid From A Block?

Apr 12, 2012

I am trying to cut out a logo from a 3D solid. Essentially the thing I'm trying to 'cut' is a box, simple. However, the logo I has is reasonably complicated and a conversion to DWG from an Illustrator file.

I have tried creating the whole thing as a surface, no luck

Tried exploding it into both lines, polylines and splines, no luck

The nearest I get is a long winded way round. Im having to joins the splines, then convert to polyline, then convert to surface, then thicken the surface. This would be ok, but there's lots of text and so on.

I just wondered if there's a simple way of doing it that I've missed? Such as "cut these 2D lines out of this 3D shape" command and then delete the sliced out pieces I don't want.

View 9 Replies View Related

AutoCAD Civil 3D :: Label Area Without Creating Closed Polyline / Parcel

Mar 29, 2012

I've read 2013 is going to include line labeling capabilities by selecting 2 points rather than selecting linework. Is there going to be a way to label an area without creating a closed polyline or parcel, where it works the way a hatch works. So if I selecting in the middle of multiple individual intersecting lines, it labels the area.

View 9 Replies View Related

AutoCAD 2010 :: How To Convert Solid To Polyline With Mechanical 2010

Nov 8, 2012

I'm using AutoCAD Mechanical 2010 and received a .DXF file that contains 'solid' objects.  Unfortunately the next tool in my workflow doesn't understand 'solids' only polylines (and a few other basic shapes like circles, lines, etc).  Is there some way to convert the object in AutoCAD?

I tried the 'boundary' command but when it asks to 'Pick Points' and I click inside the solid, it always gives the error 'Valid hatch boundary not found'. 

What am I missing here?

View 1 Replies View Related

AutoCAD 2010 :: Creating A Circle From A Solid?

Jul 16, 2012

I am using Inventor 2012 and I am trying to create a circle from a solid drawing I have done, I am creating a 3D drawings of a pessure seal, but I dont know how to go about making this block into a circle with a Diametre of:-

OD 899.8
ID 873.6
(mm) 

View 3 Replies View Related

AutoCAD Inventor :: Creating A Circle From A Solid

Jul 16, 2012

I am using Inventor 2012 and I am trying to create a circle from a solid drawing I have done, I am creating a 3D drawings of a pressure seal, but I don't know how to go about making this block into a circle with a Diameter of:-

OD 899.8
ID 873.6
(mm) 

I have attached what I have done so far. I think I need to keep it in sketch to do this though?

View 6 Replies View Related

AutoCad 3D :: Creating Solid Body From 2D / 3D Wireframe

Mar 7, 2013

bonecut1.dwg

I'm trying to create a solid body from a non uniform 3d frame Actually I bought this model and it turned out to be hollow inside. How to make it a complete single solid body? [This model is a part of human bone]

View 6 Replies View Related

AutoCAD Inventor :: Creating A Solid From Different Surfaces

Sep 6, 2012

I'm having trouble creating a solid from different surfaces. 

I already tried the surface stick, but it seems that it is still not a solid. (How can I check this?) The part is still yellow. If I try to apply the sculpt feature it says: 

Modeling failure: A valid body cannot be constructed based on the selected inputs.

It 's a quiet complex shape. You find here: [URL].....

View 3 Replies View Related

AutoCad 3D :: Creating Complex 3D Object / Solid

Aug 31, 2012

I have the 3d model of a ship, but it has no surfaces or solids, just lines. I want to create some solids based on those lines.

It's better if i attach the dwg to the post and explain what i want to do:

- in the file attached there are some lines marked with red and blue
- i want to create a solid/3dobject by extruding/lofting the red lines along the blue lines.

In the drawing only a few lines are colored, for better understanding. I tried with loft, but it only creates some surfaces. The point is that i need a solid or a 3d object.

sampla.dwg

View 9 Replies View Related

AutoCad 3D :: Creating Solid From Ragged Surface For STL Export?

Nov 26, 2011

My ultimate aim for this small drawing is to convert it to an .STL file. For this the shape needs to be a solid or watertight mesh. I've attached the drawing in CAD - it's very basic! I just want to create a solid shape, using the surface, with a flat base up to the lines drawn on. Or even just a surrounding mesh so that the shape can be exported as a .STL. I just can't figure out how to do it!

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Do Lines / Polyline On Line Edges Creating Polygon

Oct 22, 2013

I really need a auto lisp that do lines/polyline on line edges creating a polygon like the example.

View 8 Replies View Related

AutoCad 3D :: Creating Solid Drawing From Wireframe In Model Space

Jul 19, 2013

I am in need of creating a solid drawing from my wireframe drawing in model space. I have never done any 3d modeling in autocad before it took me a few days just to get the wireframe of a staircase done! I have tried to render this object in viewport but it disappears after I click on it or move around, therefore I cannot see it in my paper layout. How do I make a rendered object stay? Also I want to plot this on 22x34in and 11x17in paper, how would I go about getting a high quality rendered image. I am using autocad 2010.

View 4 Replies View Related

AutoCAD Inventor :: Creating Assembly Of Multiple Parts To A Solid Part

Feb 15, 2013

My issue is we have Universal assemblies that never change. These assemblies are thousands of parts. (hardware gaskets other random assemblies.) this top level universal assembly never changes.

to increase time in layouts. we would like to create these universal assemblies into 1 sold part.

Is there a was to export an assembly into a single solid part.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Creating Solid Rectangle Shape File

Sep 8, 2011

I want to create a custom linetype that uses a solid rectangle 0.5wide and 1.0 long.  Basically I want to create a shape file from an existing block I have so that I can insert it into the linetype definition.  Is there an easy way to do this in ACAD 2009?

View 8 Replies View Related

Photoshop :: Creating A Solid Frame?

Jun 16, 2006

I'm creating a surveillance camera effect which I know how to do, but I want to draw on my base image, a white frame that you see in a viewfinder of a video camera. So the border/frame if you like is solid white probably about 10 pixels wide but not round the very edge of the photo.

How do I create this quickly?

View 5 Replies View Related

AutoCAD 2013 :: Difference Between Creating A Width Using Layers And Polyline Width?

Oct 12, 2013

whats the difference between creating a width using layers and using polyline width?

View 2 Replies View Related







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