File size: 616 Bytes
9d54b72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# ControlPointCurve
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**type** | **String** | | |
|**controlPoints** | [**List<Coordinate>**](Coordinate.md) | | [optional] |
|**controlPointCount** | **Integer** | | [optional] |
|**controlPointsVector** | [**List<Coordinate>**](Coordinate.md) | | [optional] |
|**maxControlPoints** | **Integer** | | [optional] |
|**minControlPoints** | **Integer** | | [optional] |
|**controlPointAddable** | **Boolean** | | [optional] |
|**valid** | **Boolean** | | [optional] |
|