mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
345 B
Plaintext
Executable File
14 lines
345 B
Plaintext
Executable File
puts "================"
|
|
puts "CR23105"
|
|
puts "================"
|
|
puts ""
|
|
###############################################
|
|
## Exception during Meshing / Missing triangles
|
|
###############################################
|
|
|
|
restore [locate_data_file bug23105_f372.brep] result
|
|
checkshape result
|
|
|
|
incmesh result 0.1
|
|
checktrinfo result -tri -max_defl 0.1
|