AutoCad :: 2D Polyline To A Surface?

Apr 22, 2013

I have created a series of splined lines into a polyline (pedit) which I want to extrude. When I extrude the polyline I only get an extruded polyline and not a surface. I need to create a mesh or make the surface a face to extrude to make a solid. I have not used AutoCad for some years and have forgotten how to do this. I know that I am making an incorrect procedure here somehow.

View 3 Replies


ADVERTISEMENT

AutoCAD Map 3D :: Draping A 2d Polyline Onto A 3d Surface

Mar 17, 2012

I am wanting to digitize a geology map using AC Map 3d.  When I draw 2d polylines of geology units, I would like to be able to drap these onto a DTM suface so I can have them in 3d.  How do I do this?

View 3 Replies View Related

AutoCAD Civil 3D :: Can Wrap A 3D Polyline Along A Surface

Mar 1, 2013

I want to draw a 3D-polyline and wrap it to a surface so that the elevations in the surface aplies to the polyline. With every elevation difference i want a vertrice to be added to the polyline so that it follows the surface perfectly along the polyline length.

View 4 Replies View Related

AutoCAD Civil 3D :: How To Convert Polyline Object (with X / Y / Z) To TIN SURFACE

Sep 2, 2012

how to convert polyline object (with x, y, z)  to TIN SURFACE BECAUSE IF THIS OBJECT STILL POLYLINE OBJECT, I CAN'T RUNNING CATCHMENT AREA, ADD LABEL ETC

View 5 Replies View Related

AutoCAD Civil 3D :: Convert Surface Boundary To Polyline

Feb 1, 2013

I need to convert my surface boundary to a polyline so I can use it to clip another surface. Is there a simpler way than tracing it with the polyline command?

View 3 Replies View Related

AutoCAD .NET :: Extruding Open Polyline To Create Surface?

May 16, 2013

How do I go about extruding an open polyline to create a surface? I am able to extrude a solid 3d from a closed polyline ( by creating a region first) but I cant find a way to do the same for surfaces.The autodesk.autocad.databaseservices.Surface class does not have an extrude method unlike the its solid3d equivalent. I am using autocad 2012 .

View 1 Replies View Related

AutoCAD Civil 3D :: Produce Projection On A Surface (from Polyline)?

Jan 30, 2012

I have started to use CIVIL3D 2007 instead of LAND-DESKTOP 3.

My question is: When I used LDD I created a surface, then drew a polyline and by right-clicking chose "Project object".

This option produced many new points along my polyline which I used for my design.

When I tried this with CIVIL 3D I couldn't find this option.

I can create a quick profile, however, this is not good for me because I need the data as a collection of points with coordinates & elevation, and not as an image.

Is there any way to produce a projection on a surface (from a polyline)?

Or getting some information from the quick profile in the way I need?

View 8 Replies View Related

AutoCad 3D :: Generate 3D Polyline From Sliced Edge Of Surface

Jul 29, 2011

I was wondering if you could generate a 3D poly line from a surface which I have sliced. I am trying to establish retaining wall heights in a cutting on an embankment. I have generated the slope using 2 3D polylines offset and edgesurfed between them. I then put my proposed footpath at the desired location. When I needed to slice the mesh I had to convert it to a surface. It worked but I now do not have any nodes that I can connect vertical lines to in order for me to design wall heights etc.

Is there a way to generate a 3D poly from the sliced edge of a surface.

View 3 Replies View Related

AutoCad 3D :: Revolving Closed Polyline Results In SURFACE?

Dec 11, 2012

I have been using AutoCAD to create product designs (baby bottles) for the last three years. I am normally drawing lines, arcs and splines to create the shape, then I use PEDIT to create a closed polyline and REVOLVE to create a SOLID 3D object from that shape.

Couple days ago, AutoCAD is not longer creating 3D solids when I use REVOLVE as usual (even using older files and/or the same shapes or polylines that I have used before to create 3D solids). The result of REVOLVE is "SURFACE (REVOLVE)" (I got that from properties). But, the most uncommon thing is that AutoCAD is revolving fine one or two times per day after many many tries. (normally I am closing and opening files and trying to revolve some stuff many times, using the same process and suddenly it revolves the sahpe as a 3D solid)

I attached a picture showing two objects created using the same group of lines, splines and acrs. One is a solid 3d object and the other one is a surface (revolve) as result of using REVOLVE command. WHY????

View 3 Replies View Related

AutoCAD Civil 3D :: Edit Existing Surface Made By Selection Polyline

Aug 28, 2013

I have a proposed surface that has been made by selection polyline with a z elevation as contours.  Is it possible to have civil 3d easily change the weeding and supplementing factors to a tighter value after it has already been made?

View 1 Replies View Related

AutoCad 2D :: Drawing Polyline To Have Tooltip Box Show Cumulative Length Of Polyline

Nov 6, 2013

