Measures
- angle(CornerPointAng, FirstPointAng, SecondPointAng)
Angle: Calculate angles in the model
Alias: ang- Parameters:
CornerPointAng (Point) – Corner point: Corner point to calculate angle.
FirstPointAng (Point) – First point: First point to calculate angle.
SecondPointAng (Point) – Second point: Second point to calculate angle.
- distance(FirstPointDist, SecondPointDist)
Distance: Calculate distances in the model
Alias: dist- Parameters:
FirstPointDist (Point) – First point: First point to calculate distance.
SecondPointDist (Point) – Second point: Second point to calculate distance.