You are here: Start » FIL.NET » Invoke.Plane3DNormalVector

Invoke.Plane3DNormalVector

Computes the normal vector of a line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Plane3DNormalVector
(
	Fil.Plane3D inPlane,
	out Fil.Vector3D outNormalVector
)

Parameters

Name Type Range Default Description
inPlaneFil.Plane3D
outNormalVectorFil.Vector3D

See also