Back to Aurora Vision Library website

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

SkipNotPolygon


Header: AVL.h
Namespace: avl
Module: FoundationLite

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 avl::SkipNotPolygon
(
	const avl::Path& inPath,
	atl::Conditional<avl::Path>& outPolygon,
	bool& outIsPolygon
)

Parameters

Name Type Default Description
Input value inPath const Path& Input path
Output value outPolygon Conditional<Path>&
Output value outIsPolygon bool&