Toposhape/Part: Transfer in PropoertyTopoShape and related
This commit is contained in:
@@ -541,6 +541,16 @@ public:
|
||||
Base::BoundBox3d getBoundingBox() const override = 0;
|
||||
//@}
|
||||
|
||||
/** Return the element map version
|
||||
*
|
||||
* @param persisted: if true, return the restored element map version. Or
|
||||
* else, return the current element map version
|
||||
*/
|
||||
virtual std::string getElementMapVersion(bool restored=false) const;
|
||||
|
||||
/// Return true to signal element map version change
|
||||
virtual bool checkElementMapVersion(const char * ver) const;
|
||||
|
||||
void afterRestore() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user