mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
Fix for #23273 issue. Fix for #23273 issue (boolean/013/R9). Modifications of tests according to #23260 issue. Attempt to protect against hang-ups due to waiting for standard input change of behaviour of offset/shape_type_i/D7 case. Attempt to protect against hang-ups during initialization of menu in batch mode. increase cpulimit for parallel incmesh. #23260 is fixed. count_parallel is not needed anymore. Deleted unused code. change of behaviour of offset/shape_type_i/D7 case. The fix was incorrect. Second attempt to protect against hang-ups during initialization of menu in batch mode correction of tests in order to awoid instability. Elapsed time changed to CPU user time is performance tests. Processing of errors on Windows. Stop cpulimit killer if armed by test, after the test is completed
23 lines
437 B
Plaintext
23 lines
437 B
Plaintext
#circle c1 -sqrt(50) 0 0 10
|
|
#mkedge c1 c1 pi*1/4 pi*7/4
|
|
#circle c2 sqrt(50) 0 0 10
|
|
#mkedge c2 c2 pi*5/4 pi*3/4
|
|
#wire w c1 c2
|
|
#mkplane w w
|
|
#trotate w 0 0 0 1 0 0 90
|
|
#beziercurve c1 3 0 0 0 2 8 0 0 16 0
|
|
#mkedge c1 c1
|
|
#wire d c1
|
|
#pipe s d w
|
|
#save s 8_I1.draw
|
|
|
|
restore [locate_data_file 8_I1.draw] s
|
|
tscale s 0 0 0 SCALE1
|
|
fsameparameter s
|
|
explode s E
|
|
blend result s 2*SCALE1 s_2
|
|
explode result So
|
|
tcopy result_1 result
|
|
|
|
set square 263402
|