mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3353 Improve error messages from arc based geometry calculators.
Color dogleg text red if the constaint is not satisfied
This commit is contained in:
@@ -46,6 +46,8 @@ public:
|
||||
cvf::Vec3d tangent() const;
|
||||
double radius1() const;
|
||||
double radius2() const;
|
||||
void flagRadius1AsIncorrect(bool isIncorrect, double actualRadius);
|
||||
void flagRadius2AsIncorrect(bool isIncorrect, double actualRadius);
|
||||
|
||||
private:
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly) override;
|
||||
|
||||
Reference in New Issue
Block a user