mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 01:20:50 +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
21 lines
544 B
Plaintext
Executable File
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
|
|
}
|