Fem Postprocessing set color on nodes

This commit is contained in:
jriegel
2013-09-11 19:50:23 +02:00
parent 00ba8f2776
commit f6830287e9
2 changed files with 23 additions and 2 deletions

View File

@@ -47,8 +47,6 @@ void ViewProviderFemMeshPy::setNodeColor(Py::Dict arg)
}
this->getViewProviderFemMeshPtr()->setColorByNodeId(NodeColorMap);
}
throw Py::AttributeError("Not yet implemented");
}
Py::List ViewProviderFemMeshPy::getHighlightedNodes(void) const