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

Invoke.Segment2DToPath

Converts a segment to a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Segment2DToPath
(
	Avl.Segment2D inSegment,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
outPathAvl.PathOutput path.

See also