|
Horizon
|
Graphical line. More...
#include <line.hpp>
Public Member Functions | |
| Line (const UUID &uu, const json &j, class ObjectProvider &obj) | |
| Line (UUID uu) | |
| json | serialize () const |
Public Attributes | |
| UUID | uuid |
| uuid_ptr< Junction > | to |
| uuid_ptr< Junction > | from |
| uint64_t | width = 0 |
| int | layer = 0 |
Graphical line.
A Line is purely decorative, it doesn't imply electrical connection. For drawing closed regions, use Polygon.