mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
21 lines
686 B
Plaintext
21 lines
686 B
Plaintext
puts "============"
|
|
puts "CR25403"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong storage of model units in AIS_AngleDimension
|
|
#######################################################################
|
|
pload VISUALIZATION
|
|
|
|
vfont add [locate_data_file DejaVuSans.ttf] SansFont
|
|
|
|
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 -font SansFont
|
|
vdimension dim2 -length -value 10 -modelunits mm -showunits -plane yoz -shapes angleP1 angleP3 -font SansFont
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|