-puts "TODO OCC30286 ALL: Error : HLRToShape is WRONG because number of VERTEX entities in shape "result" is 109"
-puts "TODO OCC30286 ALL: Error : HLRToShape is WRONG because number of EDGE entities in shape "result" is 55"
-puts "TODO OCC30286 ALL: Error : HLRToShape is WRONG because number of SHAPE entities in shape "result" is 165"
-
puts "============"
puts "OCC25908"
puts "============"
set nbshapes_expected "
Number of shapes in shape
- VERTEX : 103
- EDGE : 52
+ VERTEX : 109
+ EDGE : 55
WIRE : 0
FACE : 0
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
- SHAPE : 156
+ SHAPE : 165
"
checknbshapes result -ref ${nbshapes_expected} -t -m "HLRToShape"