mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
384 B
Plaintext
Executable File
19 lines
384 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "PRO16983"
|
|
puts "============"
|
|
|
|
restore [locate_data_file pro16983a.brep] B
|
|
checkshape B
|
|
plane p 0 0 0 1 0 0
|
|
vertex v1 0 90.16396 252.4591
|
|
vertex v2 0 252.459 -9.835989
|
|
edge e v2 v1
|
|
wire w e
|
|
featlf B w p -5 0 0 5 0 0 1 1
|
|
featperform lf result
|
|
|
|
checkprops result -s 796476
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|