Path
Path is a constant-width path along a centerline. Create one with path.
Fields
| Field | Type | Description |
|---|---|---|
layer | String | Layer name. |
points | [Point] | Centerline points, in order. |
xN | Float | x coordinate of point N. |
yN | Float | y coordinate of point N. |
width | Float | Full path width. |
begin_extension | Float | How far the path extends past its first point. |
end_extension | Float | How far the path extends past its last point. |
Every numeric constructor argument has an initial-value form ending in i: widthi, begin_extensioni, x0i, and so on.