Hi
How to measure angle between two lines in flux 2D
Hello.
Unfortunately, there is no direct way to measure the angle between two lines.
Depending on your project and your goals you can used different method to obtain this angle automatically:
-Through a python file programming the trigonometric relation (since you have the coordinates of all the segment’s points).
-You can also define a cylindric coordinate system centred in your line intersection.
Best regards.
HI..
Thanks for your quick reply .
Hello.
Unfortunately, there is no direct way to measure the angle between two lines.
Depending on your project and your goals you can used different method to obtain this angle automatically:
-Through a python file programming the trigonometric relation (since you have the coordinates of all the segment’s points).
-You can also define a cylindric coordinate system centred in your line intersection.
Best regards.