2 #include "util/uuid.hpp"
4 #include "nlohmann/json_fwd.hpp"
9 #include "util/placement.hpp"
20 Hole(
const UUID &uu,
const json &j);
27 std::string parameter_class;
35 enum class Shape { ROUND, SLOT };
36 Shape shape = Shape::ROUND;
38 Polygon to_polygon()
const;
41 UUID get_uuid()
const;
44 json serialize()
const;
bool plated
true if this hole is PTH, false if NPTH.
Definition: hole.hpp:33
a class to store JSON values
Definition: json.hpp:166
zip_uint64_t uint64_t
zip_uint64_t_t typedef.
Definition: zip.hpp:108
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61