/// Records the subshape newShape which was generated during a topological construction.
/// As an example, consider the case of a face generated in construction of a box.
- MODELAPI_EXPORT virtual void generated(const GeomShapePtr& theNewShape,
- const std::string& theName);
+ MODEL_EXPORT virtual void generated(const GeomShapePtr& theNewShape,
+ const std::string& theName) override;
/// load generated shapes
- MODELAPI_EXPORT
+ MODEL_EXPORT
virtual void loadGeneratedShapes(const std::shared_ptr<GeomAlgoAPI_MakeShape>& theAlgo,
const GeomShapePtr& theOldShape,
const GeomAPI_Shape::ShapeType theShapeTypeToExplore,