mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
16 lines
591 B
Plaintext
Executable File
16 lines
591 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC174"
|
|
puts "========"
|
|
puts ""
|
|
###########################################################################
|
|
## After analyze given face (file ff97.brep) using BRepCheck we recieve problem - "Bad Orientation of Subshape".
|
|
## But we believe that this shape must be OK or we have to recieve more detail another reply from BRepCheck.
|
|
###########################################################################
|
|
|
|
restore [locate_data_file OCC174.brep] result
|
|
|
|
checkprops result -s 376.873
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|