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

AVL.Segment2DToPath

Converts a segment to a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2D
outPathAvlNet.PathOutput path.

See also