Base class for enums. More...
Inherits QObject.
Public Types | |
enum class | GO2SAnchor { TopLeft = 0 , TopCenter , TopRight , CenterLeft , Center , CenterRight , BottomLeft , BottomCenter , BottomRight , count } |
Text positioning. More... | |
enum class | GO2SAxis { x = 1 , y , z } |
Axis names. More... | |
enum class | GO2SContext { Neutral = 0 , Design = 1 , MachiningMilling = 2 , MachiningTurning = 3 , MachiningEdm = 6 , Opelist = 7 , Machine = 8 } |
For Context. | |
enum class | GO2SCurve { unknown = -1 , open = 0 , close = 1 } |
For GO2SNurbs GO2SPolyline open/close curve parameter. | |
enum class | GO2SDockPosition { noDock , left , right } |
For modeless dialog. More... | |
enum class | GO2SError { success = 0 , failed , geom_null , get_failed , exec_failed , bad_parameters , attribute_not_editable , point_locked } |
Error codes. More... | |
enum class | GO2SFileOpen { read_only , read_write } |
Files opening modes. More... | |
enum class | GO2SMachiningType { unknown = 0 , turning , milling , milling3d , edm } |
Application type of a machining component (tool, cycle...) More... | |
enum class | GO2SMessageType { info , warning , error } |
GO2SDialogUtil.CreateMessageBox parameter. More... | |
enum class | GO2SOffsetLink { Chamfer = 1 , Extend , Corner , Fillet } |
GO2SOffsetCurve link parameter. More... | |
enum class | GO2SOffsetSide { Left = 1 , Inside = 1 , Right = -1 , Outside = -1 } |
GO2SOffsetCurve side parameter. More... | |
enum class | GO2SParam { length , width , height , angle , radius , last_param } |
Geometry parameters. More... | |
enum class | GO2SSilhouetteType { upper = 0 , lower , symetrical } |
GO2SSilhouetteRevolution parameter. More... | |
enum class | GO2SWay { before = -1 , after = 1 } |
GO2SMachiningUtil.MoveCycle parameter. More... | |
Base class for enums.
|
strong |
|
strong |
|
strong |
|
strong |
Error codes.
|
strong |
|
strong |
|
strong |
GO2SDialogUtil.CreateMessageBox parameter.
Enumerator | |
---|---|
info | info |
warning | warning |
error | error |
|
strong |
GO2SOffsetCurve link parameter.
Enumerator | |
---|---|
Chamfer | Chamfer. |
Extend | Extend. |
Corner | Corner. |
Fillet | Fillet. |
|
strong |
GO2SOffsetCurve side parameter.
Enumerator | |
---|---|
Left | Left. |
Inside | Inside. |
Right | Right. |
Outside | Outside. |
|
strong |
Geometry parameters.
|
strong |
|
strong |
GO2SMachiningUtil.MoveCycle parameter.
Enumerator | |
---|---|
before | before |
after | after |