AutoCad :: Create Set Of Points Around A Polyline

Jul 17, 2011

I'm currently trying to use the draw > point > measure tool to create a set of points around a polyline but I can't seem to get them to start at a point that I want. When I try and create the points they start from a random place.

View 3 Replies


ADVERTISEMENT

AutoCad :: Create A Polyline From Selected Cogo Points

Jan 28, 2012

is there a command (or method) that will create a polyline from selected cogo points instead of manually connected each point from a create line command?

View 2 Replies View Related

AutoCAD Civil 3D :: How To Create New Vertex Points In Line And 3D Polyline

Nov 24, 2013

I want to create new vertex points in feature line  and 3dpol.

I have this:
try
{
if (obj.GetType() == typeof(Autodesk.AutoCAD.DatabaseServices.Polyline3d)) {
Polyline3d p3d = (Polyline3d)trans.GetObject(entRes.ObjectId, OpenMode.ForWrite);

[Code]....

In this code line:

oFtrLn.InsertFeaturePoint(punt, AeccLandFeatureLinePointType.aeccLandFeatureLinePointPI);
 
always catches the same Exception "the value is not within the expected range" .I have translated it because I get "El valor no está dentro del intervalo esperado". Perhaps is this: " Value does not fall within the expected range.".

I have tried it with different point3d values but always catches  Exception.

With pol3d I have similar problem.
 
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit

View 4 Replies View Related

AutoCad :: Z Value At Intersection Points In 3D Polyline?

Oct 30, 2013

Any Lisp to find the difference in z value at intersection points in 3d polyline and polyline,

View 9 Replies View Related

AutoCAD Civil 3D :: Export Points To Datacollector And Create Points List

Feb 8, 2013

I had to create a boundary map and place points to all corners. How to export these newly created points back into my data collector (Ranger) and also I'm trying to figure out how to print out a points list. 

I stumbled on to this thread but I guessing that it's a different CAD year because my modify tab doesn't look like this. URL.....

View 4 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 VB :: How To Split A Polyline At Its Self Intersection Points

Jul 21, 2011

I'm trying to split a polyline that have some intersection points at its intersection points. So, if a polyline have two self intersection point, then it will become three different polyline. I attached an example of a polyline that I want to split.

View 2 Replies View Related

AutoCAD .NET :: How To Split Polyline At Its Self Intersection Points

Jul 21, 2011

I'm trying to split a polyline that have some intersection points at its intersection points. So, if a polyline have two self intersection point, then it will become three different polyline. I attach the example of a polyline that I want to split. I wonder, does the get split curve method ?

View 3 Replies View Related

AutoCAD .NET :: How To Extract Intersection Points Between Polyline And Another

Sep 16, 2011

I have some experience with Vb.net.

But I have a problem:

I have a polyline

I select it

The result to be a message box with the intersection points for all the lines, polylines that intersect this polyline.

View 1 Replies View Related

AutoCad :: Delete Points On 3D Polyline Vertices

Jul 18, 2011

I have a couple of hundred 3D Polylines which have point crosses at each vertex. Any way to remove these point crosses that fall on the 3D Polylines.

(IF 3D point vertex = any 3d Polyline vertex THEN delete)

Reason I can't just filter out the points and delete is that there are points that don't fall on Polylines which I want to keep. All points are on the same layer. Polylines are on various layers. Data is from a 3D topographical survey.

View 3 Replies View Related

AutoCAD .NET :: Finding Cardinal Points Of Closed Polyline?

Jun 20, 2013

I want to find the cardinal points ( N, S, E, W) of each face of a closed polyline, how?

Windows 7 (x64)
AutoCAD 2012 (x64)

View 5 Replies View Related

AutoCAD .NET :: Points In Polyline From Multiple Lines That Cross?

Nov 4, 2013

How to obtain the points in a polyline from multiple lines that cross the polyline.

View 1 Replies View Related

AutoCAD 2013 :: Explode Polyline Or Line To Points?

Mar 20, 2013

I'd like to explode a polyline 2d, 3d or a simple line to single 3d points.Civil 3D (2013) how much you have to improve....

View 4 Replies View Related

AutoCad :: List Area Of Polyline Or By Points In Acres?

Apr 27, 2011

How to list the area of a polyline or by points and have the output displayed in acres?

View 6 Replies View Related

AutoCAD 2010 :: Command For Drawing A Polyline Through Multiple Points

Feb 15, 2012

This is something I should know as a long time CAD user. I have line of points, ~200 on the screen and I want to draw a polyline through them without selecting each point. I know there was a command to select the first point and the last and ACAD would draw the line between. I am using AutoCAD 2010.

View 3 Replies View Related

AutoCad 2D :: Reduce Number Of Vertex Points In Polyline Or 3DPolyline?

Oct 9, 2013

Any way to reduce the number of vertex points in a polyline or 3d polyline and retain the basic shape but without having to redraw over the top it?

Ideally, I would like any adjacent segments which are in the same direction as each other to become one segment.

In my image you can see the number of points it has, the majority of which are not necessary for my needs (it was imported from a client's drawing). My desired linetype will also not show because of this.

spline.jpg

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Distance Between Two Points Along The Path Of Polyline

Sep 10, 2012

There are times that I have a really long curb polyline that has both line and arc segments.  I wish to pick two points along that polyline and have it give me the distance between those two points along the path of the polyline.

Do we have this ability natively?  Have I been missing something all this time?  Normally I have to make a copy of the original entity, ... break, break, list erase or undo....

View 6 Replies View Related

AutoCad :: Drag-select Multiple Vertex Points Form Polyline

May 13, 2011

How can I drag-select muliple vertex points form a polyline, a workaround I found is:

-select object

-shift select first vertex, shift select next vertex, etc

But this workaround is limited because I want to delete those vertexes, I cannot find the remove vertex command when I have multiple vertexes selected.

View 2 Replies View Related

AutoCAD Civil 3D :: Draw Polyline From Point To Point Using Imported Points?

Aug 16, 2013

Im still new to Civil 3D and i would like to know how to connect inported points using 3D polylines. I imported my points from Excel in a PNEZD format. How do i get the 3d poly line to snap to my points so I can Connect them? someone mentioned using a feature line to connect the points but im not sure how or what that would do.

View 3 Replies View Related

AutoCad 3D :: Create (in 3D Workspace) 3D Polyline

Jun 13, 2011

I'm trying to create (in 3D workspace), a 3D polyline which starts from the "ground" and goes up the Z axis for 45 units (meters for example), then, the polyline continues "up" but in a 45 degree inclination, and then it goes up further but still 45 degrees from the last segment.

I attached a picture of this to the post, the top line is the one I want to create, and the bottom one is what I get.
The thing is that the 3dpoly command doesn't let me set the line on the Z plane, unless I fix it in ortho mode, and even after I do the first segment that way, the next one stays fixed in either the Z plane or the XY plane, but not in the 45 degree between them that I want....

P.S. - when I click the 3d polyline command, there are no options in the command area, just "specify first point...." - is this what should appear?

View 9 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 Civil 3D :: Create Point From A Polyline

Aug 14, 2013

I want to create points from the polyline to identify in the field. For example, I create a square for a concrete pad and I want to identify the corners of the pad.  

View 4 Replies View Related

AutoCAD 2013 :: How To Create Lisp Polyline

Nov 5, 2012

i'm looking for polyline lisp. I type PLINE and type Width specify starting width is 0.0 next specify ending width is 90.0 and then i type 200mm for my distance then i choose again the Width to become 0.0 (starting and ending) then choose Arc. How to create lisp polyline?

View 1 Replies View Related

AutoCAD Civil 3D :: Create Drainage Polyline

Apr 16, 2012

Any way to create a polyline linetype that simulates a solid dashed with outer lines (drainage line)?

I could sort of do it with the multiline feature but not what we want.  using 2011 civil3D

View 2 Replies View Related

AutoCAD .NET :: Create A Polyline With Invisible Segment?

Jun 21, 2011

if it's possible to create a polyline with invisible segment.

View 4 Replies View Related

AutoCad :: How To Create Minimal DXF File That Has Polyline

Jan 31, 2014

How to create a minimal DXF file that has polyline. I am using a C# program to create DXF File. Also if i want to hatch a closed polyline what might be the best way.

View 9 Replies View Related

AutoCAD .NET :: Create Polyline With Insertion Point Prompt

Mar 13, 2012

I've been going through some examples on [URL] to create polylines and i've managed to make some code run. One thing that I can't seem to find information on though, is how to use the default AutoCAD command line options in my code. For instance, I would like to be able to prompt the user whether they would like to snap the polyline to an insertion point, everytime they create a new verticie.

Below is some example code from the site that i'm working from:

namespace MyPlineApp
{
public class MyPlineCmds

[Code].....

View 6 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 .NET :: How To Create 3D Polyline Based On Point3D Collection

Aug 23, 2012

I want to create a command:

My selection set consists of dbpoints that exists on my drawing and they are more or less in line

I create a new point3dcollection with this db points

I want to create a 3d polyline based on this point3d collection

My problem is : how to sort this point3d collection based on a picked start point and picked end point?

The only idea I have is:

from start point i calculate the distance to each point3d from collection and based on the results i sort the point3d collection based on distances.

View 2 Replies View Related

AutoCAD Civil 3D :: Create Ployline From 2D Polyline With Curves?

May 3, 2011

I want to create a 3d ployline from a 2d polyline with curves. When I use the convert 2d polyline to 3d polyline command it places a bunch of vertices along the curve so when I go to place elevations on the vertices it takes too long. I want to be able to give an elevation at the pc and pt and have it place elevations along the curve from this info like it does on the stright lines.

View 6 Replies View Related







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