X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Placement.h;h=498a771b22b3e339277fc6fd1458308cf7303175;hb=85b662214060cf733b44ac7822e3e4db49e2da4b;hp=46acd79e29fe1b3352aac69f0c19db920cac7736;hpb=05a0f11e3b7c1060b8aee2e34f83235461861183;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Placement.h b/src/FeaturesPlugin/FeaturesPlugin_Placement.h index 46acd79e2..498a771b2 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Placement.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Placement.h @@ -42,16 +42,16 @@ class FeaturesPlugin_Placement : public ModelAPI_Feature } /// attribute name of referenced object - inline static const std::string& START_FACE_ID() + inline static const std::string& START_SHAPE_ID() { - static const std::string MY_START_FACE_ID("placement_start_face"); - return MY_START_FACE_ID; + static const std::string MY_START_SHAPE_ID("placement_start_shape"); + return MY_START_SHAPE_ID; } /// attribute name of attractable face - inline static const std::string& END_FACE_ID() + inline static const std::string& END_SHAPE_ID() { - static const std::string MY_END_FACE_ID("placement_end_face"); - return MY_END_FACE_ID; + static const std::string MY_END_SHAPE_ID("placement_end_shape"); + return MY_END_SHAPE_ID; } /// attribute name of flag of reverse direction inline static const std::string& REVERSE_ID()