add missing "break" statements.
Test case for issue CR25912
RWStepRepr_RWCompositeShapeAspect tool;
tool.Share(anent,iter);
}
- case 471: {
+ break;
+ case 471:
+ {
DeclareAndCast(StepRepr_DerivedShapeAspect,anent,ent);
RWStepRepr_RWDerivedShapeAspect tool;
tool.Share(anent,iter);
- }
+ }
+ break;
case 472: // same as ShapeAspect
{
DeclareAndCast(StepRepr_Extension,anent,ent);
--- /dev/null
+puts "============"
+puts "OCC25912"
+puts "============"
+puts ""
+#######################################################################
+# Exception during reading STEP file with GD&T
+#######################################################################
+
+ReadStep D [locate_data_file bug25912_GDT_exc.stp]