Go to the source code of this file.
|
enum class | Draw : char { Calculation
, Modeling
, Layout
} |
|
enum class | GOType : char {
Point
, Arc
, EllipticalArc
, Spline
,
SplinePath
, CubicBezier
, CubicBezierPath
, Unknown
,
Curve
, Path
, AllCurves
} |
|
enum class | SplinePointPosition : char { FirstPoint
, LastPoint
} |
|
◆ Draw
Enumerator |
---|
Calculation | |
Modeling | |
Layout | |
Definition at line 55 of file vgeometrydef.h.
◆ GOType
Enumerator |
---|
Point | |
Arc | |
EllipticalArc | |
Spline | |
SplinePath | |
CubicBezier | |
CubicBezierPath | |
Unknown | |
Curve | |
Path | |
AllCurves | |
Definition at line 56 of file vgeometrydef.h.
◆ SplinePointPosition