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

AVL.Segment3DLength

Computes the length of a segment in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outLengthfloat

See also