TD: [skip ci] partially fix issue 0004765

This commit is contained in:
wmayer
2021-12-20 10:11:03 +01:00
parent 2c8ae49f48
commit c944c559b7

View File

@@ -171,7 +171,7 @@ void GeometryObject::projectShape(const TopoDS_Shape& input,
auto start = chrono::high_resolution_clock::now();
Handle(HLRBRep_Algo) brep_hlr = NULL;
Handle(HLRBRep_Algo) brep_hlr;
try {
brep_hlr = new HLRBRep_Algo();
brep_hlr->Add(input, m_isoCount);