Draw a triangle from angles and lengths

Id like to draw a simple triangle.
I have the angles and the lengths.
is their an existing function/procedure that i can pass these values to and it will draw it?
Thanks in advance
Hopefully

You can use the canvas drawshape ( passing a list of points to be joined )

P.S.

You need a little bit of trigonometry to calculate the coordinates from lengths and angles

drawshape01.aia (1.8 KB)

1 Like

What type of triangle or triangles do you want to draw?

This is fraught with danger!

Provide example/s

1 Like

The world is fraught with danger :slight_smile: Triangles are just pointy :slight_smile: the above answer with canvass and lists should do it for me i think. i just need to translate a line of particular length and angle into coordinates.
Thanks.
Im drawing yacht racing courses and have the distances and angles already calculated.

What about using the map component. That provides for drawing of triangles using the polygons feature, and accurate on map coordinates?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.