FEM: Implement constraint displacement in C++

This commit is contained in:
vginkeo
2016-02-11 08:55:57 +02:00
parent 6a103493a1
commit b1dc2cbf94
30 changed files with 2277 additions and 42 deletions

View File

@@ -105,7 +105,7 @@ bool ViewProviderFemConstraintForce::setEdit(int ModNum)
}
}
#define ARROWLENGTH 9
#define ARROWLENGTH (4)
#define ARROWHEADRADIUS (ARROWLENGTH/3)
//#define USE_MULTIPLE_COPY //OvG: MULTICOPY fails to update scaled arrows on initial drawing - so disable