mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
comment out debug output
This commit is contained in:
parent
d658985e69
commit
a7f836cb9a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user