0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_6 / bug27875
1 puts "================"
2 puts "OCC27875"
3 puts "================"
4 puts ""
5 ###############################
6 ## GeomFill_NSections constructor crash on sequence of curve containing only one curve
7 ###############################
8
9 # GeomFill_NSections does not work if the sequence of curves contains only single curve.
10 # Therefore, we should not expect any correct result from this operation. However, the
11 # exception must not be thrown.
12
13 pload QAcommands
14
15 restore [locate_data_file OCC606_2.brep] w2
16 explode w2 e
17 mkcurve cc w2_1
18 trim cc cc
19 OCC27875 cc