comment out debug output

This commit is contained in:
Matthias Hochsteger 2021-08-12 08:31:06 +02:00
parent d658985e69
commit a7f836cb9a

View File

@ -322,9 +322,9 @@ DLL_HEADER void ExportNgOCC(py::module &m)
cout << "handle(shape) = " << *(void**)(void*)(&(shape.TShape())) << endl; cout << "handle(shape) = " << *(void**)(void*)(&(shape.TShape())) << endl;
TDF_LabelSequence doc_shapes; // TDF_LabelSequence doc_shapes;
shape_tool->GetShapes(doc_shapes); // shape_tool->GetShapes(doc_shapes);
cout << "shape tool nbentities: " << doc_shapes.Size() << endl; // cout << "shape tool nbentities: " << doc_shapes.Size() << endl;
TDF_Label label = shape_tool -> FindShape(shape); TDF_Label label = shape_tool -> FindShape(shape);
cout << "shape label = " << endl << label << endl; cout << "shape label = " << endl << label << endl;
if (label.IsNull()) return; if (label.IsNull()) return;