AngleBetweenThreePoints3D
Measures the angle defined by three consecutive points in 3D.
Syntax
C++
C#
Python
def AngleBetweenThreePoints3D( inPoint1: Point3D, inPoint2: Point3D, inPoint3: Point3D, / ) -> outAngle: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint1 | Point3D | A point on one arm of an angle | |
![]() |
inPoint2 | Point3D | The middle point | |
![]() |
inPoint3 | Point3D | A point on another arm of the angle | |
![]() |
outAngle | float | Angle value used for measurements <0; 180> |


