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

FIS.Plane3DNormalVector Method

Computes the normal vector of a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Plane3DNormalVector
(
	FilNet.Plane3D inPlane,
	out FilNet.Vector3D outNormalVector
)

Parameters

Name Type Range Default Description
inPlaneFilNet.Plane3D
outNormalVectorFilNet.Vector3D

See also