SALOME Mesh module
Go to file
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
adm_local Merge from BR_plugins_pbyacs 03/04/2013 2013-04-04 07:08:19 +00:00
bin Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
doc 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:39:28 +00:00
idl 0022106: EDF 2464 SMESH : Split quadrangles in 4 triangles 2013-05-22 15:34:55 +00:00
resources 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:39:28 +00:00
src 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:45:15 +00:00
AUTHORS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
build_cmake Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
build_cmake.bat Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
build_configure Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
clean_configure Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
configure.ac Increment version to 7.2.0 2013-04-12 15:28:58 +00:00
COPYING Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
NEWS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
README Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
SMESH_version.h.in Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00