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

FIL.Segment3DLength

Computes the length of a segment in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Segment3DLength
(
	FilNet.Segment3D inSegment3D,
	out float outLength
)

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
outLengthfloat

See also