mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
505 B
Plaintext
22 lines
505 B
Plaintext
puts "============"
|
|
puts "CR26317"
|
|
puts "============"
|
|
puts ""
|
|
|
|
##########################################################################################
|
|
puts "Visualization, AIS_LengthDimension::CheckPlane is incorrect"
|
|
##########################################################################################
|
|
|
|
pload VISUALIZATION MODELING
|
|
|
|
box b 100 200 300
|
|
vinit View1
|
|
vclear
|
|
vaxo
|
|
explode b F
|
|
vdisplay b_1 b_2
|
|
vdimension len -length -shapes b_1 b_2 -plane zox
|
|
vfit
|
|
|
|
vdump ${imagedir}/${casename}.png
|