You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Segment3DToPath

AVL.Segment3DToPath

Converts a segment in 3D to a path in 2D by ignoring its Z coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Segment3DToPath
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outPathAvlNet.PathOutput path.

See also