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

AVL.Segment2DToPath Method

Converts a segment to a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Segment2DToPath(
	AvlNet.Segment2D inSegment,
	out AvlNet.Path outPath
)

Parameters

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

See also