1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-06 10:36:12 +03:00
occt/tests/bugs/vis/bug25403

19 lines
558 B
Plaintext

puts "============"
puts "CR25403"
puts "============"
puts ""
#######################################################################
# Wrong storage of model units in AIS_AngleDimension
#######################################################################
pload VISUALIZATION
vinit
vpoint angleP1 0 0 0
vpoint angleP2 50 50 50
vpoint angleP3 50 50 100
vdimension dim1 -angle -value 300 -modelunits deg -shapes angleP1 angleP2 angleP3
vdimension dim2 -length -value 10 -modelunits mm -showunits -plane yoz -shapes angleP1 angleP3
vfit
set only_screen 1