TestPolygonConvex


Tests whether a polygon is convex.

Syntax

C++
C#
Python
 
def TestPolygonConvex(
	inPolygon: Path,
	/
)
-> outIsConvex: bool

Parameters

Name Type Default Description
Input value inPolygon Path Input polygon
Output value outIsConvex bool True if the polygon is convex, false otherwise