From de4038d0a0eed51f779f7c591f99136a099fe622 Mon Sep 17 00:00:00 2001 From: skl Date: Wed, 3 Jun 2009 07:17:42 +0000 Subject: [PATCH] For improvements 20019 and 20324. --- idl/GEOM_Gen.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index 1109bde2c..c554fd002 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -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 ImportTranslators() 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); }; }; -- 2.39.2