mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
puts "========"
|
|
puts "OCC26580"
|
|
puts "========"
|
|
puts ""
|
|
####################################################
|
|
# BRepProj_Projection does not provide any results
|
|
####################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug26580-plate-2.brep] plate
|
|
restore [locate_data_file bug26580-marker-2.brep] marker
|
|
|
|
prj result marker plate 0 0 -1
|
|
checkshape result_1
|
|
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|