mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
15 lines
218 B
Plaintext
Executable File
15 lines
218 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC408 "
|
|
puts "========================"
|
|
puts ""
|
|
|
|
box b1 0 0 0 1 1 1
|
|
nurbsconvert b1 b1
|
|
box b2 0 -0.5 0 1.5 0.5 0.5
|
|
|
|
bcommon result b1 b2
|
|
checkshape -top result
|
|
|
|
|
|
|