FEM Post: Fix cutter error and "remove crashs"

This commit is contained in:
Stefan Tröger
2016-01-01 21:03:35 +01:00
committed by wmayer
parent dd72ea6ab0
commit 9c61e2f386
6 changed files with 11 additions and 8 deletions

View File

@@ -84,7 +84,6 @@ FemPostPlaneFunction::~FemPostPlaneFunction() {
void FemPostPlaneFunction::onChanged(const Property* prop) {
Base::Console().Message("Changed origin and normal\n");
if(prop == &Origin) {
const Base::Vector3d& vec = Origin.getValue();
m_plane->SetOrigin(vec[0], vec[1], vec[2]);