mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Modifications: 1. class BOPAlgo_WireSplitter 1.1. Removed static method RecomputeAngles(...). 1.2. Minor corrections. 2. class BOPTools_AlgoTools 2.1 method GetFaceOff For definition of an angles between faces the same step in 3D space has been used for all faces in the list. To define that step new static function MinStep3D has been implemented. Added test case bugs/modalg_5/bug24879 Deleted unnecessary TODOs in test case bugs/modalg_2/bug497_3
19 lines
338 B
Plaintext
19 lines
338 B
Plaintext
puts "=========="
|
|
puts "OCC24879"
|
|
puts "=========="
|
|
puts ""
|
|
############################################
|
|
# Wrong result of General Fuse operation
|
|
############################################
|
|
|
|
restore [locate_data_file bug24879_c.brep] c
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddcompound c
|
|
bfillds -s
|
|
bbuild result
|
|
checkshape result
|
|
|
|
set 2dviewer 1
|