smesh/src
eap 2de5e478f7 0022108: EDF 2547 SMESH: Duplicate elements only
1)
+  void _pyGen::addFilterUser( Handle(_pyCommand)& theCmd, const Handle(_pyObject)& user );

2)
+   * \brief Replaces "mesh.GetIDSource([id1,id2])" argument of a given command by
+   *        a list "[id1,id2]" if the list is an accesible type of argument.
+   */
+  void GetIDSourceToList( Handle( _pyCommand)& theCommand )

3)
+   * \brief Replaces "SMESH.PointStruct(x,y,z)" and "SMESH.DirStruct( SMESH.PointStruct(x,y,z))"
+   *        arguments of a given command by a list "[x,y,z]" if the list is accesible
+   *        type of argument.
+   */
+  void StructToList( Handle( _pyCommand)& theCommand )
2013-05-28 16:45:15 +00:00
..
Controls 0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh 2013-05-16 16:36:26 +00:00
Driver Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
DriverCGNS 0022100: EDF 2413 SMESH: Take into account TRIA7 2013-05-16 16:38:48 +00:00
DriverDAT 1) Remove writing into stdout 2013-05-16 16:39:55 +00:00
DriverGMF 0022100: EDF 2413 SMESH: Take into account TRIA7 2013-05-16 16:38:48 +00:00
DriverMED 0022100: EDF 2413 SMESH: Take into account TRIA7 2013-05-16 16:38:48 +00:00
DriverSTL 0022100: EDF 2413 SMESH: Take into account TRIA7 2013-05-16 16:41:30 +00:00
DriverUNV Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file: 2013-05-28 08:52:35 +00:00
MEFISTO2 Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
OBJECT Fix problem with highlighting polyhedrons 2013-05-22 13:20:53 +00:00
PluginUtils Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMDS 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:41:00 +00:00
SMESH 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:42:11 +00:00
SMESH_I 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:45:15 +00:00
SMESH_PY Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_SWIG 0022172: [CEA 790] create the groups corresponding to domains 2013-05-24 12:01:17 +00:00
SMESH_SWIG_WITHIHM Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESHClient 0022100: EDF 2413 SMESH: Take into account TRIA7 2013-05-16 16:29:56 +00:00
SMESHDS 0022100: EDF 2413 SMESH: Take into account TRIA7 2013-05-16 16:33:34 +00:00
SMESHFiltersSelection Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESHGUI Fix regression (SIGSEGV) caused by improvement 0022099 2013-05-27 14:50:33 +00:00
SMESHUtils 0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh 2013-05-16 16:35:18 +00:00
StdMeshers 0022216: EDF 2613 SMESH: Projection 1D with multi-dimensional algo (Netgen 1D-2D or BLSurf...) 2013-05-27 14:04:00 +00:00
StdMeshers_I Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
StdMeshersGUI Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
Tools untabify 2013-05-16 17:09:28 +00:00
Makefile.am Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00