![]() |
NDEVR
API Documentation
|
Holds information about a user-initiated dimension lock edit, including per-axis text and the currently active dimension and cursor position. More...
Public Member Functions | |
| String & | text () |
| Returns a reference to the text string for the currently active dimension. | |
Public Attributes | |
| Vector< 3, String > | all_text |
| Text values for each of the three axes. | |
| uint04 | cursor_position = Constant<uint04>::Invalid |
| The cursor position within the text of the active dimension, or Invalid if unset. | |
| uint01 | dimension = Constant<uint01>::Invalid |
| The axis dimension currently being edited (0=X, 1=Y, 2=Z), or Invalid if none. | |
Holds information about a user-initiated dimension lock edit, including per-axis text and the currently active dimension and cursor position.
Definition at line 58 of file SnapController.h.
|
inline |
Returns a reference to the text string for the currently active dimension.
Definition at line 65 of file SnapController.h.