mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
closed shell; placements; faceset_helper
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user