0028055: Add UpdateAssemblies() method for top-down update of assembly compounds
[occt.git] / src / STEPCAFControl / STEPCAFControl_Reader.cxx
index 01e2a50..b318b48 100644 (file)
@@ -689,6 +689,9 @@ Standard_Boolean STEPCAFControl_Reader::Transfer (STEPControl_Reader &reader,
   // names) if requested
   ExpandSubShapes(STool, map, ShapePDMap);
 
+  // Update assembly compounds
+  STool->UpdateAssemblies();
+
   return Standard_True;
 }