mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
604 B
Plaintext
Executable File
20 lines
604 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
|
|
|
|
vcolorscale 10 20 100 16 2 0 0
|
|
|