Sketcher: Convert PointPos into an enum CLASS
This commit is contained in:
@@ -49,11 +49,11 @@ Constraint::Constraint()
|
||||
AlignmentType(Undef),
|
||||
Name(""),
|
||||
First(GeoEnum::GeoUndef),
|
||||
FirstPos(none),
|
||||
FirstPos(PointPos::none),
|
||||
Second(GeoEnum::GeoUndef),
|
||||
SecondPos(none),
|
||||
SecondPos(PointPos::none),
|
||||
Third(GeoEnum::GeoUndef),
|
||||
ThirdPos(none),
|
||||
ThirdPos(PointPos::none),
|
||||
LabelDistance(10.f),
|
||||
LabelPosition(0.f),
|
||||
isDriving(true),
|
||||
|
||||
Reference in New Issue
Block a user