# Measures ```{eval-rst} .. py:function:: angle(CornerPointAng, FirstPointAng, SecondPointAng) :nocontentsentry: Angle: Calculate angles in the model | Alias: ang :param Point CornerPointAng: Corner point: Corner point to calculate angle. :param Point FirstPointAng: First point: First point to calculate angle. :param Point SecondPointAng: Second point: Second point to calculate angle. ``` ```{eval-rst} .. py:function:: distance(FirstPointDist, SecondPointDist) :nocontentsentry: Distance: Calculate distances in the model | Alias: dist :param Point FirstPointDist: First point: First point to calculate distance. :param Point SecondPointDist: Second point: Second point to calculate distance. ```