You are here: Start » AVL.NET » AVS.Segment3DToPath Method

AVS.Segment3DToPath Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also