Didn’t save sphere output

This commit is contained in:
Ken Arroyo Ohori
2017-03-03 13:20:47 -06:00
parent c59ae03cb3
commit efb8bce25a
@@ -550,6 +550,12 @@ bool IfcGeom::CgalKernel::convert(const IfcSchema::IfcSphere* l, cgal_shape_t& s
vertex->point().z()*r).transform(trsf);
}
// std::ofstream fresult;
// fresult.open("/Users/ken/Desktop/sphere.off");
// fresult << polyhedron << std::endl;
// fresult.close();
shape = polyhedron;
return true;
}