Files
OCCT/tests/bugs/moddata_2/bug266
Pasukhin Dmitry 04025d1cc3 Testing - Update reference data for migration to new station (#1248)
- 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
2026-04-30 10:38:25 +01:00

21 lines
544 B
Plaintext
Executable File

puts "================"
puts "OCC266"
puts "================"
puts ""
restore [locate_data_file OCC266.brep] a
checkshape a
renamevar a edge
explode edge e
renamevar edge face
explode face f
if [catch {chamf result face edge_10 face_3 A 1 45 edge_6 face_3 A 1 45 edge_11 face_3 A 1 45 edge_12 face_3 A 1 45 edge_13 face_3 A 1 45 edge_14 face_3 A 1 45 edge_8 face_3 A 1 45 edge_9 face_3 A 1 45 } catch_result] {
} else {
checkshape result
checkprops result -s 48913
checkview -display result -2d -path ${imagedir}/${test_image}.png
}