mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- Adjusted faulties and warnings in tests for IGES and STEP files to reflect updated results. - Corrected tolerance values in multiple tests to ensure accuracy in shape validation. - Updated expected label counts and properties in several test cases to align with new outputs. - Modified error messages and expected results in HLR and offset tests for consistency. - Refined metadata checks in GLTF and STEP tests to match revised reference sizes and values. - Update Improvements cases with removing TODO
26 lines
671 B
Plaintext
Executable File
26 lines
671 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC8370"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# One face is not displayed in shading mode
|
|
######################################################################################
|
|
|
|
set BugNumber OCC8370
|
|
|
|
pload XDE
|
|
|
|
igesread [locate_data_file OCC8370-part1.igs] result *
|
|
|
|
checkprops result -s 25310.8
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 5065 -edge 5105 -wire 416 -face 399 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 10986
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|