VEX V5 Python API
Static Public Attributes | List of all members
vex.DistanceUnits Class Reference

A unit of distance. More...

Inherits vex.Enum.

Static Public Attributes

int MM = 0
 A unit type that represents a value of distance in millimeters. More...
 
int IN = 1
 A unit type that represents a value of distance in inches. More...
 
int CM = 2
 A unit type that represents a value of distance in centimeters. More...
 

Detailed Description

A unit of distance.

Member Data Documentation

◆ MM

int vex.DistanceUnits.MM = 0
static

A unit type that represents a value of distance in millimeters.

◆ IN

int vex.DistanceUnits.IN = 1
static

A unit type that represents a value of distance in inches.

◆ CM

int vex.DistanceUnits.CM = 2
static

A unit type that represents a value of distance in centimeters.