You are here: Start » FIL.NET » FIS.AngleBetweenThreePoints3D Method

FIS.AngleBetweenThreePoints3D Method

Measures the angle defined by three consecutive points in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AngleBetweenThreePoints3D
(
	FilNet.Point3D inPoint1,
	FilNet.Point3D inPoint2,
	FilNet.Point3D inPoint3,
	out float outAngle
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point3DA point on one arm of an angle.
inPoint2FilNet.Point3DThe middle point.
inPoint3FilNet.Point3DA point on another arm of the angle.
outAnglefloatAngle value used for measurements <0; 180>

See also