CorelCAD :: Draw Arrow And Dotted Line?
Dec 1, 2013how to draw these two lines (arrow line and dotted line)
View 2 Replieshow to draw these two lines (arrow line and dotted line)
View 2 RepliesIt's not easy to learn how to use this program. I want to know how to draw a dotted ellipse or a circle.
View 5 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 RelatedI am trying to use the line shape tool. However, the shape stroke type affects the arrows. Does it mean that I have to draw the line first, without the arrows, and then add the solid arrows to the line
View 3 Replies View RelatedI am new to Autocad and I want to learn as much as I can. I am working on a drawing of a wheel and a 40mm pin that is inside of some boxtubing. I would like to draw a dotted line to show the pin inside the boxtubing. I click properties and I only get the choices of layer , block and continious . I have Autocad Lite 2005.
Also, I love the dimension tool , but how do I know how wide or long I am making it until I do my dimension , and then it is too short or too long. It don't seem like there is a way to edit it. I know it is.
How can I draw a 3d arrow in autocad 2012? (where the arrow head is a cone, or something that appears in all view angles).
Assuming the answer will be a cone and line grouped, how can I rotate them (I seem to be able to rotate only in the xy plane).
I need to change a solid line in a drawing to a dotted line to indicate that it is a hidden line. I know I should use Modify/Properties, I just don't know how to import the dotted line into the properties box.
View 5 Replies View RelatedThe Line Tool in Photoshop CS6 is radically different from that in PSCS5. I have used Photoshop almost daily for years, yet I haven't been able to figure this out.
View 4 Replies View RelatedI want to use the draw arrow script in gimp. I've downloaded and installed the .scm file in the gimp script folder. So far, so good! But I can't see how to access the script .
View 3 Replies View RelatedI am trying to draw a line. Now all of a sudden, there is a stupid arrow. how to do i turn this annoying freature off?
As well, I want to draw multiple lines on one layer, however everytime I draw a line, i get a new layer!
how do I make a dotted line in photoshop?
View 4 Replies View Relatedhow do you quickly make a rectangle with dotted stroke in Photoshop?
I am trying to emulate rectangles.
So far I've been jumping back and forth from Illustrator and this is getting tiring.
Every time I make a custom line (I used a dotted line a lot), once I close down Xara, the brush is no longer in my library and I have to create it all over again from scratch. Why is it not saving automatically to my library so that I don't have to keep creating the same custom line over and over again?
View 9 Replies View RelatedIhow one can make a brush like this (the white dotted lines), so when you drag your brush in photoshop, they are spaced out nice like this (instead of doing it individually). If anyone knows how to do this, or know of places with brushes like these.
View 1 Replies View RelatedI've switched to Photoshop 7.0, and in all my documents, I have a dotted line bordering them, this doesn't affect the final product, but it does somewhat obstruct my vision of the document... can this be removed? Preview
Another problem I have, though not sure if it is related, I cannot draw 1-pixel lines with the pencil tool near the edges of my documents... sometimes when i try on the top it works, sometimes not and so forth. I just seems to not recognize it when i try to make a custom 1-pixel border.
I am trying to figure out how to make a curve dotted line with photoshop CS3 on WinXP. I know how to make a strait line using the line tool.
Now, how to make a curve line ? I tried the pen tool, but it ended up with a filled shape rather than with a curve line
How to set the thickness of this curve ?
How to make a dotted curve ?
Of course, I don't want to use hand-drawings with the brush.
How would I create a dotted or broken lined stroke around a selection.
View 1 Replies View Relatedhow can i convert drawing pictures into dotted line pictures so that children can connect the dotted lines in order to complete the pictures.
View 5 Replies View RelatedRunning Autocad 2010 in trial mode and did something that created a vertical dotted line giving me an unusable area on the right side of my workspace. I've attached a pic, if I did it right.
View 9 Replies View RelatedI am creating a stitched leather look, and am able to get the black dots under one of the white stitches, but cannot offset my dotted path put a hole under the opposite end of the white stitch. So that I have 2 holes for each stitch.
This makes one black dots every 5 pts
This is the length of my white stitch
I use CS4 and somehow I turned the dotted or dashed lasso line into a solid black line. I want to get the dotted or dashed line back. How can I do that?
View 1 Replies View RelatedMany times I am unable to see the dotted line of paragraph text handle while editing in it. Why it is so. I am using coreldraw x5
View 1 Replies View RelatedI am new to autocad, and just want to know what the dotted line in the paperspace window represents, and if I can move it, adjust it, hide it or delete it? Also, does it show up if I print the sheet?
I have pasted a title block from another drawing onto it, and it doesn't quite fit.
Is it possible to format part of a solid line to dotted? If so, how?
View 1 Replies View RelatedI would like to mark the outline of an object with a dotted line/ the outline should be a dotted line to show that this object can be cut out. But I see only where to choose the thickness of a line.
View 1 Replies View RelatedFor a while now I have been attempting to resolve a a part of my CAD drawing. As seen below I have a 3D Solid. The part circled is result of subtracting a cylinder from the shape. I am now trying to find a solution to make both the above and below edges of the dotted line meet as one while maintaining the curve I have subtracted.
View 7 Replies View Relatedis PS 7 able to do dotted lines and circles? If I create a selection (circle or rectangle) can it render dotted lines?
View 2 Replies View RelatedI have a list of dotted pairs and some of the entries are paired with a deeper list others contain mostly string data. the issue is that I need to print the data to the command line with a newline to seperate them. So I want the output to look like:
;from(customer (city . "Mesa")(zip . "85213")(project (scope (demo . "some description")(construction . "some description")) (cost (subtotal . "some subtotal") (total . "some total"))));tocity Mesazip 85213demo some descriptionconstruction some descriptionsubtotal some subtotaltotal some total
I can print the entire list easily with:
(FOREACH IDX (CDR (VLAX-LDATA-GET "JobData" "LIST")) (PRINC "
") (PRINC IDX) (PRINC "
"))
But, the issue is that when the data is a list it print it out to a single line making it very difficult to read. I tried adding another FOREACH into the loop that I had hoped would iterate through the deeper list and print those lines out in a simular fashion but I only get an "error: bad argument type: consp " and it displays the first element of my list.
I tried to evaluate the IDX and check the type, so that if it is a list then it triggers the deeper FOREACH but it seems I did it wrongly.
Win 7 64 bit
How can I use the bucket-fill option to fill an area surrounded by a dottedline?
The dotted line is a path; so if I use a line for the dots, the bucket-fillworks.
But how can I step back after filling to change the path's line into dotsagain?
My text was working fine til today, now when I try typing text, it is showing as a blank box, until I click outside of it, then it shows as a blue dotted line on the text. Then when I send it to the laser, it is not there!( laser engraver or the printer). I just want the text to be normal, like it was 2 days ago! Before, I could click anywhere, type, and it showed up with no problems!
View 7 Replies View RelatedHow do I change the grid lines from solid to a dotted line in the Section View?
View 3 Replies View Related