From: skl Date: Wed, 3 Jun 2009 07:17:42 +0000 (+0000) Subject: For improvements 20019 and 20324. X-Git-Tag: V5_1_3rc1~84 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de4038d0a0eed51f779f7c591f99136a099fe622;p=modules%2Fgeom.git For improvements 20019 and 20324. --- 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); }; };