0022740: [CEA 1250] Create source plug-in to display a SMESH object via CORBA
Alternative solution via Python macro:
- Add getSelection() method to the SALOME::Session CORBA interface
// Author : Paul RASCLE, EDF
#include "SALOME_Component.idl"
+#include "SALOME_GenericObj.idl"
/*! \file SALOME_Session.idl \brief file that contains interface of the session
*/
//! Restores a state of the study at theSavePoint
boolean restoreVisualState(in long theSavePoint);
+//! Get list of selected entities
+ StringSeq getSelection();
+
//! Send a message to the session GUI desktop that will emit a qt signal
/*!
This method can be used to send a message to the GUI from the standalone