You are here: Start » AVL.NET » AVS.TestShapeConvex Method
AVS.TestShapeConvex Method
Tests whether a shape is convex.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestShapeConvex ( AvlNet.Path inShape, out bool outIsConvex )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inShape | AvlNet.Path | Input shape. | ||
![]() | outIsConvex | bool | True if the shape is convex, false otherwise. |


