You are here: Start » AVL.NET » Invoke.Segment3DToPath

Invoke.Segment3DToPath

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
outPathAvl.PathOutput path.

See also