A collection of path points.
path point Properties
| Property | Type | Access | Description |
|---|---|---|---|
| anchor | List of number or string | r/w | The location of the path point on the page, in the format [x, y]. |
| class | type class | read | The class descriptor type. |
| index | integer | read | The index of the path point within its containing object. |
| left direction | List of number or string | r/w | The left-direction point, which controls the curve of the line segment preceding the path point on the path, in the format [x, y]. |
| object reference | path point | read | An object reference for the path point. |
| parent | path | read | The parent of the path point (a path). |
| point type | line type, smooth, corner, |
r/w | The path point type. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| right direction | List of number or string | r/w | The right-direction point, which controls the curve of the line segment following the path point on the path, in the format [x, y]. |