Salome HOME
Construction of vertices/edges/faces on the base of sketch: clear list attribute...
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plane.h
index 546577b44ea5d35a31fe8df7881b2ab083b5ea47..b82f1e8c3f8b238b1fd2b804618c5e096ded9923 100644 (file)
@@ -104,7 +104,10 @@ class ConstructionPlugin_Plane : public ModelAPI_Feature, public GeomAPI_ICustom
                                      std::shared_ptr<GeomAPI_ICustomPrs> theDefaultPrs);
 
  protected:
+  /// Creates a new plane by copy of face plane with translation along the normal
+  /// to the specified distance.
   std::shared_ptr<GeomAPI_Shape> createPlaneByFaceAndDistance();
+  /// Creates a new plane by general equation.
   std::shared_ptr<GeomAPI_Shape> createPlaneByGeneralEquation();
 };