mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
remove output
This commit is contained in:
parent
e37706f934
commit
94ec425a5e
@ -57,8 +57,6 @@
|
||||
|
||||
DLL_HEADER void ExportNgOCCBasic(py::module &m)
|
||||
{
|
||||
cout << "export basics" << endl;
|
||||
|
||||
py::class_<gp_Pnt>(m, "gp_Pnt")
|
||||
.def(py::init([] (py::tuple pnt)
|
||||
{
|
||||
|
@ -584,7 +584,6 @@ public:
|
||||
|
||||
DLL_HEADER void ExportNgOCCShapes(py::module &m)
|
||||
{
|
||||
cout << "export shapes" << endl;
|
||||
py::enum_<TopAbs_ShapeEnum>(m, "TopAbs_ShapeEnum", "Enumeration of all supported TopoDS_Shapes")
|
||||
.value("COMPOUND", TopAbs_COMPOUND) .value("COMPSOLID", TopAbs_COMPSOLID)
|
||||
.value("SOLID", TopAbs_SOLID) .value("SHELL", TopAbs_SHELL)
|
||||
|
Loading…
Reference in New Issue
Block a user