mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
1. The condition of WLine breaking (in IntWalk_IWalking algorithm) has become more independent of the input tolerance. 2. Currently the algorithm of IntPatch_Points of WLine processing depends on the algorithm of obtaining the WLine. 3. The methods IntSurf_LineOn2S::Add(...) and IntSurf_LineOn2S::SetUV(...) have become not inline (see the message ~0077431 in the issue #29866).
27 lines
499 B
Plaintext
27 lines
499 B
Plaintext
puts "============"
|
|
puts "OCC27720"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# HLRBrep_Algo BSpline missing edges
|
|
######################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug27720_BSpline.brep] a
|
|
|
|
set viewname "left"
|
|
|
|
top
|
|
clear
|
|
|
|
OCC27341 result a ${viewname}
|
|
build3d result
|
|
|
|
fit
|
|
|
|
checkprops result -l 0.820309
|
|
checknbshapes result -vertex 70 -edge 35
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|