]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Improve according to review remarks
authorjfa <jfa@opencascade.com>
Mon, 10 Jul 2023 16:29:37 +0000 (17:29 +0100)
committerjfa <jfa@opencascade.com>
Mon, 10 Jul 2023 16:29:37 +0000 (17:29 +0100)
src/ConnectorAPI/Test/CTestTestfileInstall.cmake
src/ConnectorAPI/Test/TestExportXAOMem.py
src/ConnectorAPI/Test/tests.set
src/ExchangePlugin/doc/exportFeature.rst
src/ExchangePlugin/doc/importFeature.rst

index d0a5b6188197712fb1734bb1396f80f666fbf27a..606393fb5548f471e5e245024e992c7a114fa1f0 100644 (file)
@@ -24,7 +24,7 @@ SET(PYTHON_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/python_test_d
 SET(TIMEOUT        300)
 
 
-FOREACH(tfile ${TEST_NAMES})
+FOREACH(tfile ${TEST_NAMES_SPR})
   SET(TEST_NAME ${COMPONENT_NAME}_${tfile})
   ADD_TEST(${TEST_NAME} python ${PYTHON_TEST_DRIVER} ${TIMEOUT} ${tfile}.py)
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")
index 5d67a7452397a2a7a5321b16abbc6c6ce7eef3c9..482e37207e0822358b1e65330956ee2c6fdfa188 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2022-2023  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 18052ebcc64173752085f904bb5b6a5ce1028751..5599ea78854132617f68b1aa7f13a63cf8cee3d9 100755 (executable)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(TEST_NAMES
+SET(TEST_NAMES_SPR
   TestExportToGEOM
   TestExportToGEOMAllGroupsAndFields
   TestExportToGEOMPartSet
@@ -36,3 +36,5 @@ SET(TEST_NAMES_ADV
   TestExportXAOMem
   TestImportXAOMem
 )
+
+set(TEST_NAMES ${TEST_NAMES_SPR} ${TEST_NAMES_ADV})
index 6d22c83d1404ce7fbd6947101e4d3f284fc3714a..072c9495a5d719d167299cc956d2e013e1eea8a8 100644 (file)
@@ -123,7 +123,7 @@ Selection list in the property panel contains a list of exported objects which c
 
     This function enables passing data in XAO format from SHAPER to GEOM through a memory buffer (bytes array), without creation of real file on disk.
 
-    :param object: A being exported object
+    :param object: The object to export
     :param string: The name of the author, empty by default
     :param string: The name for the shape processed in GEOMETRY module, empty by default
 
index 5daac002f9bfacddc84bb094ac2cd82d845b2531..f035ea360cbefb185f3c07ec49e9a1e8b7852391 100644 (file)
@@ -47,10 +47,10 @@ The import will be performed within the active part. If no part is active, the p
 
 **TUI Command**:
 
-.. py:function:: model.importPart(Doc, FileNameString, [PrevFeature])
+.. py:function:: model.importPart(Part_doc, FileNameString, [PrevFeature])
 
-    :param part: The current part object
-    :param string: A file name string
+    :param Part_doc: The target part document, where to import the data
+    :param string: The file name string
     :param reference: The feature after which the imported entities should be inserted
 
 
@@ -88,14 +88,14 @@ In case of first choice the format of imported file will be defined according to
 
 .. py:function:: model.addImport(Part_doc, FileNameString)
 
-    :param part: The current part object
+    :param Part_doc: The target part document, where to import the data
     :param string: A file name string.
 
 .. py:function:: model.addImportXAOMem(Part_doc, aBuffer)
 
     This function allows importing data in XAO format from GEOM through a memory buffer (bytes array), without creation of real file on disk.
 
-    :param part: The current part object
+    :param Part_doc: The target part document, where to import the data
     :param aBuffer: A byte array with data in XAO format.
 
 Result
@@ -134,7 +134,7 @@ The **Import to** combobox provides the list of destinations (one of existing Pa
 
 .. py:function:: model.addImportSTEP(Part_doc, FileNameString,scalInterUnits,materials,colors)
 
-    :param part: The current part object
+    :param Part_doc: The target part document, where to import the data
     :param string: A file name string.
     :param boolean: True if scale to UIS
     :param boolean: True to create groups from materials