From 692942dacc3840a2deab36117c3e6b74d7b195ea Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 31 Mar 2010 15:29:51 +0000 Subject: [PATCH] 0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape Additional change: customize "What Is" information --- idl/GEOM_Gen.idl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index a93cdb751..e3a2b1e8b 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -2841,7 +2841,9 @@ module GEOM SEGMENT, // segment EDGE, // other edge // VERTEX - VERTEX + VERTEX, + // ADVANCED shapes + ADVANCED // all advanced shapes (temporary implementation) }; }; -- 2.39.2