Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPImport.h
index 6cb5df61c14c659ffad1ec1ce20203f8eafca67a..232f28dced00e767cc03b4f1edb4ea9de4805985 100644 (file)
 
 namespace STEPImport {
 
+/// Implementation of the import parameter from the STEP file
 GEOMALGOAPI_EXPORT
 Handle(TCollection_HAsciiString) GetValue(const TCollection_AsciiString& theFileName,
                                           const TCollection_AsciiString& theParameterName,
                                           TCollection_AsciiString& theError);
+
+/// Implementation of the import STEP files algorithms
 GEOMALGOAPI_EXPORT
 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
                     const TCollection_AsciiString& theFormatName, TCollection_AsciiString& theError,