# IsConvex

> Whether the specified contours are convex.

## Definition

* **Type:** Property
* **Namespace:** [Unity.VectorGraphics](/engine/6000.5/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public bool IsConvex { get; set; }
```

### Remarks

Set this to true when you know the shape contours are convex. This will allow for a faster tessellation process in some circumstances.
