Salome HOME
Issue #355 Delete: elements of sketch and constraints
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.h
index cc9e30f3d0d0941c3b770f34138c988f6edd7719..e96541de32bf43b44a7b147077f6d97ac611a45a 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:        FeaturesPlugin_Placement.h
 // Created:     2 Dec 2014
 // Author:      Artem ZHIDKOV
 class ModelAPI_ResultBody;
 class GeomAPI_Shape;
 
+/**\class FeaturesPlugin_Placement
+ * \ingroup Plugins
+ * \brief Feature for applying of placement operation: relative movement of Solid.
+ *
+ * Locates the selected attractable_face of the solid in the middle of the selected
+ * placement_base face. Faces must be planar. Orientation of the placed solid is
+ * depended on the underlied planes of both faces.
+ */
 class FeaturesPlugin_Placement : public ModelAPI_Feature
 {
  public: