+ add method to get SoDetail from element name

+ fix broken selection mechanism

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5260 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-12-10 21:11:20 +00:00
parent d5655a9e1d
commit e95de7090d
10 changed files with 92 additions and 55 deletions

View File

@@ -281,7 +281,7 @@ std::vector<App::DocumentObject*> ViewProviderPythonFeatureImp::claimChildren()
return children;
}
std::string ViewProviderPythonFeatureImp::getElement(const SoPickedPoint *pp) const
std::string ViewProviderPythonFeatureImp::getElement(const SoDetail *det) const
{
return "";
}