1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-30 12:14:08 +03:00
occt/tests/bugs/vis/bug26035_2
dbv 85a975f112 0026035: Length dimension can't be built between two vertices in Draw
Fixed drawing length dimension for two vertices in Draw
Fixed exception when trying to draw length dimension for face-point or point-face
Fixed drawing length dimension for edge-vertex/point and vertex/point-edge
2015-04-16 11:12:48 +03:00

25 lines
451 B
Plaintext

puts "============"
puts "CR26035"
puts "============"
puts ""
#######################################################################
# Exception when trying to draw dimension between face and point
#######################################################################
vinit View1
vclear
vaxo
box b -10 -10 -10 20 20 20
explode b F
vdisplay b_1
vpoint p 10 0 0
catch {vdimension len -length -shapes b_1 p -plane zox}
vfit
set only_screen 1