🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

angle between two liones in sketch

User: "mpvnaresh"
Altair Community Member
Updated by mpvnaresh

Hi 

How to measure angle between two lines in flux 2D

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Alejandro Rodríguez"
    Altair Employee
    Updated by Alejandro Rodríguez

    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.

    User: "mpvnaresh"
    Altair Community Member
    OP
    Updated by mpvnaresh

    HI..

    Thanks for your quick reply .