Back to FabImage Library website

You are here: Start » Function Reference » Conversions » Segment3DToPath

Segment3DToPath


Header: FIL.h
Namespace: fil
Module: FoundationBasic

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

Syntax

C++
C#
 
void fil::Segment3DToPath
(
	const fil::Segment3D& inSegment3D,
	fil::Path& outPath
)

Parameters

Name Type Default Description
Input value inSegment3D const Segment3D&
Output value outPath Path& Output path