mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-11 11:27:16 +08:00
58cf74e0c0
- Added function checkprops, set default tolerance parameter to 1.0e-4 - Using "area" instead of "square". - Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases. - Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1) - Corrected test cases to use checkprops proc. - Correct image difference - Updated TODOs in test cases. - Updated test cases to get correct images of result shape
46 lines
868 B
Plaintext
Executable File
46 lines
868 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22715"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Incorrect faces of the filleted cube after import from iges file
|
|
#######################################################################
|
|
|
|
igesbrep [locate_data_file bug22715_cube.igs] s2 *
|
|
puts [whatis s2]
|
|
explode s2 F
|
|
explode s2
|
|
|
|
checkshape s2_1
|
|
checkshape s2_2
|
|
checkshape s2_3
|
|
checkshape s2_4
|
|
checkshape s2_5
|
|
checkshape s2_6
|
|
checkshape s2_7
|
|
checkshape s2_8
|
|
checkshape s2_9
|
|
checkshape s2_10
|
|
checkshape s2_12
|
|
checkshape s2_13
|
|
checkshape s2_14
|
|
checkshape s2_15
|
|
checkshape s2_16
|
|
checkshape s2_17
|
|
checkshape s2_18
|
|
checkshape s2_19
|
|
checkshape s2_20
|
|
checkshape s2_21
|
|
checkshape s2_22
|
|
checkshape s2_23
|
|
checkshape s2_24
|
|
checkshape s2_25
|
|
checkshape s2_26
|
|
|
|
renamevar s2 result
|
|
|
|
checkprops result -s 49245
|
|
checkshape result
|
|
|
|
set 3dviewer 1
|