fix scan coverity issues
This commit is contained in:
@@ -3872,6 +3872,10 @@ public:
|
||||
DrawSketchHandlerArcOfParabola()
|
||||
: Mode(STATUS_SEEK_First)
|
||||
, EditCurve(34)
|
||||
, startAngle(0)
|
||||
, endAngle(0)
|
||||
, arcAngle(0)
|
||||
, arcAngle_t(0)
|
||||
{
|
||||
}
|
||||
virtual ~DrawSketchHandlerArcOfParabola(){}
|
||||
@@ -4150,7 +4154,7 @@ protected:
|
||||
SelectMode Mode;
|
||||
std::vector<Base::Vector2d> EditCurve;
|
||||
Base::Vector2d focusPoint, axisPoint, startingPoint, endPoint;
|
||||
double rx, ry, startAngle, endAngle, arcAngle, arcAngle_t;
|
||||
double startAngle, endAngle, arcAngle, arcAngle_t;
|
||||
std::vector<AutoConstraint> sugConstr1, sugConstr2, sugConstr3, sugConstr4;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user