mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +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
23 lines
552 B
Plaintext
Executable File
23 lines
552 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
|
puts "TODO ?OCC12345 ALL: Error : The command is not valid. The square is"
|
|
|
|
puts "========"
|
|
puts "OCC772"
|
|
puts "SAM1643"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## Impossible to make a common of the shapes attached.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC772.brep] a
|
|
explode a
|
|
checkshape a_1
|
|
checkshape a_2
|
|
|
|
bcommon result a_1 a_2
|
|
|
|
set square 0
|
|
set 2dviewer 0
|