mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
- 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
21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
puts "============"
|
|
puts "OCC22981"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# BRepOffsetAPI_ThruSections fails to build a surface from closed wires
|
|
#########################################################################
|
|
|
|
restore [locate_data_file bug22981_Turb1.brep] t
|
|
explode t
|
|
|
|
thrusections result 0 0 t_1 t_2
|
|
thrusections result 0 0 t_2 t_3 t_4 t_5 t_6 t_7 t_8 t_9 t_10 t_11
|
|
|
|
checkprops result -s 6234.87
|
|
checkshape result
|
|
set 2dviewer 0
|
|
|
|
|
|
|