Salome HOME
Adjust the big models according to new naming
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Rigid.h
index c1aaf2fe0a7ad65f18b291e330121cf7eb944a84..e35045ab7874095632c7c788e110e8e45cceba69 100644 (file)
@@ -38,8 +38,10 @@ class SketcherPrs_Rigid: public SketcherPrs_SymbolPrs
 public:
   /// Constructor
   /// \param theConstraint a constraint feature
+  /// \param theSketcher a sketcher object
   /// \param thePlane a coordinate plane of current sketch
   Standard_EXPORT SketcherPrs_Rigid(ModelAPI_Feature* theConstraint,
+                                    ModelAPI_CompositeFeature* theSketcher,
                                        const std::shared_ptr<GeomAPI_Ax3>& thePlane);