]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Rotation.h
Salome HOME
Issue #20274: No intersection point from python dump
[modules/shaper.git] / src / SketchAPI / SketchAPI_Rotation.h
index ac3392f929996a1a39c81759bb8e82a91259975f..e9899d001021bbed51df3911152d8a63ed499983 100644 (file)
@@ -78,6 +78,10 @@ public:
               ModelAPI_AttributeRefList, /** Rotated objects */
   )
 
+  /// Set list of objects to be rotated
+  SKETCHAPI_EXPORT
+  void setRotationList(const std::list<std::shared_ptr<ModelAPI_Object> >& theObjects);
+
   /// List of rotated objects
   SKETCHAPI_EXPORT
   std::list<std::shared_ptr<SketchAPI_SketchEntity> > rotated() const;