remove temp file

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-03 17:42:52 +01:00
parent 9245c3c32b
commit dbe9431fa9

View File

@ -62,6 +62,7 @@ namespace netgen
step_utils::WriteSTEP(_shape, filename);
LoadOCCInto(this, filename);
occdim = aoccdim;
std::remove(filename);
}
string STEP_GetEntityName(const TopoDS_Shape & theShape, STEPCAFControl_Reader * aReader)