mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2523 Mohr Circle: Improve circle appearence
This commit is contained in:
@@ -79,6 +79,10 @@ private:
|
||||
void setFrictionAngle(double frictionAngle);
|
||||
void setCohesion(double cohesion);
|
||||
|
||||
void updateTransparentCurveOnPrincipals();
|
||||
|
||||
void replotAndScaleAxis();
|
||||
|
||||
private:
|
||||
double m_principal1;
|
||||
double m_principal2;
|
||||
@@ -89,6 +93,7 @@ private:
|
||||
std::vector<QwtPlotItem*> m_circlePlotItems;
|
||||
|
||||
QwtPlotCurve* m_envolopePlotItem;
|
||||
QwtPlotCurve* m_transparentCurve;
|
||||
|
||||
double m_frictionAngle;
|
||||
double m_cohesion;
|
||||
|
||||
Reference in New Issue
Block a user