Illustrator :: Can Only Draw One Line Segment
Oct 19, 2013I'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 RepliesI'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 RepliesI 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.
I made a 3D box shape in AutoCAD. I would like to draw a line on one of the surfaces of the box. Also I know you can use the the linear tool under Annotations to display dimensions of 2D lines. But I don't know how to do it so that it that shows the dimension on a vertical axis as shown in the picture below.
View 9 Replies View Relatedhow can i draw this red line in autocad, its an arc from point 1 to point 3 in spherical 4 side segment? point 1 to point 2 to point 3 to point 4 closing the segment at point 1 and point 4 (fused)
View 9 Replies View RelatedI want to draw triangle in segment of polyline in segment direction.
I have target segment and center point of it:
Polyline line = ...
LineSegment3d centerSegment = line.GetLineSegmentAt(centerSegmentIndex);
Point3d centerPosition = centerSegment.MidPoint;
I can find direction of this segment:
Vector3d zaDirection = line.GetLineSegmentAt(centerSegmentIndex).Direction;
Next, I create list of points:
List<Point3d> points = new List<Point3d>();
points.Add(centerPosition);
points.Add(centerPosition.Add(new Vector3d(ZASize, +ZASize, 0)));
points.Add(centerPosition.Add(new Vector3d(ZASize, -ZASize, 0)));
And draw it:
wd.Geometry.Polygon(new Point3dCollection(points.ToArray()));
Ok, I have triangle but... it's not in segment direction, it's X-direction.
I try to rotate it:
points.Add(centerPosition.Add(new Vector3d(ZASize, +ZASize, 0)).RotateBy(0, zaDirection, centerPosition));
But it's not the same as I want.
How I can draw triangle by serment direction?
is there a way to limit the length of a line segment stay a default length instead of it getting longer as you drag your mouse ? For example in a program called ChemBioDraw you can limit the default length for drawing molecules
View 6 Replies View RelatedHow do you delete just one segment of a pen tool line? For example, if I draw a square and later I want to delete just one side of the square?
View 4 Replies View RelatedIf I do Transform, Move, 40 40 40 0 Copy it seems to just make another line segment on top of the one I already have. I want to copy it down and to the right continually pressing CTRL+D. I think I am making a simple mistake since I have done this before.
View 4 Replies View RelatedHow can I make the line segment tool repeat several times?
View 1 Replies View RelatedI'm trying to figure out the height of my line segment. It has a 1.5 stroke point. How many inches is that?
View 3 Replies View Relatedwhen 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 RelatedTrying to use the width tool, I ran into the following problem. I would like to have a smooth transition of the stroke width between two width points while keeping the original stroke width unchanged outside of that line segment.
There are four width points here: two end points and two in between. The original stroke width is 200. The two on the left have one side set to 100 while the two on the right have one side set to 50. I would like to eliminate the distortion of the line width occuring in the first and third line segments. The only solution that I have come up with so far is to place two additional width points very close to the two middle width points: one with a 100-unit side to the left of the second point in the picture and one with a 50-unit side to the right of the third point in the picture. Yet there will be a small distirtion in between.
I would like to know how to draw segment elbow 90 degrees ( segments are not equal ) and create Flat Pattern for each of the segments - using sheetmetal in Autodesk Inventor?
View 9 Replies View RelatedI 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 RelatedIs 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 RelatedI 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 RelatedI 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...
In Illustrator CS6, I would like to draw these trails for a map I'm making. Is there a way I can draw using the "Pencil" tool where when I draw, it draws a second line next to it? Is there a setting for that?
Here is an old map where you can see the double broken lines. I know how to set it so the line has gaps in it, but I need a line to be the same next to it.
I have a subdivision plat that I'm working on with a curved lot line. When I label this particular lot line, Civil 3D labels it like it's two different segments. In other words, instead of labeling the line as a 100 foot long arc with a radius of 100 feet, it labels it as a 60 foot arc and a 40 foot arc. I can't figure out how to combine the two segments.
All of the lots lines were created from polyline objects, and there was no break in the original line work (nor is there any indication of a break in this location when I select it).
I'm trying to figure a "fast" algorithm to obtain the amount of material (in linear distance) between 2 points within an assembly i.e. if I draw a line between any two points P1 & P2 in an assembly, what is the length of this segment that goes through material and what is the length that goes trough empty space?
For now I'm creating a thin cylinder as a new part, place it with one end at P1 and the other end at P2, calculate the interference volume of this body with the rest of the assembly and divide this number by the total volume of the cylinder. but has some problems:
1. It is VERY slow, and I want to call this function lots of times.
3. Is not accurate due to the finite diameter of the cylinder.
2. If the assembly has some interferences, the result is wrong (accounting same volume more than once)
I have a bunch of lines that are created with multiple segments. I'd like to annotate the total length. I can't figure out to do this without labelling each segment along the line using Line and Curve commands. How do I get one annotation that only shows the total of all the sements?
View 9 Replies View RelatedI am trying to create surface elevation labels along a polyline and I am having an issue with the label anchor point. I have created a line label style that uses a reference text to produce the elevation from a specified surface, however when I insert the label the default anchor point for the label is in the center of the line segment and that is where the reference text is taking the surface elevation. I am looking for the elevation of the surface at the start of each line segment, and I do not know how I can make it stop defaulting to the center of the line segment.
Attached is an overview of what my labels look like, where the anchor point is, and the layout properties within my label style. I am using C3D 2012.
I have to create a hole (extrude) in a wall part in my assembly document where a stack will be installed.
To determine where, I verify if a line segment pass through the wall (XY Plane).
But I get an error with the command: IntersectWithLine
Here's my
Public Function IntersectionPoint(ByVal app As Inventor.Application,
ByVal wp As Inventor.WorkPlane) As Inventor.Point
Dim oTransGeom As Inventor.TransientGeometry = app.TransientGeometry
Dim startPoint As Inventor.Point = oTransGeom.CreatePoint(Me.StartVertex.X,
[Code] ......
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.
Is there a shortcut to draw a 45 or 90 degree angle from a drawn line on an angle using the pen tool? ie. Rather than just from the x and y axis.
I trace a lot of maps and site plans.
I have a problem with a recently downloaded version of Inventor. When I start a new drawing all I get is a blank blue screen instead of one with a grid display. If I start a line I can see the cursor change to draw the line but a line does not appear. I don't know if it something with how I installed the program or just system settings.
View 2 Replies View RelatedHow can I draw a straight line without that protractor shaped dotted line following my cursor making it lag and also not snap correctly to the next line? Also, I have noticed that I can't set my user interface to auto cad classic settings. There seems to be no option for it in workspace settings.
View 3 Replies View Relatedin autocad we use offset commend to draw a parallel line to another line what we should we use in Chief Architect x2
View 1 Replies View RelatedHow to draw a line that STARTS at a perpendicular angle to another line ???
View 4 Replies View RelatedI don’t know if there is some way to draw, or somehow to say to AutoCad that it let me to input measurements from line but not from main base pint.
For example in Revit I can make angular dimension between lines and then apply any angle that I want, maybe AutoCad has such tool?
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