Salome HOME
#1371 Using auxilliary Sketch elements in any Feature: code improvement to separate...
[modules/shaper.git] / src / PartSet / PartSet_ResultSketchPrs.h
index dc79c7c26b9f77441859e1048801ba026903fcd8..d2861823d8156a9b0e0a33d14c0a6f46ba371be4 100755 (executable)
@@ -53,6 +53,10 @@ private:
   void appendShapeSelection(const Handle(SelectMgr_Selection)& theSelection,
                             const TopoDS_Shape& theShape, const TopAbs_ShapeEnum& theTypeOfSelection);
 
+  /// Sets color/line style/width of the presentation depending on the parameter state
+  /// \param isAuxiliary a boolean value if the properties are for auxiliary objects
+  void setAuxiliaryPresentationStyle(const bool isAuxiliary);
+
   /// Reference to result object
   ResultPtr myResult;