mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
The circles acceleration structure sizes are estimated using the required deflection and the complexity of the face.
16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
puts "======="
|
|
puts "0029715: Mesh - Estimate the grid size of the acceleration structure by the complexity of the face"
|
|
puts "======="
|
|
puts ""
|
|
|
|
if {[info commands stepread] == ""} {pload XSDRAW}
|
|
|
|
stepread [locate_data_file bug29715_slow.stp] a *
|
|
renamevar a_1 a
|
|
|
|
chrono h reset start
|
|
incmesh a 0.0027
|
|
chrono h stop show COUNTER Meshing
|
|
|
|
tricheck a
|