Salome HOME
Issue #355 Delete: elements of sketch and constraints
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.h
index 3cfd358874a21a7d361df35dbe086aae70c3206b..e96541de32bf43b44a7b147077f6d97ac611a45a 100644 (file)
 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: