mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
1) BRepBuilderAPI_MakeWire::Add (const TopTools_ListOfShape &L) method have been completely rewritten. The order of edges is not significant now. 2) The geometric proximity of free vertices from already existing wire and from input list of edges are also have been taken into account. If such vertices are coincident with each other then they are fused into the one. The original wire remains untouched topologically (yet the tolerances and points can be modified). 3) UBTreeFiller is used to speed up the process of picking of coincident vertices. 4) BRepLib now contains the 'new' method - BoundingVertex(..). The implemenation of this method are taken from BOPTools_AlgoTools::MakeVertex(..). 5) The '-unsorted' argument have been added to 'wire' command. Conflicts: src/QABugs/QABugs_20.cxx Add missing include. Eliminate warning.
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
puts "=========="
|
|
puts "OCC27552"
|
|
puts "=========="
|
|
puts ""
|
|
#######################################
|
|
# Wire creation fails depending on the order of edges
|
|
#######################################
|
|
|
|
pload QAcommands
|
|
OCC27552
|
|
|
|
#outw is output wire
|
|
checkshape outw
|
|
checknbshapes outw -vertex 5 -edge 4
|
|
nexplode outw v
|
|
checkmaxtol outw_4 -ref 0.12 |