eap d609d087b1 0021684: EDF 2221 : Display the arguments and the name of the operations
+  struct CreationInformation
+  {
+    string     operationName;
+    Parameters params;
+  };

  interface GEOM_Object : SALOME::GenericObj
  {
+    CreationInformation GetCreationInformation();
2013-06-17 12:52:22 +00:00
..
2013-04-01 12:25:01 +00:00