Salome HOME
Issue #20274: No intersection point from python dump
[modules/shaper.git] / src / SketchAPI / SketchAPI_Translation.h
index 558fa5a504ac5bd0bf9e26bb227e3259ceef6361..32119218e7143095e97d402377dbb7a840df7d9f 100644 (file)
@@ -74,6 +74,10 @@ public:
               ModelAPI_AttributeRefList, /** Translationed objects */
   )
 
+  /// Set list of objects to be translated
+  SKETCHAPI_EXPORT
+  void setTranslationList(const std::list<std::shared_ptr<ModelAPI_Object> >& theObjects);
+
   /// List of translated objects
   SKETCHAPI_EXPORT
   std::list<std::shared_ptr<SketchAPI_SketchEntity> > translated() const;