Back to FabImage Library website

You are here: Start » Function Reference » Path » Path Combinators » SplitPathByPath

SplitPathByPath


Header: FIL.h
Namespace: fil
Module: FoundationPro

Splits path in common points of two paths.

Syntax

C++
C#
 
void fil::SplitPathByPath
(
	const fil::Path& inPath1,
	const fil::Path& inPath2,
	ftl::Array<fil::Path>& outPaths
)

Parameters

Name Type Default Description
Input value
inPath1 const Path& Path being split
Input value
inPath2 const Path& Path used for splitting
Output value
outPaths Array<Path>& Paths arisen from splitting the initial path