Base class for enums. More...
Inherits QObject.
Public Types | |
enum class | GO2SAnchor { TopLeft , TopCenter , TopRight , CenterLeft , Center , CenterRight , BottomLeft , BottomCenter , BottomRight , count } |
Text positioning. More... | |
enum class | GO2SAxis { x = 1 , y = 2 , z = 3 } |
Axis names. More... | |
enum class | GO2SContext { Design = 1 , MachiningMilling = 2 , MachiningTurning = 3 , MachiningEdm = 6 } |
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 | GO2SEdgeDisplay { quick = 0 , realistic = 2 , none = 3 } |
enum class | GO2SError { success = 0 , failed =1 , geom_null =2 , get_failed =3 , exec_failed =4 , bad_parameters =5 , attribute_not_editable =6 , point_locked =7 } |
Error codes. More... | |
enum class | GO2SFileOpen { read_only , read_write } |
Files opening modes. More... | |
enum class | GO2SFilterMode { Hidden = 0 , ShownByContext = 1 , Shown = 2 } |
enum class | GO2SFilterType { Point = eFilterTypePoint , Segment = eFilterTypeSegment , Arc = eFilterTypeArc , Nurbs = eFilterTypeCourbe , Mesh = eFilterTypeMesh , Volume = eFilterTypeVolume , Text = eFilterTypeTexte , Line = eFilterTypeDroite , Circle = eFilterTypeCercle , WireframeOnSolid = eFilterTypeWireframeOnSolid , Symbole = eFilterTypeSymbole , Polylines = eFilterTypePolygone , Axis = eFilterTypeAxis , Ellipse = eFilterTypeEllipse , Helix = eFilterTypeHelice , Stock = eFilterTypeBrut , ThreadingPoint = eFilterTypeThreadingPoint , Rectangle = eFilterTypeRectangle , Hole = eFilterTypeTrous , Profile = eFilterTypeEntiteProfil , Cap = eFilterTypeVolumeBouchon } |
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 | GO2SPickReference { all = 0 , point = 1 , edge = 2 , face = 3 } |
enum class | GO2SSafetyArea { None = 0 , Sphere = 1 , Cylinder = 2 , Worplane_cylinder = 3 , Reference_plane = 4 , Worplane_sphere = 5 } |
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 |
|
strong |
|
strong |
Error codes.
|
strong |
|
strong |
|
strong |
Entities types for filters
|
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 |
Which reference to pick
|
strong |
|
strong |
|
strong |
GO2SMachiningUtil.MoveCycle parameter.
Enumerator | |
---|---|
before | before |
after | after |