mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
SALOME Mesh module
2de5e478f7
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 ) |
||
---|---|---|
adm_local | ||
bin | ||
doc | ||
idl | ||
resources | ||
src | ||
AUTHORS | ||
build_cmake | ||
build_cmake.bat | ||
build_configure | ||
ChangeLog | ||
clean_configure | ||
configure.ac | ||
COPYING | ||
cvs-tags | ||
INSTALL | ||
LICENCE | ||
Makefile.am | ||
NEWS | ||
README | ||
SMESH_version.h.in |