mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
I. New features: no New features. II. Changes: II.1. class : BOPAlgo_Builder - method: void BOPAlgo_Builder::FillIn3DParts(BOPCol_DataMapOfShapeListOfShape& , BOPCol_DataMapOfShapeShape& , const BOPCol_BaseAllocator& ) The algorithm of finding 3D-parts for solids has ben changed. To improve the performance the unbalanced binary tree is used. II.2. class : BOPTools_AlgoTools - method: Standard_Boolean BOPTools_AlgoTools::GetFaceOff (const TopoDS_Edge&, const TopoDS_Face& BOPTools_ListOfCoupleOfShape& , TopoDS_Face& Handle(BOPInt_Context& ) The data treatment for tangent cases has been changed III. Modified entities: packages: BOPAlgo BOPTools Small corrections of test cases
20 lines
414 B
Plaintext
Executable File
20 lines
414 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO ?OCC24122 ALL: Error : The square of result shape is"
|
|
|
|
puts "=========="
|
|
puts "BUC60462"
|
|
puts "=========="
|
|
|
|
restore [locate_data_file buc60462c.brep] a
|
|
checkshape a
|
|
restore [locate_data_file buc60462d.brep] b
|
|
checkshape b
|
|
puts "Fuse begin"
|
|
bfuse result a b
|
|
puts "Fuse end"
|
|
|
|
checkshape result r
|
|
|
|
set square 89562.1
|
|
set 2dviewer 0
|