Tests whether a polygon is convex.
Syntax
C++
C#
Python
def TestPolygonConvex(
inPolygon: Path,
/
)
-> outIsConvex: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inPolygon |
Path |
|
Input polygon |
 |
outIsConvex |
bool |
|
True if the polygon is convex, false otherwise |