mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
- class Graphic3d_HatchStyle is added to provide a possibility to set up custom and predefined hatching; - added the ability to set custom hatch patterns through bitmaps; - test case for issue #28107
19 lines
432 B
Plaintext
19 lines
432 B
Plaintext
puts "==========="
|
|
puts "OCC28107"
|
|
puts "==========="
|
|
puts ""
|
|
##########################################################################
|
|
# Visualization - provide a flexible interface to set custom hatch styles
|
|
##########################################################################
|
|
|
|
pload VISUALIZATION MODELING
|
|
|
|
box b 1 1 1
|
|
|
|
vinit View1
|
|
vdisplay b -dispMode 1
|
|
vfit
|
|
|
|
vaspects b -setHatch 4
|
|
vdump $imagedir/${casename}_hatch.png
|