mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 11:34:54 +08:00
93e38faa3b
1. New sharing algorithm has been implemented. If intermediate point of some edge is included in the tube with center taken in another edge and radius equaled to maximal vertex-tolerance of both edges then these two edges are considered to be shared. This know-how touches edges only, which have common blocks with interfered faces. If they do not have any common-blocks the algorithm will work as before. 2. Interface of BOPAlgo_PaveFiller::IsExistingPaveBlock(...) method has been changed. Creation of test case for issues #27128 and #27179 Adjusting some test cases according to their new behavior, because they are IMPROVEMENTS really (TODOs have been deleted).
24 lines
519 B
Plaintext
24 lines
519 B
Plaintext
puts "============"
|
|
puts "OCC27128"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## The algorithm of sharing edges in Boolean operation should be improved
|
|
###############################
|
|
|
|
plane pl 0.195808075898442, -0.229262227170656, 4.05546403129991 0 0 1
|
|
psphere s1 pl 0.03101752454
|
|
restore [locate_data_file bug27128-Helix_Pipe.brep] s2
|
|
|
|
settolerance s1 2.0e-6
|
|
|
|
bfuse result s1 s2
|
|
checkshape result
|
|
|
|
smallview
|
|
donly s1
|
|
fit
|
|
donly result
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|