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

Public Attributes

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

Detailed Description

Structure that stores a linear scale's parameters.

Member Data Documentation

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.


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