Is there a way, when you are drawing a polyline, to have the tooltip box show the cumulative length of the polyline, rather than the length of the current segment being drawn?

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Reduce Polyline With Multiple Vertices To Single Polyline

Jun 7, 2012

I would like to take all the vertices out of a multiple-vertices polyline so that it reduces to just its start and end points, can this be done?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: 3D Polyline To Polyline To Spline With Max

Sep 21, 2013

Due to modeling purposes, I need to convert a 3D polyline to a spline. What I have been doing is:

- change polyline fit/smooth to cubic from properties
- convert polyline to spline by typing spline -> object
- method -> fit from properties

You can see the original 3D polyline (green) and the resulting spline (magenta) in the attached drawing.When I zoom in and measure the distance between the two entities at different points along them, at some points the perpendicular distance exceeds 5 millimeters, and I want to ensure the deviation remains under 1 millimeter or even less.

I know I can change the knot parameterization of the spline, and this does work at some locations, but the difference increases at others.Why is there a 5.6 mm difference between the spline fit point and 3D polyline vertex, as measure in the attached drawing?

Now, I can go and manually stretch the fit point to coincide with the vertex. Also, I can add fit points between existing ones to drag the spline closer to the original 3D poly.

However, some of my polys are really long, and it is very time-consuming to do this manually while measuring points along the entities to make sure the distance stays small enough.

how to automate this process? For example a lisp that would maybe take the original vertex points, add say maybe 3 (not too many) new ones between them, and then generate a spline while making sure the deviation is less than the set value of 1mm? I am using AutoCAD 2013.

View 5 Replies View Related

AutoCAD .NET :: Getting Polyline Data Into A Custom Derived Object (from Polyline)

Nov 11, 2013

I've been working on a custom polyline object, and I've got it functioning!!Having said that, I plan to run its creation around picking a point for bounary selection.

(Other than trying to step through every vertecies) is there a technique I can thow the polyline data from a traceboundary result into my custom object? I've been trying to add the polyline from traceboundary to my object BEFORE it's added to the transaction by the way...I assume that's right, since I want to put it's data in my custom object then add my custom object to the transaction instead.

View 3 Replies View Related

AutoCAD Civil 3D :: Convert Metric 3D Polyline To 2D Polyline

Jun 29, 2013

I want to convert a 3D polyline to 2D polyline.

View 5 Replies View Related

AutoCad :: Automatic Join Polyline Onto Existing Polyline?

Sep 16, 2011

Is there any way at all to draw a new polyline - from the endpoint of another polyline, and have it automatically join as one polyline from the existing section??

I know this can be done via PEDIT, but its so laborious and soo many clicks, and I have alot of segmented Polylines that I need to consolidate when I draft.

View 7 Replies View Related

AutoCAD Civil 3D :: Align Polyline Onto Another Polyline

Mar 22, 2012

Any way I can align a new polyline to a reference polyline (orig polyline).

The 2 polys will be generally the same length, however, the number of vertices will differ.

Also I need to mantain the same distance between the vertices on the new poly and the new and reference poly won't follow the same direction.

View 9 Replies View Related

AutoCAD .NET :: How To Find If Polyline Is Inside Another Polyline

May 18, 2011

How do you find 'if' a polyline is inside another polyline?

View 2 Replies View Related

AutoCAD 2010 :: Polyline To 2D Polyline?

Mar 2, 2012

How do you convert a closed Polyline to 2D Polyline? CONVERT does not work in reverse.

View 4 Replies View Related

AutoCad 2D :: How To Convert 2D Polyline To Polyline

Jun 25, 2008

I have 2D polylines and want to convert to polylines, but to no avail. Tried to 'spline2pline' this line, but ACAD refuse to select it.

View 9 Replies View Related

AutoCAD Map 3D :: Select Polyline By Intersecting Polyline (select By Location)

Aug 10, 2012

I can do this in AutoCAD Map but I have my doubts. I will explain in ESRI GIS terms (this is what I am familiar with) and I hope you can tell me if I can do this in AutoCAD Map. In ESRI ArcMap I can select a line and I can hit a Select by Location button. In this window I can select all of the objects that intersect my selected line. Then I can delete them or export them etc.

In AutoCAD Map I have a polyline selected. It is my road centerline. I want to be able to select all of the other polylines that intersect my selected polyline. Is there a way to do this? I need to erase those polylines. Usually I will pan to each of them and select them individually. It just seems to take a lot of time.  My AutoCAD co-worker said I could use a fence and draw the fence through my polylines. It seemed to work ok but I accidently deleted extra things that I needed. So I'm back to manually selecting each one by one unless you know a different way.

View 8 Replies View Related

AutoCAD Civil 3D :: How To Convert 3D Polyline Contour To Polyline Contour

Mar 24, 2013

How to convert a 3D Polyline contour to Polyline contour.

View 4 Replies View Related

