mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Several corrections coming from building and testing on MSVC++ 11: - compiler warnings corrected in structiges.c (32-bit mode) and BOPAlgo (64-bit mode) - DRAW command for testing exceptions (OCC6143) refactored for getting some output even if process fails (problem with stack overflow handling) - DRAW command readstep removed as it leads to hang-up in Debug mode due to waiting for user input; the only test that used it changed to use testreadstep command
46 lines
851 B
Plaintext
Executable File
46 lines
851 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22715"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Incorrect faces of the filleted cube after import from iges file
|
|
#######################################################################
|
|
|
|
testreadstep [locate_data_file bug22715_cube.stp] s1
|
|
puts [whatis s1]
|
|
explode s1 F
|
|
|
|
checkshape s1_1
|
|
checkshape s1_2
|
|
checkshape s1_3
|
|
checkshape s1_4
|
|
checkshape s1_5
|
|
checkshape s1_6
|
|
checkshape s1_7
|
|
checkshape s1_8
|
|
checkshape s1_9
|
|
checkshape s1_10
|
|
checkshape s1_12
|
|
checkshape s1_13
|
|
checkshape s1_14
|
|
checkshape s1_15
|
|
checkshape s1_16
|
|
checkshape s1_17
|
|
checkshape s1_18
|
|
checkshape s1_19
|
|
checkshape s1_20
|
|
checkshape s1_21
|
|
checkshape s1_22
|
|
checkshape s1_23
|
|
checkshape s1_24
|
|
checkshape s1_25
|
|
checkshape s1_26
|
|
|
|
renamevar s1 result
|
|
|
|
set check_square 1
|
|
|
|
set square 49245
|
|
|
|
set 3dviewer 1
|