mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Didn’t save sphere output
This commit is contained in:
@@ -550,6 +550,12 @@ bool IfcGeom::CgalKernel::convert(const IfcSchema::IfcSphere* l, cgal_shape_t& s
|
|||||||
vertex->point().z()*r).transform(trsf);
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user