centerline cl
Creates a centerline defined by a sequence of coordinates.
Creates a centerline defined by a sequence of coordinates.
centerline (0 0) (10 10)
Creates a centerline defined by points (0 0) and (10 10).
<Coords{2,...}: <Coords: Number' Number'>'>
{2,...} 2 ∞ | Sequence of two or more coordinates | |
Coords | Coordinates of the points that define the centerline | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Mode | Target |
---|---|
- | Global |
None