mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 08:13:14 +00:00
IFC4X3 codegen #2805
This commit is contained in:
@@ -175,7 +175,7 @@ void ifcopenshell::geometry::OpenCascadeShape::Triangulate(ifcopenshell::geometr
|
||||
|
||||
taxonomy_transform(place.components_, p);
|
||||
|
||||
int current = t->addVertex(surface_style_id, p.X(), p.Y(), p.Z());
|
||||
int current = t->addVertex(item_id, surface_style_id, p.X(), p.Y(), p.Z());
|
||||
|
||||
std::vector<std::pair<int, int>> segments;
|
||||
if (i > 1) {
|
||||
|
||||
Reference in New Issue
Block a user