mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Removed one last remaining BOPCol_ListOfShapes
Replaced one last remaining BOPCol_ListOfShapes with TopTools_ListOfShapes (deprecated in OCC7.3)
This commit is contained in:
committed by
Thomas Krijnen
parent
06ed79dd7c
commit
24fc57c743
@@ -2437,7 +2437,7 @@ bool IfcGeom::Kernel::split_solid_by_shell(const TopoDS_Shape& input, const Topo
|
|||||||
}
|
}
|
||||||
apply_tolerance(solid, getValue(GV_PRECISION));
|
apply_tolerance(solid, getValue(GV_PRECISION));
|
||||||
|
|
||||||
BOPCol_ListOfShape shapes;
|
TopTools_ListOfShape shapes;
|
||||||
shapes.Append(input);
|
shapes.Append(input);
|
||||||
shapes.Append(solid);
|
shapes.Append(solid);
|
||||||
BOPAlgo_PaveFiller filler(new NCollection_IncAllocator); // TODO: Does this need to be freed?
|
BOPAlgo_PaveFiller filler(new NCollection_IncAllocator); // TODO: Does this need to be freed?
|
||||||
|
|||||||
Reference in New Issue
Block a user