Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Attributes | |
bool | active |
bool | useLineColor |
unsigned int | ticks |
float | startingOffset |
float | interval |
float | length |
float | thickness |
GlsColor | color |
Structure that stores a linear scale's parameters.
bool GlsLinearScaleData::active |
True if this scale is active.
GlsColor GlsLinearScaleData::color |
Color to draw ticks if line color is not being used.
float GlsLinearScaleData::interval |
Interval between ticks in degrees.
float GlsLinearScaleData::length |
Length of ticks in logical units.
float GlsLinearScaleData::startingOffset |
Start offset in logical units.
float GlsLinearScaleData::thickness |
Thickness of ticks in logical units.
unsigned int GlsLinearScaleData::ticks |
Number of ticks on this scale.
bool GlsLinearScaleData::useLineColor |
True if this scale draws with line color.