Python Script Engine  8.1
GL Studio Editor Python Script API
GlsAngularScaleData Struct Reference

Public Attributes

bool active
 
bool useLineColor
 
unsigned int ticks
 
float startAngle
 
float interval
 
float length
 
float thickness
 
GlsColor color
 

Detailed Description

Structure that stores an angular scale's parameters.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: