Specify edge name correctly
PropertyLinkSubList does not work without a correctly specified edge name. Signed-off-by: balazs-bamer <kolaloka@freemail.hu>
This commit is contained in:
@@ -192,7 +192,7 @@ void CmdSurfaceBezier::activated(int iMsg)
|
||||
return;
|
||||
askUser = true;
|
||||
}*/
|
||||
bezListCmd << "FreeCAD.ActiveDocument." << it->getFeatName() << ", ";
|
||||
bezListCmd << "(App.activeDocument()." << it->getFeatName() << ", \'Edge1\'),";
|
||||
// tempSelNames.push_back(it->getFeatName());
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user