Illustrator :: How To Draw A Line Perpendicular To The Curve At Particular Point
Apr 24, 2010
I have a curved path I imported into Illustrator, and I'd like to draw a line perpendicular to the curve at a particular point. I've searched google and this forum, but can't find any description of how to do it. Corel Draw has a button that lets you do this, so I'm hoping something similar exists in Illustrator...
i'm currently just calculating the angle at the point I want using the derivative, finding the angle, and then adding 90 degrees to it. But I need the line to be placed at a particular point, and the X/Y properties of the line are based on the ruler which isn't even in the center of the document (I want to position it relative to the artboard). As in, I just want to set the position of one endpoint of the line...
View 6 Replies
ADVERTISEMENT
Apr 21, 2012
How to draw a line perpendicular on an arc at the a particular point?
I wanted to draw a line perpendicular to an arc at a particular point but couldn’t approach it. In this case, I need two snaps to work at the same time! To be perpendicular on the curve and at the same time to be snapped to the point!
View 9 Replies
View Related
Feb 24, 2010
How do I draw perpendicular from a line or object at a specific point? I know by holding shift and osnap perpendicular I can draw the line but I can not osnap to the exact point!
View 9 Replies
View Related
Jun 27, 2012
How to draw a line that STARTS at a perpendicular angle to another line ???
View 4 Replies
View Related
Sep 30, 2013
I have a line or a pline segment and i want to start a line from a point laying there and go perpendicular outwards. Is there a way to do it with tracking?
Yes, i saw the command draw line at an angle but i find it a little bit complicated for a simple task like that. I am sure autodesk have a simplest solution about that.
If i am already at the draw line mode and i can easy catch the tracking perpendicular to previous segment but if i want to start from another line and go perpendicular i cannot make the tracking work.
View 9 Replies
View Related
May 17, 2009
I have a line which is at (0,0) and (2,2). I need to draw a perpendicular to this line from point(1,0).
View 6 Replies
View Related
Apr 5, 2011
Is it possible to break multiple lines at a single point without a gap along a perpendicular line??
View 6 Replies
View Related
Feb 3, 2013
I need do draw perpendicular lines at fixed intervals to a path. The path may be either open or closed. This is used as a symbol on maps to denote a depression with the perpendicular stubs pointing in the direction of the depression. Ideally, I would like the perpendicular lines to draw themselves as I draw the path.
View 4 Replies
View Related
Sep 6, 2013
Is there a way to draw a dash line that follows the curve in Photoshop (See image)? I know how to make a dotted line, but not a dash line, in photoshop.
View 2 Replies
View Related
Feb 26, 2012
I used polyline to trace a tree trunk. I wanted it to be just a series of line segments which I was going to export to AutoCAD and then to Sketchup. However, each segment I drew said it was a curve. When I exported to AutoCAD it came in as a spline. If I convert that to lines, where I had maybe 10 lines there are now 100.
I also tried to 2 point line tool. I started each new line from the end of the previous. It gave me the same result.
Is there a way for me to end up with just the 10 line segments? No spline. No curve. Just 10 straight lines.
View 12 Replies
View Related
Jan 4, 2013
When trying to draw a line and choose a starting point, autocad decides that this is wrong and start the line in a different place. I've turned of autosnap and autotrack but this dosen't work.
What is it that I've forgot to turn off?
View 9 Replies
View Related
Jul 29, 2013
I am trying to write a script to draw geometric figures in Illustrator.I want to achieve this by writing an equation into the ESTK, for example x^2 + y^2 =100. This should generate a circle with a radius of 10 units.
View 1 Replies
View Related
Jun 5, 2013
why do not draw the line between ptm1 and pt3?
(defun c:PUNTOM (/ pt1 pt2 pt3) (setq pt1 (getpoint "
Initial point : ")) (setq pt2 (getpoint "
Final point : ")) (setq pt3 (getpoint "
Offset : "))(setq ptm1 (mid (pt1 pt2))) (command "_line" pt1 pt2 "")(command "_line" ptm1 pt3) (princ));;;;;;;(defun mid (p1 p2) (list (/ (+ (car p1) (car p2)) 2.0) (/ (+ (cadr p1) (cadr p2)) 2.0) ));;;;;;;;
View 9 Replies
View Related
Nov 8, 2011
I'm new to Autocad and have problem drawing a perpendicular bisector . I have an oblique line and want to draw its perpendicular bisector . Is there an easy way to do that?
View 7 Replies
View Related
Oct 18, 2012
I must have pushed one or the other button but I don't know which one!
I use CS5 and have now a small arrow on my line segment tool (as shown in the picutres):
Ever since that when i click shift, it just allows me to draw vertical lines, rather than vertical or horizontal.
View 1 Replies
View Related
Feb 2, 2013
i have a rectangle and a spline.to proceed my work i want to make this rectangle perpendicular to the spline.i tried the commands 'rotate3d', 'rotate'..but the problem is i dont know the angle of helix and when i try to annotate, it says the lines are parallel. is there any easy way for doing this without knowing the angle?
View 6 Replies
View Related
Nov 28, 2012
I have an alignment going up the center of a draw. I'd like to extract cross sections of this alignment and existing ground. What is a good way to do this?
I don't do cross sections very often, so when I need one, I draw a second alignment perpendicular to the first and profile that alignment to give me a bare bones cross section. I'd like to do these cross sections on a given interval, and at every change in direction. How should I go about it?
View 3 Replies
View Related
Oct 9, 2013
I would like to draw a Zig Zag Line, but I want that the line start in point "A" and finish in point "B".
The image below is similar to how I want the line, but I would like to have that "wavy" style. I use Illustrator CS6.
View 3 Replies
View Related
Dec 26, 2013
when I (try to ) use Pencil and Brush tools, (cross-hatching), some lines get erased/replaced by the lines drawn close to them. It must have something to do with the preferences, but I am not sure what to change/adjust.
View 2 Replies
View Related
Mar 9, 2013
Can I bend these paths making a 90 degrees curve pointing right so that the green line forms the inner curve with a smaller radius than the red line?
View 2 Replies
View Related
Nov 4, 2013
how do i make a zig zag line follow a curve and have the 'teeth' be evenly spaced/sized?
View 4 Replies
View Related
Jul 30, 2013
I have a circle and a line that needs to overlap the circle perfectly. At the moment I have this:
I want to butt up the line perfectly to the edge.How do I do this?
View 3 Replies
View Related
Jun 18, 2013
Using illustrator CC, I want to curve the bottom line of my text upwards, but not have the top or sides move at all. Imagine of the text was something squishy, and I pushed it down onto the top of an arc. I've only been working with Adobe CC for about a week now. I've seen lots of examples of having the text follow a curved path, but they all curve the entire thing, whereas I only want the bottom of the text to curve.
View 3 Replies
View Related
Oct 23, 2012
I've got CS6 and Windows 7. Trying to make a line with an arrow on one end curve around a circle. Actually want it to have a 3D look like it was curving around the back side of a globe. How do you do this?
View 12 Replies
View Related
Oct 19, 2013
I'm sure this is a simple thing but it's driving me crazy. Every time I draw a line it gets erased as soon as I try to draw the next one.
View 7 Replies
View Related
Aug 7, 2013
Is there a simple way for drawing lines or plines perpendicular off a given line which is not horizontal or perpendicular itself?
Bildschirmfoto 2013-08-07 um 14.30.17.jpg
Is there a way for drawing that yellow line in the drawing with a given length directly off the ending of the white line? Without using SNAPANG or the like?
View 5 Replies
View Related
Nov 2, 2012
I have a drawn a line at any angle say 39.43. I want to draw a line from this line @ perpendicular from this line. How to draw this.
View 9 Replies
View Related
Jun 15, 2012
I am trying to draw a straight line using the line tool, but when I hold down the shift button to draw a straight horizontal line it draws it a an angle. vertical line will go straights, but not the horizontal. I also noticed that the cursor now has an has a horizontal arrow with a vertical line at the end of it in the bottom right corner of the cursor when the line tool or shape tool is used. I went into prefrences and checked the constrain angle but it is set at 0 so I am not sure what to do or what happened. It was working fine and then all of a sudden this happened. Is there a button I may have hit that would cause this? how do I get it to draw straight lines again? I just noticed it wont draw 45 degree angles either. it sticks to angles a few degrees above and below horizontal.
View 2 Replies
View Related
Oct 25, 2012
Is there a somewhat easy way to draw this blue line, other than manually click on each anchor points at the top of the black lines?
View 32 Replies
View Related
Mar 1, 2013
I need to draw a centre line with white background on it. Now i'm doing it by pasting the main line in the background and giving it white so that it shows a white backgound. Is there a way to do just by drawing like normal lines. If we can, is it possible to control the white backgound only to show less than the original line in both ends. This is for illustrations i do for exploding views and i need to draw this line to show it as assembly drawing.
View 5 Replies
View Related
Sep 21, 2011
Recently I've been working with a lot more projects that contain curved architectural features. It appears that I am unable to draw a line to an implied perpendicular point on an arc. I can draw a line to an implied point perpendicular to another line but not an arc. refer to attached images.
Image1 demonstrates the implied point perpendicular to a line.
Image2 demonstrates that there is no implied perpendiuclar point on the arc given by AutoCAD.
Image3 demonstrates that if the arc is manually extended, a point perpendicular to the arc does exist.
It seems like this should work.
Image1
Image2
Image3
View 9 Replies
View Related