mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The whole piece of the walking line between two vertices is no more checked for having length greater than Precision::Confusion(). Instead, only full duplicate points (comparing with gp::Resolution()) are removed, allowing the resulting line have any non-null length. The test bugs modalg_6 bug27720_5 has been reverted to its original state.
27 lines
500 B
Plaintext
27 lines
500 B
Plaintext
puts "============"
|
|
puts "OCC27720"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# HLRBrep_Algo BSpline missing edges
|
|
######################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug27720_BSpline.brep] a
|
|
|
|
set viewname "right"
|
|
|
|
top
|
|
clear
|
|
|
|
OCC27341 result a ${viewname}
|
|
build3d result
|
|
|
|
fit
|
|
|
|
checkprops result -l 0.841499
|
|
checknbshapes result -vertex 92 -edge 46
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|