]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/ConstructionPlugin_Plane.h
Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plane.h
index fd73f263e2fdbf2a1f770d15de9f4226aa75aea2..f57ff1eb10099565f71d87486d4da7465c0ccb85 100644 (file)
@@ -27,6 +27,13 @@ class ConstructionPlugin_Plane : public ModelAPI_Feature, public GeomAPI_ICustom
     return MY_KIND;
   }
 
+  /// default color for a plane
+  inline static const std::string& DEFAULT_COLOR()
+  {
+    static const std::string CONSTRUCTION_PLANE_COLOR("#32FF32");
+    return CONSTRUCTION_PLANE_COLOR;
+  }
+
   /// Plane kind
   inline static const std::string& ID()
   {