mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
21 lines
642 B
Plaintext
21 lines
642 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
|
|
|
|
set only_screen 1
|