mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
- Graphic3d_CGraduatedTrihedron: moved to Graphic3d_GraduatedTrihedron, added Graphic3d_AxisAspect for axes parameters - OpenGl_GraduatedTrihedron: moved to primitive arrays, used Graphic3d_GraduatedTrihedron to store parameters - ViewerTest: corrected vgraduatedtrihedron, added new parameters - Graphic3d_ArrayOfPrimitives: added AddVertex (Graphic3d_Vec3) - Graphic3d_GraphicDriver::GraduatedTrihedronMinMaxValues corrected interface
24 lines
468 B
Plaintext
24 lines
468 B
Plaintext
puts "========"
|
|
puts "OCC25611"
|
|
puts "========"
|
|
puts ""
|
|
############################################################################
|
|
puts "Displaying \'zbufftrihedron\' interferes with \'vgraduatedtrihedron\'"
|
|
############################################################################
|
|
|
|
set anImage $imagedir/${casename}.png
|
|
|
|
vinit View1
|
|
psphere s 10
|
|
vdisplay s
|
|
vaxo
|
|
vfit
|
|
vsetdispmode s 1
|
|
vgraduatedtrihedron -on
|
|
vzbufftrihedron
|
|
|
|
vdump $anImage
|
|
vclear
|
|
vclose View1
|
|
|