Merge pull request #18791 from CalligaroV/toponaming-ElementMapVersion-code-from-LS3

[Toponaming] Import code releted to _ElementMapVersion from LS3
This commit is contained in:
Chris Hennes
2025-02-14 10:54:38 -06:00
committed by GitHub
10 changed files with 216 additions and 3 deletions

View File

@@ -1581,6 +1581,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)
{