[PartDesign Fillet/Chamfer] add UseAllEdges boolean property (#5340)
- [PartDesign Fillet/Chamfer] add UseAllEdges boolean property - add UseAllEdges checkbox to fillet and chamfer dialogs - put UseAllEdges property into Chamfer and Fillet groups, create Fillet group for fillets and put Radius into it, too.
This commit is contained in:
committed by
GitHub
parent
9c9ed2847b
commit
aa76cbc875
@@ -429,7 +429,6 @@ TaskDlgDressUpParameters::~TaskDlgDressUpParameters()
|
||||
bool TaskDlgDressUpParameters::accept()
|
||||
{
|
||||
getDressUpView()->highlightReferences(false);
|
||||
|
||||
std::vector<std::string> refs = parameter->getReferences();
|
||||
std::stringstream str;
|
||||
str << Gui::Command::getObjectCmd(vp->getObject()) << ".Base = ("
|
||||
|
||||
Reference in New Issue
Block a user