0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape

Additional change: customize "What Is" information
This commit is contained in:
vsr 2010-03-31 15:29:51 +00:00
parent adc2b14a52
commit 692942dacc

View File

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