mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
532 B
Plaintext
Executable File
23 lines
532 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC22735"
|
|
puts "========"
|
|
puts ""
|
|
###########################################################
|
|
# Data races in BRepMesh working in parallel mode
|
|
###########################################################
|
|
|
|
set BugNumber OCC22735
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
mpparallel 1
|
|
|
|
restore [locate_data_file OCC22735-march_cube.brep] result
|
|
|
|
vdisplay result
|
|
|
|
checktrinfo result -tri 48 -nod 96 -defl 0 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
|
|
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|