Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / PartSet / PartSet_OperationPrs.h
index cc1416451b8e923a8f083b2d5d2e612d34035b9b..4577d7b7756dc38693e5638ec7ef8cab63894c58 100755 (executable)
@@ -139,11 +139,14 @@ private:
           NCollection_DataMap<TopoDS_Shape, Handle(AIS_InteractiveObject)>& theShapeToPrsMap);
 
 private:
-  NCollection_DataMap<TopoDS_Shape, Handle(AIS_InteractiveObject)> myShapeToPrsMap; /// list of visualized shapes
+  /// list of visualized shapes
+  NCollection_DataMap<TopoDS_Shape, Handle(AIS_InteractiveObject)> myShapeToPrsMap;
 
   ModuleBase_IWorkshop* myWorkshop; /// current workshop
   Quantity_Color myShapeColor; /// color of feature depended shapes
-  bool myUseAISWidth; /// flag if the width of a shape object should be used for the shape visualization
+
+  /// flag if the width of a shape object should be used for the shape visualization
+  bool myUseAISWidth;
 
   friend class PartSet_CustomPrs;
 };