mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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
20 lines
448 B
Plaintext
Executable File
20 lines
448 B
Plaintext
Executable File
puts "========="
|
|
puts " OCC497 "
|
|
puts "(case 3)"
|
|
puts "========="
|
|
puts ""
|
|
########################################################
|
|
## Result of cut and fuse operation are faulty shapes although arguments are valid.
|
|
########################################################
|
|
|
|
restore [locate_data_file OCC497e.brep] a_1
|
|
checkshape a_1
|
|
|
|
restore [locate_data_file OCC497f.brep] a_2
|
|
checkshape a_2
|
|
|
|
bcut result a_1 a_2
|
|
|
|
set square 1773.6
|
|
set 2dviewer 0
|