hexagon logo

Inverse Tangent Syntax

What is the syntax for PCDMIS to calculate inverse tangent in degrees?

I am trying to rotate a constructed line by dividing the opposite side by the adjacent side of a right triangle, and use the tangent angle to rotate an alignment by the calculated number of degrees, based on the measured/constructed features.

Anybody?
Parents
  • What is the syntax for PCDMIS to calculate inverse tangent in degrees?

    I am trying to rotate a constructed line by dividing the opposite side by the adjacent side of a right triangle, and use the tangent angle to rotate an alignment by the calculated number of degrees, based on the measured/constructed features.

    Anybody?


    ASSIGN/ANGLE = RAD2DEG(ATAN(OPPOSITESIDE/ADJACENTSIDE))
Reply
  • What is the syntax for PCDMIS to calculate inverse tangent in degrees?

    I am trying to rotate a constructed line by dividing the opposite side by the adjacent side of a right triangle, and use the tangent angle to rotate an alignment by the calculated number of degrees, based on the measured/constructed features.

    Anybody?


    ASSIGN/ANGLE = RAD2DEG(ATAN(OPPOSITESIDE/ADJACENTSIDE))
Children
No Data