X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionPlugin%2FConstructionPlugin_Plane.h;h=b82f1e8c3f8b238b1fd2b804618c5e096ded9923;hb=4d6bb9de0e54f09a9bbacc94a058cb7cd437d535;hp=546577b44ea5d35a31fe8df7881b2ab083b5ea47;hpb=5352bbb1915f98d1f02b1cb953a2de19b286a28c;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/ConstructionPlugin_Plane.h b/src/ConstructionPlugin/ConstructionPlugin_Plane.h index 546577b44..b82f1e8c3 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Plane.h +++ b/src/ConstructionPlugin/ConstructionPlugin_Plane.h @@ -104,7 +104,10 @@ class ConstructionPlugin_Plane : public ModelAPI_Feature, public GeomAPI_ICustom std::shared_ptr theDefaultPrs); protected: + /// Creates a new plane by copy of face plane with translation along the normal + /// to the specified distance. std::shared_ptr createPlaneByFaceAndDistance(); + /// Creates a new plane by general equation. std::shared_ptr createPlaneByGeneralEquation(); };