mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
392 B
Plaintext
Executable File
15 lines
392 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC25092"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# COMPSOLIDs are not exported to STEP
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25092_compsolid.brep] b
|
|
|
|
set aFile ${imagedir}/bug25092.stp
|
|
catch { file delete ${aFile} }
|
|
|
|
stepwrite 0 b ${aFile}
|