Back to FabImage Library website

You are here: Start » Function Reference » Path Basics » SkipNotShape

SkipNotShape


Header:FIL.h
Namespace:fil

If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.

Syntax

C++
C#
 
void fil::SkipNotShape
(
	const fil::Path& inPath,
	ftl::Conditional<fil::Path>& outShape,
	bool& outIsShape
)

Parameters

Name Type Default Description
inPath const Path& Input path
outShape Conditional<Path>&
outIsShape bool&