Switched to Nef_polyhedron_3. Some problems...

This commit is contained in:
Ken Arroyo Ohori
2017-03-06 19:28:12 -06:00
parent 64e385c361
commit b299c27473
4 changed files with 40 additions and 41 deletions
@@ -66,7 +66,7 @@ bool IfcGeom::CgalKernel::convert(const IfcSchema::IfcEdgeLoop* l, cgal_wire_t&
for (IfcSchema::IfcOrientedEdge::list::it it = li->begin(); it != li->end(); ++it) {
cgal_wire_t w;
if (convert_wire(*it, w)) {
// TODO: What to do here?
// TODO: What to do here? Add some points only?
// mw.Add(TopoDS::Edge(TopoDS_Iterator(w).Value()));
return false;
}