1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/tests/bugs/xde/bug22492
ski 58cf74e0c0 0025945: Make stable checking of shape global properties in tests
- 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
2015-12-10 16:56:03 +03:00

27 lines
721 B
Plaintext
Executable File

puts "============"
puts "OCC22492"
puts "============"
puts ""
#######################################################################
# Scaled sphere (Solid with BSplineSurface) is wrongly exported in STEP.
#######################################################################
set BugNumber OCC22492
restore [locate_data_file bug22492_scale.brep] sc1
nbshapes sc1
catch {[file delete $imagedir/${test_image}.step]}
stepwrite 3 sc1 $imagedir/${test_image}.step
stepread $imagedir/${test_image}.step sc2 *
tpcompound sc2
renamevar sc2 result
checkprops result -s 271280
checkshape result
checknbshapes result -vertex 2 -edge 3 -wire 1 -face 1 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 10
set 2dviewer 0