You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Features » FIL.Vector3DLength

FIL.Vector3DLength

Computes the length of a 3D vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Vector3DLength
(
	FilNet.Vector3D inVector3D,
	out float outLength
)

Parameters

Name Type Range Default Description
inVector3DFilNet.Vector3D
outLengthfloat

See also