find an angle from given height and length

find an angle from given height and length

maroto77
Participant Participant
1,041 Views
7 Replies
Message 1 of 8

find an angle from given height and length

maroto77
Participant
Participant

Hello,
(disclaimer I'm not a math person), but

I'm working in some parametric design in the sheet metal environment.

my problem: I need to calculate the angle "ang1, ang2" so that i can create a flanges that matches the angle of existing "walls".

I know that we need the inverse of tan -1()


play with this but not there!

ang1 = tan((d-c)/b)

fusion 360a.jpg


any help would be welcome. Thanks in advance.

0 Likes
Accepted solutions (2)
1,042 Views
7 Replies
Replies (7)
Message 2 of 8

MRWakefield
Advisor
Advisor

I think you intended to attach an image but it's not there. Can you try again? Just use the "Insert Photos" button.

EDIT: Ignore that, It's there now.

If this answers your question please mark the thread as solved as it can help others find solutions in the future.
Marcus Wakefield


____________________________________________________________________________________
I've created a Windows application (and now Mac as well) for creating custom thread files for Fusion. You can find out about it here. Hope you find it useful.
If you need to know how to offset threads for 3D printing then I've created a guide here which you might find useful.
If you would like to send me a tip for any help I've provided or for any of my software applications you've found useful, you can do this via my Ko-Fi page here.
____________________________________________________________________________________

0 Likes
Message 3 of 8

MRWakefield
Advisor
Advisor
Accepted solution

Try this:

ang1=180-atan(b/(d-c))
ang2=atan((a-b)/d)+(180-ang1)

If this answers your question please mark the thread as solved as it can help others find solutions in the future.

If this answers your question please mark the thread as solved as it can help others find solutions in the future.
Marcus Wakefield


____________________________________________________________________________________
I've created a Windows application (and now Mac as well) for creating custom thread files for Fusion. You can find out about it here. Hope you find it useful.
If you need to know how to offset threads for 3D printing then I've created a guide here which you might find useful.
If you would like to send me a tip for any help I've provided or for any of my software applications you've found useful, you can do this via my Ko-Fi page here.
____________________________________________________________________________________

Message 4 of 8

maroto77
Participant
Participant

Hello MRWakefield,
Thanks for the Math Magic (help).

It works. It works.....

0 Likes
Message 5 of 8

MRWakefield
Advisor
Advisor
Accepted solution

It works for me so maybe there's a bracket or something in the wrong place. If you can upload your f3d file I'll take a look. I've attached an Excel spreadsheet if it helps.

If this answers your question please mark the thread as solved as it can help others find solutions in the future.
Marcus Wakefield


____________________________________________________________________________________
I've created a Windows application (and now Mac as well) for creating custom thread files for Fusion. You can find out about it here. Hope you find it useful.
If you need to know how to offset threads for 3D printing then I've created a guide here which you might find useful.
If you would like to send me a tip for any help I've provided or for any of my software applications you've found useful, you can do this via my Ko-Fi page here.
____________________________________________________________________________________

Message 6 of 8

maroto77
Participant
Participant
your formulas where Perfect.
I was doing it wrong. (figure out the problem and solved it)

thanks again for the help
0 Likes
Message 7 of 8

g-andresen
Consultant
Consultant

Hi,

have a look

güntherangle calc.png

Message 8 of 8

laughingcreek
Mentor
Mentor

@maroto77 wrote:

Hello,
..I'm working in some parametric design in the sheet metal environment.

my problem: I need to calculate the angle "ang1, ang2" so that i can create a flanges that matches the angle of existing "walls"...


There is a good chance you can skip the math and let fusion figure this for you. Can you attach your model, or a simplified model with a mock up of the problem?