mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
523 B
Plaintext
Executable File
20 lines
523 B
Plaintext
Executable File
puts "================"
|
|
puts "CR25519"
|
|
puts "================"
|
|
puts ""
|
|
###############################################
|
|
## BRepMesh can break mesh regularity for BSpline surfaces
|
|
###############################################
|
|
|
|
restore [locate_data_file bug25519_testtriangulation.brep] a
|
|
|
|
tclean a
|
|
incmesh a 0.01
|
|
front
|
|
fit
|
|
isos a 0
|
|
triangles a
|
|
|
|
checktrinfo a -tri 2721 -nod 1405 -defl 0.044436924588798624 -tol_rel_defl 0.05 -tol_rel_tri 0.05 -tol_rel_nod 0.05
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|