You are here: Start » FIL.NET » Invoke.Segment3DToPath

Invoke.Segment3DToPath

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
outPathFil.PathOutput path.

See also