mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
do not set ng_geometry in OCCGeometry constructor
This commit is contained in:
parent
b28d6f5c4f
commit
5b0be52d35
@ -119,7 +119,7 @@ DLL_HEADER void ExportNgOCC(py::module &m)
|
|||||||
.def(py::init([] (const TopoDS_Shape& shape, int occdim)
|
.def(py::init([] (const TopoDS_Shape& shape, int occdim)
|
||||||
{
|
{
|
||||||
auto geo = make_shared<OCCGeometry> (shape, occdim);
|
auto geo = make_shared<OCCGeometry> (shape, occdim);
|
||||||
ng_geometry = geo;
|
// ng_geometry = geo;
|
||||||
|
|
||||||
// geo->BuildFMap();
|
// geo->BuildFMap();
|
||||||
// geo->CalcBoundingBox();
|
// geo->CalcBoundingBox();
|
||||||
|
Loading…
Reference in New Issue
Block a user