mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
19 lines
477 B
Plaintext
Executable File
19 lines
477 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22826"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Increasiong of performance of fixes applied during translation of STEP files.
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22826
|
|
|
|
restore [locate_data_file bug22610_f1.brep] a
|
|
mksurface s1 a
|
|
|
|
proj s1 1500 1500 500 g
|
|
renamevar ext_2 res
|
|
proj s1 1500 1500 500 t
|
|
|
|
checklength res -l -equal ext_1
|