mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Mark edge as geom_item
This commit is contained in:
@@ -630,7 +630,7 @@ typedef item const* ptr;
|
||||
void print(std::ostream& o, int indent = 0) const;
|
||||
};
|
||||
|
||||
struct trimmed_curve : public item {
|
||||
struct trimmed_curve : public geom_item {
|
||||
DECLARE_PTR(trimmed_curve)
|
||||
|
||||
// @todo The copy constructor of point3 within the variant fails on the avx instruction
|
||||
|
||||
Reference in New Issue
Block a user