closed shell; placements; faceset_helper

This commit is contained in:
Thomas Krijnen
2019-08-28 09:54:20 +02:00
parent 3bfe3b9ab5
commit 64ee3e9af3
6 changed files with 66 additions and 43 deletions
+2
View File
@@ -193,6 +193,8 @@ struct collection : public geom_item {
};
struct shell : public collection {
boost::optional<bool> closed;
virtual item* clone() const { return new shell(*this); }
virtual kinds kind() const { return SHELL; }
};