]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_SketchEntity.h
Salome HOME
Meet the coding style (split too long lines)
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_SketchEntity.h
index b181565a7bc1f633b6b300c1d787c687ed749f68..4d85894e574e9a695de5d7f2e9ccab3c9474f43e 100644 (file)
@@ -179,7 +179,8 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature //, public GeomAPI
   //  }
   //  if (!aColor.empty()) {
   //    if (theResult.get() && ModelAPI_Session::get()->isOperation()) {
-  //      AttributeIntArrayPtr aColorAttr = theResult->data()->intArray(ModelAPI_Result::COLOR_ID());
+  //      AttributeIntArrayPtr aColorAttr =
+  //          theResult->data()->intArray(ModelAPI_Result::COLOR_ID());
   //      aColorAttr->setSize(3);
   //      // Set the color attribute in order do not use default colors in the presentation object
   //      for (int i = 0; i < 3; i++)