mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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}
|