Salome HOME
0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape
authorvsr <vsr@opencascade.com>
Wed, 31 Mar 2010 15:29:51 +0000 (15:29 +0000)
committervsr <vsr@opencascade.com>
Wed, 31 Mar 2010 15:29:51 +0000 (15:29 +0000)
Additional change: customize "What Is" information

idl/GEOM_Gen.idl

index a93cdb751991f792e7b4086dc11e81a78686dd82..e3a2b1e8b4646ca9eb3bfff8fb19d4419e2b260d 100644 (file)
@@ -2841,7 +2841,9 @@ module GEOM
       SEGMENT,      // segment
       EDGE,         // other edge
       // VERTEX
-      VERTEX
+      VERTEX,
+      // ADVANCED shapes
+      ADVANCED      // all advanced shapes (temporary implementation)
     };
   };