X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionPlugin%2FConstructionPlugin_Plane.h;h=613062af94043431000c83d9f8d9ceab99cd5275;hb=268d201ee47fc1896a1af0d59c5b3bf3844d3c9a;hp=999e6fa65fd49f69b06127590e0a0a9083485869;hpb=f21be85fd01ea53e646014cbc4ea78a2e9801944;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/ConstructionPlugin_Plane.h b/src/ConstructionPlugin/ConstructionPlugin_Plane.h index 999e6fa65..613062af9 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Plane.h +++ b/src/ConstructionPlugin/ConstructionPlugin_Plane.h @@ -145,6 +145,13 @@ public: return ATTR_ID; } + /// Attribute name for perpendicular flag. + inline static const std::string& PERPENDICULAR() + { + static const std::string ATTR_ID("perpendicular"); + return ATTR_ID; + } + /// Attribute name for selected plane. inline static const std::string& PLANE() { @@ -159,6 +166,13 @@ public: return ATTR_ID; } + /// Attribute name for reverse flag. + inline static const std::string& REVERSE() + { + static const std::string ATTR_ID("reverse"); + return ATTR_ID; + } + /// Attribute name for coincident point. inline static const std::string& COINCIDENT_POINT() {