mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
A new Shaded presentation flag configured through Datum aspect (NOT as usual Display Mode). Creation of auxiliary Axis/Point/Plane presentations in Trihedron presentation is removed. 'vtrihedron' DRAW command to change parameters of trihedron is extended to cover whole functionality of AIS_Trihedron. The following classes are redesignede: AIS_Trihedron, Prs3d_DatumAspect. The followin enumermations are created to manage properties of trihedron: Prs3d_DatumAttribute, Prs3d/Prs3d_DatumAxes, Prs3d_DatumMode
24 lines
840 B
Plaintext
24 lines
840 B
Plaintext
puts "========"
|
|
puts "OCC25369"
|
|
puts "========"
|
|
puts ""
|
|
###################################################################################################
|
|
# Visualization, Image_AlienPixMap - handle UTF-8 names in image read/save operations on Windows
|
|
###################################################################################################
|
|
|
|
vfont add [locate_data_file DejaVuSans.ttf] SansFont
|
|
|
|
box b 1 2 3
|
|
vinit View1
|
|
vclear
|
|
vsetdispmode 0
|
|
vdisplay b
|
|
vfit
|
|
set s [encoding convertfrom unicode "\x3A\x04\x30\x04\x40\x04\x2E\x00\x70\x00\x6E\x00\x67\x00"]
|
|
|
|
vdrawtext text0 $s -pos 0 0 0 -color 1.0 1.0 1.0 -halign left -valign bottom -angle 0 -zoom 0 -height 50 -aspect regular -font SansFont
|
|
vdump $::imagedir/$s
|
|
vtexture b $::imagedir/$s
|
|
file delete $::imagedir/$s
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|