AutoCAD Civil 3D :: How To Correct / Manipulate Surface To Show Proper Flat Surface

Dec 2, 2011

I often have to do storm pond surfaces that (for the purposes of planning) are flat on the bottom. These surfaces are created from a combination of survey data and grading groups and the tin of these surfaces is perfectably acceptable. However, when contours are shown, the flat bottom is shown with contours jig-jagging all over the place.

The attached image shows a comparison of the same pond. The top was created with survey data and grading groups; the bottom was created using contour data only. The generated surface on the top shows the bottom contour going in different directions and has parts where the an expected contour is missing.

How to correct/manipulate the surface to show a proper flat surface?

View 6 Replies View Related

AutoCAD Civil 3D :: Reduced Maximum Length For Surface Triangles Causes Surface Holes

Oct 22, 2012

Has instances where you set your tolerance for the maximum triangle lenth to say 50m to reduce the amount of triangles along the edge that run at long distances. When I do this I end up with multiple surface holes and I'm not sure why as there are points in the area.

I thought well maybe it's because i should've reduced my max triangles first then added breaklines. Would this matter? I also thought I could add a line to the surface to fix the holes vs. deleting surface lines along the entire edge of a surface for many many miles.

View 9 Replies View Related

AutoCAD Civil 3D :: Editing Existing Surface Using Edit Surface Command

Nov 14, 2012

I am trying to add points into a surface. I have done this before without any problems, but now I am having issues.

When I ID points which makes up the surface it gives me the correct Z level e.g. 24.5m, however when I hover over the surface it shows me the surface name and a different z level e.g. 0.65m. What is the reason for this difference in z levels? I think this may be causing the issue I am having when I add new points.

I select the surface and use the 'edit surface command' in the ribbon, choosing add point. 

When I add a point at the level I require(23.89m), it puts it in a lot higher than the surrounding area, so I tried to put the point in to the lower z levels (0.4m) it puts it in a lot lower!

View 5 Replies View Related

AutoCAD Civil 3D :: Volume Bounded By Existing Surface And Design Surface

Dec 10, 2012

My goal is coming up with the volume bounded by the design surface and the existing surface. I don't have the design surface modeled yet.

Do i need to create alignment offsets?. Alignment 1 profile view is also attached. Then Alignment2.

What about starting with alignment1 profile view? Since I have created a polyline as the design profile ?

how do I shrink labels? Where is it in the settings ; the Align folder had been check.

View 2 Replies View Related

AutoCAD Civil 3D :: Add A Surface To Blank Drawing / Then Upload DEM Files To Surface

Oct 2, 2012

I am issues with DEM files that I am downloading from the USGS website.I download 24k, elevation for the area I need. I then choose staged 1 second, add a surface to a blank drawing, then upload the DEM files to the surface.

The surface imports correcty, but when I try to import  points taken by a surveyor on the same drawing, they plot incorrectly.The DEM surface and the points from the surveyor do not correspond. Also, the DEM surface is in meters, not feet. I have tried changing drawing settings, datum types, coordinate types, etc.

View 9 Replies View Related

AutoCAD Inventor :: Curved Surface - How To Increase Volume Of Surface At Certain Points Only

Apr 10, 2013

how I can add more volume to curved object surface? Say for example I have a plastic cup.You can think of this as cylinder object ,which was the shelled out using the shell tool and then had its base sealed.

Now at certain parts, I would like to increase the thickness and then blend it the rest of the surface(may be chamfer its edges) .

At certain parts on curved surface I would like to add an extra mm, I think if the surface was flat I would just sketch the shape, then extrude it by few mm and smooth the edges by doing a chamfer

But how can this be done on surface that is curved? Or multi curved for edges?

View 9 Replies View Related

AutoCad 3D :: How To Put Planar Surface To Solid Object Which Surface Is Curved Like Cylinder

Sep 2, 2013

I would like to know how can put planar surface to solid object which surface is curved like cylinder for example. When start draw from first point rectangle of planar surface follow x cordinate not that solid object. How to do that simply?

View 9 Replies View Related

AutoCAD Civil 3D :: Change Reference Surface For Surface Elevation Label

Apr 4, 2012

Is there any way to change the referenced surface on a Surface Elevation Label. I can see the surface in the properties but cannot change it.

C3D 2011

View 1 Replies View Related

AutoCAD Inventor :: Ribs On Curved Surface / Trimming To Complex Surface

Feb 28, 2013

I'm designing a press for a skateboard similar to: Rib Press

I have the board modeled: (see attached)

Now what i want to do is generate those ribs as seen in the picture.

I tried creating a block that intersected with the board and tried to split the rib at the surface, but to no avail. I think the issue has something to do with the curve of the board in two directions, but i can't seem to get it right.

if you are having trouble visualizing what i'm asking about, look at this. I want to be able to figure out the exact shape of those center ribs to print and eventually cut out of wood.

View 9 Replies View Related







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