Fem: Remove unused view properties

This commit is contained in:
marioalexis
2024-04-21 00:58:23 -03:00
committed by Chris Hennes
parent 6aabe77a1a
commit 983ac9b238
14 changed files with 48 additions and 83 deletions

View File

@@ -45,7 +45,7 @@ ViewProviderFemConstraintPlaneRotation::ViewProviderFemConstraintPlaneRotation()
loadSymbol((resourceSymbolDir + "ConstraintPlaneRotation.iv").c_str());
// Note change "planerotation" in line above to new constraint name, make sure it is the same as
// in taskFem* cpp file
ADD_PROPERTY(FaceColor, (0.2f, 0.3f, 0.2f));
ShapeAppearance.setDiffuseColor(0.2f, 0.3f, 0.2f);
}
ViewProviderFemConstraintPlaneRotation::~ViewProviderFemConstraintPlaneRotation() = default;