Salome HOME
Lines > 100 symbols length correction
[modules/shaper.git] / src / GeomAPI / GeomAPI_Cone.h
index 59e24956cb31dabf9b1077fa799ac2358d3d2f3a..bfc901debf51075fbe807357c33a455ce722a90f 100644 (file)
@@ -45,7 +45,8 @@ public:
                               const double theSemiAngle,
                               const double theRadius);
 
-  /// Creating of cone by location of reference circle, axis, semi-angle and radii of boundary circles
+  /// Creating of cone by location of reference circle, axis, semi-angle and
+  /// radii of boundary circles
   GEOMAPI_EXPORT GeomAPI_Cone(const std::shared_ptr<GeomAPI_Pnt>& theLocation,
                               const std::shared_ptr<GeomAPI_Dir>& theAxis,
                               const double theSemiAngle,