mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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
26 lines
755 B
Plaintext
Executable File
26 lines
755 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC288"
|
|
puts "================"
|
|
puts ""
|
|
puts "TODO #23828 MacOS: Tcl Exception: result is not a topological shape!!!"
|
|
puts "TODO #23828 MacOS: TEST INCOMPLETE"
|
|
|
|
#######################################################################################
|
|
# Currently meshing (for shading) of some shapes looks incorrect
|
|
######################################################################################
|
|
|
|
set BugNumber OCC288
|
|
|
|
restore [locate_data_file OCC288-shading_176.brep] result
|
|
checkprops result -s 1.21055e+07
|
|
|
|
checknbshapes result -vertex 667 -edge 941 -wire 368 -face 289 -shell 6 -solid 6 -compsolid 0 -compound 1 -shape 2278
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkshape result
|
|
|
|
set 3dviewer 1
|