1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
apn 37d6975c77 0026237: Change platform in TODOs from Debian\Mandriva to Linux
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux

Small corrections in test cases. Return procedure _tests_platform_def.
2015-05-21 15:51:28 +03:00

29 lines
567 B
Plaintext
Executable File

puts "================"
puts "OCC51"
puts "================"
puts ""
puts " write STEP and IGES file "
box b 12 34 56
######################################################################
catch {exec rm ${imagedir}/box.step}
catch {exec rm ${imagedir}/box.igs}
stepwrite a b ${imagedir}/box.step
brepiges b ${imagedir}/box.igs
####################################################
dall
puts " Read STEP file "
stepread ${imagedir}/box.step a *
puts " Read IGES file "
igesbrep ${imagedir}/box.igs b *
compound a_1 b_1 result
checkshape result
set 2dviewer 0