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


