TD: [skip ci] partially fix issue 0004765
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user