AutoCad :: Reverse Start And End Points Of Line?

Sep 1, 2012

Is there a way of reversing the start and end points of a line? I have a lot of mirrored lines on my model, and so the direction (start/end) is also mirrored. This poses a problem when i export the model to another program witch has a coordinate system based on the direction of the entity (in this case a line). So i come back to the question, is it possible to change(reverse) the start/end position to already drawn (mirrored) lines? Btw i am using acad2011

View 2 Replies


ADVERTISEMENT

AutoCAD 2010 :: Visually Indicate Start And End Points On A Line?

Oct 29, 2013

I know that I can find which points are which by checking the properties, but I am wondering if there is a way to (for example) edit the grips so that they indicate which end is which, like how they are used in dynamic blocks to show how an object can stretch. This isn't a problem that requires an imeediate fix, but would be nice if there were such an option.

View 4 Replies View Related

Lightroom :: Adjustment Brush Draw A Straight Line By Clicking The Start And Stop Points?

Mar 11, 2012

Can a Lightroom adjustment brush draw a straight line by clicking the start and stop points?

View 8 Replies View Related

AutoCAD Civil 3D :: How To Reverse Line Direction

Jul 12, 2012

I have made  line types with text and need to reverse the direction that the text reads.  The text autocorrects based on UCS north.  The UCS in the drawing is rotated 90 degrees so line text reads upside down.  I type in the reverse command but the text does not change.

View 1 Replies View Related

AutoCAD 2010 :: Horizontal Line Reverse Display

Sep 11, 2012

I have Problem in AutoCAD 2012 Reverse command.

Reversed horizontal line type does not display in AutoCAD 2012.

But if i open same file in AutoCAD 2010 or 2011 it displays.

This is Problem with Only line/pline drawn horizontally. Vertically drawn line/pline displays reversed line using reverse command.

View 9 Replies View Related

AutoCAD Civil 3D :: Flip / Reverse Line Direction In Profile?

Jun 14, 2012

I have a special ditch profile that I'd like to use a linetype with arrows on.  Currently, it shows the arrows going up station with my mainline profile.  i.e. now water does flow uphill...

How can I flip this line?

View 9 Replies View Related

AutoCAD 2013 :: Draw A Line From End Of Line To Start

Jul 31, 2013

I was drawing a  lot of lines with the pointer that stuck at the end of the line and after that it stuck at the beginning of the other line (i hope you understand what i mean). I don't know what i pressed but now this function is not active and is very difficult to draw the lines.

View 3 Replies View Related

AutoCad :: Start Line From The Section Of Line?

Jan 10, 2013

I am trying to do a drawing but there's a function I forget. I want to start a line from a section of another line. How to do something to skip a distance from a start point of a line to the position you want.

View 5 Replies View Related

AutoCAD Civil 3D :: Reverse Direction Of Auto Feature Line Generated From Corridor In 2012?

Jun 10, 2012

Can you reverse the direction of an auto feature line generated from a corridor in C3D 2012?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Make Different Start Points For Different Commands

Jun 29, 2013

My first lisp, so bring it hard on me I want to be an expert in autolisp .

My lisp is meant to do the following:

draw a rectangle with ”0” fillet. It can be done either via rectangle command, or pline command. The attached lisp has the variant with the pline-case.

The, I need to draw inside a smaller rectangle, with a fillet value, that is promoted and indicated by the user. The smaller rectangle must be centered inside the bigger one. I thought it was a good idea, to take one insertion-point for the bigger rectangle.

and to calculate a 2-nd insertion-point for the smaller rectangle, via "polar" function.

What I get:

the 2-nd insertion point is put the same as the 1-st one.

I wish to draw the bigger rectangle with one layer "example: Layer 1", and the smaller rectangle with another layer "example: Layer 2".

View 9 Replies View Related

AutoCAD Civil 3D :: What To Put In Override Box To Start Second Line Of Text

May 24, 2012

What to put in the override box to start a second line of text? its autocad 2013

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: End Of One Line Is Start Of Another

Apr 24, 2013

I am having a problem with starts and ends of lines. I have draw two lines, end of first is start of second. The problem is because, (cdr (assoc 11 (entget line1))) and (cdr (assoc 10 (entget line2))), somehow, are not the same,

(= (cdr (assoc 11 (entget line1))) (cdr (assoc 10 (entget line2)))) 

is returning nil, what is so confusing to me is that:

(=(nth 0(cdr (assoc 11 (entget line1)))) (nth 0(cdr (assoc 10 (entget line2)))))

is returning true, the same is for y and z coordinates.

I need to check x y and z coordinates, for this type of problem...

View 4 Replies View Related

AutoCAD 2013 :: Start Measure From Middle Of Line

Sep 3, 2012

I want to start measure command from middle of line and insert blocks on specific distance and leave rest on ends of line or arc. 

View 5 Replies View Related

AutoCad :: Place Start Of Line Certain Distance Away From End Of Another Endpoint?

Oct 22, 2013

I am look at a way to place the start of a line a certain distance away from the end of another endpoint. Is there a more productive way of doing this rather than drawing one line on the x axis and another on the y axis.

View 9 Replies View Related

AutoCAD Civil 3D :: Sample Line Increment Not Respected At Start

May 13, 2013

Creating sample lines at a specific increment within a range starting from the start of the range is impossible unless the start of the range is divisible by the increment.  This is a defect that needs fixing.

