mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 17:11:02 +00:00
Comment out obsolete code
This commit is contained in:
@@ -258,6 +258,7 @@ bool CgalKernel::convert(const taxonomy::face::ptr face, std::list<cgal_face_t>&
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// @todo obsolete?
|
// @todo obsolete?
|
||||||
|
/*
|
||||||
bool convert_curve(CgalKernel* kernel, const taxonomy::ptr curve, cgal_wire_t& builder) {
|
bool convert_curve(CgalKernel* kernel, const taxonomy::ptr curve, cgal_wire_t& builder) {
|
||||||
if (auto e = taxonomy::dcast<taxonomy::edge>(curve)) {
|
if (auto e = taxonomy::dcast<taxonomy::edge>(curve)) {
|
||||||
if (true || e->basis == nullptr) {
|
if (true || e->basis == nullptr) {
|
||||||
@@ -284,6 +285,7 @@ namespace {
|
|||||||
throw std::runtime_error("Not implemented curve");
|
throw std::runtime_error("Not implemented curve");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|||||||
Reference in New Issue
Block a user