mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
puts "========"
|
|
puts "0031174: Visualization - support user-provided stipple line patterns"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pload MODELING VISUALIZATION
|
|
box b1 1 2 3
|
|
box b2 1 2 3
|
|
vclear
|
|
vinit View1
|
|
vdisplay -dispMode 0 b1 b2
|
|
vfit
|
|
vaspects b1 -setLineWidth 4 -setLineType FF00 -setColor RED
|
|
vaspects b2 -setLineWidth 4 -setLineType 00FF -setColor GREEN
|
|
vdump $::imagedir/${::casename}_glsl.png
|