mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
24 lines
421 B
Plaintext
Executable File
24 lines
421 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 e
|
|
|
|
vinit
|
|
vdisplay result_1
|
|
vdisplay result_2
|
|
vfit
|
|
|
|
# Resume
|
|
puts ""
|
|
puts "2 edges are fit"
|
|
|
|
set only_screen 1
|