mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
This patch turns off some not needed modes of fix in the called ShapeFix_Face algorithm. It stores pcurves on planes in the edges to avoid repeated computation of the same pcurves many times (it is done only when SafeInputMode is false). It avoids unnecessary replace/apply actions in the modification context. It removes the code that makes decomposition of surface of the face on several faces. The new command buildpcurvesonplane has been added, which builds and stores pcurves of edges on planar faces. This is useful for investigations how presence of pcurves on planes influence performance of algorithms. Make drawing of dimension line in snowflake test independent on the order of vertices in the result.
24 lines
517 B
Plaintext
24 lines
517 B
Plaintext
puts "======="
|
|
puts "0028467"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# Improve UnifySameDomain performance
|
|
##################################################
|
|
|
|
autodisplay 0
|
|
|
|
restore [locate_data_file bug28467_shape2.brep] a
|
|
|
|
removeloc a a
|
|
|
|
chrono h reset;chrono h start
|
|
unifysamedom r a -nosafe
|
|
chrono h stop
|
|
|
|
checknbshapes r -m "unifysamedom result" -vertex 1008 -edge 1512 -wire 656 -face 581
|
|
checkprops r -s 3.9225e+006 -l 181240
|
|
checkshape r
|
|
|
|
chrono h show COUNTER unifysamedom
|