Message Boards Message Boards

0
|
5511 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Drawing figures using "Drawing Tools"

Posted 9 years ago

I was trying to draw a figure using "Drawing Tools".

But I have struck at a point, and being not able to find the solution. I wish to draw an arc between two rays, but I am not being able to do so..

I have attached my code,here with it. Kindly suggest some solution.

Attachments:
POSTED BY: abhishek sharma
2 Replies

"Drawing Tools" doesn't have anything for drawing arcs.

You can however programmatically draw arcs:

Graphics[Circle[{0, 0}, 1, {Pi/6, 3 Pi/4}]]

This would require finding the end points and doing some calculations depending on how you want the arcs to look.

For more complicated graphics editing, I often export to a vector graphics format and use a program like inkscape or another vector graphics editor.

POSTED BY: Sean Clarke

Thanks sir. I got your point and successfully implemented this.

POSTED BY: abhishek sharma
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract