Toponaming: import code related to ElementMapVersion from LS3

*Imported original code
This commit is contained in:
Zheng, Lei
2024-12-27 12:35:22 +01:00
committed by Vincenzo Calligaro
parent e5b1d05813
commit 89ec079fbf
7 changed files with 80 additions and 3 deletions

View File

@@ -1640,6 +1640,12 @@ Feature* Feature::create(const TopoShape& shape, const char* name, App::Document
return res;
}
void Feature::onDocumentRestored()
{
// expandShapeContents();
App::GeoFeature::onDocumentRestored();
}
ShapeHistory Feature::buildHistory(BRepBuilderAPI_MakeShape& mkShape, TopAbs_ShapeEnum type,
const TopoDS_Shape& newS, const TopoDS_Shape& oldS)
{