]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/FeaturesAPI_Sewing.h
Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Sewing.h
index 049294bdd709e7b6106a8310d130aa801214412d..ba1793d34f1d50148e40fbb681877b55a6c294ad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -89,11 +89,11 @@ typedef std::shared_ptr<FeaturesAPI_Sewing> SewingPtr;
 
 /// \ingroup CPPHighAPI
 /// \brief Create Sewing feature.
-FEATURESAPI_EXPORT
-SewingPtr addSewing(const std::shared_ptr<ModelAPI_Document>& thePart,
-                    const std::list<ModelHighAPI_Selection>& theMainObjects,
-                    const ModelHighAPI_Double& theTolerance,
-                    const bool theIsAllowNonManifold,
-                    const bool theIsAlwaysCreateResult);
+FEATURESAPI_EXPORT SewingPtr addSewing(
+    const std::shared_ptr<ModelAPI_Document>& thePart,
+    const std::list<ModelHighAPI_Selection>& theMainObjects,
+    const ModelHighAPI_Double& theTolerance,
+    const bool allowNonManifold,
+    const bool alwaysCreateResult);
 
 #endif // FEATURESAPI_SEWING_H_