]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
For improvements 20019 and 20324.
authorskl <skl@opencascade.com>
Wed, 3 Jun 2009 07:17:42 +0000 (07:17 +0000)
committerskl <skl@opencascade.com>
Wed, 3 Jun 2009 07:17:42 +0000 (07:17 +0000)
idl/GEOM_Gen.idl

index 1109bde2c156f264283cc599fda7ade7eb33f705..c554fd00220c6dc485ffc0460c6eb3d3d98fcc0d 100644 (file)
@@ -2584,6 +2584,8 @@ module GEOM
      *  \param theFileName The file, containing the shape.
      *  \param theFormatName Specify format for the file reading.
      *         Available formats can be obtained with <VAR>ImportTranslators()</VAR> method.
+     *         If format 'IGES_SCALE' is used instead 'IGES' length unit will be
+     *         set to 'meter' and result model will be scaled.
      *  \return New GEOM_Object, containing the imported shape.
      */
     GEOM_Object Import (in string theFileName, in string theFormatName);
@@ -3077,6 +3079,15 @@ module GEOM
      *  into python script to avoid the same names in SMESH script
      */
     string_array GetAllDumpNames();
+
+    /*!
+     *  Publishes the named subshapes of given object in the study.
+     *  \param theStudy    The study in which the object is published
+     *  \param theObject   The object which named subshapes are published
+     */
+    ListOfGO PublishNamedShapesInStudy(in SALOMEDS::Study theStudy,
+                                            //in SObject theSObject,
+                                            in Object theObject);
   };
 };