mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +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;
|
void print(std::ostream& o, int indent = 0) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct trimmed_curve : public item {
|
struct trimmed_curve : public geom_item {
|
||||||
DECLARE_PTR(trimmed_curve)
|
DECLARE_PTR(trimmed_curve)
|
||||||
|
|
||||||
// @todo The copy constructor of point3 within the variant fails on the avx instruction
|
// @todo The copy constructor of point3 within the variant fails on the avx instruction
|
||||||
|
|||||||
Reference in New Issue
Block a user