mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
19 lines
517 B
Plaintext
Executable File
19 lines
517 B
Plaintext
Executable File
puts "============"
|
|
puts "CR25080"
|
|
puts "============"
|
|
puts ""
|
|
###################################################################################
|
|
# [Regression] Problem of meshing narrow face
|
|
###################################################################################
|
|
|
|
restore [locate_data_file bug25080_cowl_narrow_face.brep] result
|
|
|
|
incmesh result 0.0005
|
|
if [catch { tricheck result } ] {
|
|
puts "Error : Problem of meshing narrow face"
|
|
} else {
|
|
puts "OK : Meshing narrow face is good"
|
|
}
|
|
|
|
set 3dviewer 1
|