Sketcher: Enable showing knots on BSpline creation

This commit is contained in:
Abdullah Tahiri
2017-02-25 01:19:03 +01:00
committed by wmayer
parent 1d8ba29d86
commit d80437ed90

View File

@@ -4599,6 +4599,12 @@ public:
Gui::Command::doCommand(Gui::Command::Doc, cstream.str().c_str());
// for showing the knots on creation
Gui::Command::doCommand(Gui::Command::Doc,
"App.ActiveDocument.%s.exposeInternalGeometry(%d)",
sketchgui->getObject()->getNameInDocument(),
currentgeoid);
}
catch (const Base::Exception& e) {
Base::Console().Error("%s\n", e.what());