mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
DRAW command fixsmallfaces is added to fix (remove) small faces in the shape. Command OCC22586 is removed (replaced by fixsmallfaces). Test bug28112_2 using that command is added for the two last shapes in issue #28112; test bug28112 is renamed to bug28112_1. Test bug22586 is changed to use the new command.
16 lines
484 B
Plaintext
Executable File
16 lines
484 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "# ==================================================================="
|
|
puts "# 0022586: ShapeFix_FixSmallFace mistakenly removes a non-small pipe-like face with a seam edge"
|
|
puts "# ==================================================================="
|
|
puts ""
|
|
|
|
set BugNumber OCC22586
|
|
|
|
restore [locate_data_file OCC22586.brep] shape
|
|
|
|
fixsmallfaces result shape 1.e-7
|
|
|
|
checkprops result -s 10975
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|