Salome HOME
Improvement coding style
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STLExport.h
index 327dce41e127e009f344d196cc515e8b1b1a00a2..a08549e06247831f5558b3aa6d40991c5829ee44 100644 (file)
 /// Implementation of the export STL files algorithms
 GEOMALGOAPI_EXPORT
 bool STLExport(const std::string& theFileName,
-                const std::string& /*theFormatName*/,
-                const std::shared_ptr<GeomAPI_Shape>& theShape,
-                const double aDeflection,
-                const bool anIsRelative, 
-                const bool anIsASCII,
-                std::string& theError);
+               const std::shared_ptr<GeomAPI_Shape>& theShape,
+               const double theDeflection,
+               const bool theIsRelative, 
+               const bool theIsASCII,
+               std::string& theError);
 
 #endif /* GEOMALGOAPI_STLEXPORT_H_ */