You are here: Start » FIL.NET » Function Reference » Conversions » FIL.Segment3DToPath

FIL.Segment3DToPath

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
outPathFilNet.PathOutput path.

See also