Meanwhile you'll find me typing in the 93 locations for my sample lines.  I believe this is what we made computers for.

View 9 Replies View Related

AutoCAD Civil 3D :: Code To Display Station Of Feature Line At Start Of Segment

Mar 13, 2012

I have a feature line, and a labels table created for it. The table has the following columns: Line or Curve #, Station, Segment Start X, Segment Start Y, Segment Start X, Bearing/Delta, Length, Radius, Grade Ahead.

what code I need for the table to display the station of the feature line at the start of the segment?

I also have an alignment with the same stationing over top of the feature line, but Im not sure how to code a reference text into the table either. I can create an end segment reference text for the plan view labels but even if I copy that code into the labels table it doesn't work.

View 4 Replies View Related

AutoCAD .NET :: Creating Line Between Two Points

May 4, 2011

I would like to get more advanced and creative with my creations. basically when i think AutoCAD i think lines so a nice short program to get started with is to create a line between two point (or simular). The tutorials online are wofel in learning the basics such as this is, need few starters on how to achieve this

View 4 Replies View Related

AutoCad :: Count The Points On Divided Line?

Nov 12, 2012

Is there as easy way to count the points on a divided line? Example....making contour lines and need to interpolate the points between elevations.

View 3 Replies View Related

AutoCad :: Permanently Sticking Points In A Line?

Feb 22, 2011

I draw a line then use divide command to put some points with equal distance in this line. some points will then are created on this line but when i move the line, the points do not move. I am wondering if these points can permanently stick to the line so that if i change the position of the line, the position of the points will also change.

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Feature Line Between Two Red Points

Mar 26, 2012

I have a problem about creating feature line.  When I want to create feature line between two red points, another point come into being by itself (blue point).  If you look at the file I have attached, you will understand well what I want to express. I cant make any changes on this point. I cant delete, modify etc.

View 4 Replies View Related

AutoCAD Civil 3D :: Re-import Points And Line Work

Nov 13, 2012

1. When I do a re-import of my points my linework appears to double up (linework over linework).

2. In my description keys I use "rr" for rail road and "rrisg" for railroad signal (no * in code), linework comes in for both even though I only have it set up for "rr". I thought without the * in code this would not happen, but still does.

3. Finally, I use the "Survey Point Properties" window to make edits to points. All seems great, but when I got back into my drawing all my work was gone? Do I need to update the database some how with the changes? I was under the assumption that by doing it the way I do the changes are saved to the database. Is it better to do the edit on the Survey Tab by right clicking on the import event and selecting "Edit Points"?

View 5 Replies View Related

AutoCAD 2010 :: Align Block With 2 Points On Line?

Sep 4, 2012

I would like to make a block with 2 points and I would like them to follow a line with those 2 points..

Same as you can use the measure command to put blocks on a line with a pitch distance I would like to do the same but the block schould snap with 2 points on the line.

View 9 Replies View Related

AutoCAD Civil 3D :: Split Points On A Feature Line?

Nov 12, 2013

I am drawing a few feature lines within my surface and it is creating split points.....not even sure how they are created and how do I get rid of them....is there a way? I read a little about them and what I have read so far indicates that it is a point where two feature lines cross? I don't have another feature line created anywhere near this one.

View 5 Replies View Related

AutoCAD 2013 :: Marker Can't Select Points On A Line

Nov 8, 2012

When I try to use the move tool and hover over an object, the marker tool bounces around and has trouble finding the selection point. When I zoom in close to get the exact point on a line - it doesn't select anything, so I can't actually move an object.

I've tried adjusting the object snap settings however this doesn't seem to be working.

View 3 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 .NET :: Create Line With Multiple Insertion Points?

Mar 9, 2012

I am trying to create a tool that looks similar to Line in Autocad. I got the solution for dynamic multiple insertion points but the issue is the line is only visible after the end point is selected. But i want the line to be visible before selecting the end point, this should be as same as the line we use in autocad. Following is the code i used to create a line with multiple insertion points.

Dim acDoc As Document = Application.DocumentManager.MdiActiveDocument
Dim acCurEd As Editor = acDoc.Editor
Using lock As DocumentLock =

[Code]....

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Circles At Line End Points?

Feb 2, 2012

I need to place a circle, of a user-defined radius, as a marker at the endpoints of all lines in a drawing.  how to accomplish this using lisp?  It doesn't matter if they overlap; I can use OVERKILL to delete those objects.

I started the code with:

(defun c:cmark ()
(setq crad (getdist "
Specify radius: "))
)

But don't know how to cycle through the objects, determine the end points of lines only.

View 6 Replies View Related

AutoCAD Civil 3D :: Label Line Between Two Points Drag State?

Dec 21, 2012

Why doesn't the drag state work when adding a line label between 2 points in Civil 3D 2013.

View 2 Replies View Related

AutoCAD Civil 3D :: Assign Feature Line Elevations From Points

Sep 13, 2013

Given a feature line/polyline(FL/PL) and a series of points directly on the FL/PL, how can you assign the elevations of the points to the vertices of the FL/PL?

Without using a surface?

View 9 Replies View Related

AutoCAD 2013 :: Push All Of Points On Zig-zag To Meet With Straight Line

Aug 19, 2013

if there is a simple way of pushing multiple Polylines to meet a final line that I draw.For instance if there is a zigzagged line, and I drew a line through the middle of it (in a similar direction).

Is there a command or script that would push all of the points on the zig-zag to meet with the straight line I drew?

View 9 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







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