mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Method Extrema_GenExtCC::Perform() refactored to avoid very inefficient (O(N^2)) algorithm of removal of duplicate points at the end. Instead, duplications are checked when new points are added. Fields are initialized in constructors of the class Extrema_GenExtCC; unused instances of generic classes (duplications) ELCC and ELCC2d removed. Test case bugs/modalg_6/bug26064 added.
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
puts "========"
|
|
puts "OCC26064"
|
|
puts "========"
|
|
puts ""
|
|
###########################################################
|
|
# distmini of two edges locks up
|
|
###########################################################
|
|
|
|
pload MODELING
|
|
restore [locate_data_file dist1-s1.brep] s1
|
|
restore [locate_data_file dist1-s2.brep] s2
|
|
distmini d s1 s2
|