mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +03:00
23 lines
407 B
Plaintext
Executable File
23 lines
407 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"
|
|
|
|
set only_screen 1
|