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