mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
23 lines
629 B
Plaintext
Executable File
23 lines
629 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC21091"
|
|
puts "OCC21450"
|
|
puts "============"
|
|
puts ""
|
|
###### vcolorscale: vcolorscale [RangeMin RangeMax Intervals HeightFont Position X Y]: draw color scale
|
|
###### RangeMin - min of color scale number range
|
|
###### RangeMax - max of color scale number range
|
|
###### Intervals - number of color scale segments
|
|
###### HeightFont - height of font
|
|
###### Position - Defines position for color scale labels
|
|
############### 0 - NONE
|
|
############### 1 - LEFT
|
|
############### 2 - RIGHT
|
|
############### 3 - CENTER
|
|
###### X,Y - coordinates of color scale
|
|
|
|
vinit
|
|
vcolorscale 10 20 100 16 2 0 0
|
|
set only_screen 0
|
|
|
|
|