set name to Inventor node of display mode

This commit is contained in:
wmayer
2019-01-15 21:26:54 +01:00
parent d94fc4988e
commit 9f394aa53a

View File

@@ -487,6 +487,7 @@ void ViewProviderPartExt::attach(App::DocumentObject *pcFeat)
// wireframe node
SoSeparator* wireframe = new SoSeparator();
wireframe->setName("Edge");
wireframe->addChild(pcLineBind);
wireframe->addChild(pcLineMaterial);
wireframe->addChild(pcLineStyle);