mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
451 B
Plaintext
Executable File
23 lines
451 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC21171"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Problem with vfit of vertex and edge
|
|
#######################################################################
|
|
|
|
set BugNumber OCC21171
|
|
|
|
box result 100 100 100
|
|
explode result v
|
|
|
|
vinit
|
|
vdisplay result_8
|
|
vfit
|
|
|
|
# Resume
|
|
puts ""
|
|
puts "1 vertex is not fit"
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|