]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Sketch.h
Salome HOME
Implement changing sketch plane through Python API. Add unit test.
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.h
index 2ec522a9a436108691d8a5ee0e7f8999827e642a..1d3f762a697157a756f226ecd9151d448a09d8ed 100644 (file)
@@ -98,6 +98,11 @@ public:
   SKETCHAPI_EXPORT
   void setPlane(const std::shared_ptr<GeomAPI_Ax3> & thePlane);
 
+  /// Change sketch plane
+  SKETCHAPI_EXPORT
+  void setPlane(const ModelHighAPI_Selection & thePlane,
+                bool theRemoveExternalDependency = false);
+
   /// Set external
   SKETCHAPI_EXPORT
   void setExternal(const ModelHighAPI_Selection & theExternal);