Salome HOME
import image: add texture to transformations
[modules/shaper.git] / src / Model / Model_ResultBody.h
index fff856c5ff1fa9aa6632e312b0fcbe2a80b1cf4b..93b6a0ad63a5c23ca2a124a9ac8658d33959df7f 100644 (file)
@@ -113,6 +113,10 @@ public:
   /// Cleans cash related to the already stored elements
   MODEL_EXPORT virtual void cleanCash() override;
 
+  /// sets the texture file
+  MODEL_EXPORT virtual void  setTextureFile(const std::string & theTextureFile) override;
+
+
 protected:
   /// Makes a body on the given feature
   Model_ResultBody();