View Issue Details

IDProjectCategoryView StatusLast Update
0001746FreeCADFeaturepublic2014-12-30 16:39
Reporternahshon Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformPCOSLinuxOS VersionFedora 20
Product Version0.14 
Summary0001746: Part Fillet and Chamfer do not show correct length/radius when editing old items
DescriptionAfter creating a fillet or chamfer from the part workbench, double clicking on the part opens the task for editing the item but the length or radius inputs are shown as "1.00".

Should see the previously selected values.
Steps To ReproduceSwitch to the "Part" workbench.
Create a part (eg. Box).
Select an edge and press the fillet or chamber icon.
Select a length or radius != 1.0
Press OK to close the task.
Double click on the Fillet or Chamfer in the model tree.
Radius or are show as 1.00.

Additional InformationOS: "Fedora release 20 (Heisenbug)"
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.3984 (Git)
Branch: master
Hash: 3d6ba6c5d65461479677742b1ec78bcf3667643c
Python version: 2.7.5
Qt version: 4.8.6
Coin version: 3.1.3
SoQt version: 1.5.0
OCC version: 6.7.1
TagsNo tags attached.
FreeCAD Information

Activities

wmayer

2014-12-30 15:24

administrator   ~0005471

That's rather a feature than a bug. In the list view of radii it shows the correct value. The separate spin box is just a convenience function to change all selected radii at the same time.

So, the feature is to set the value of the separate spin box to the value of one of the fillets. But note if the fillet has edges with different radii then we have to decide for one value.

Related Changesets

FreeCAD: master c231866b

2014-12-30 17:20:32

wmayer

Details Diff
+ fixes 0001746: Part Fillet and Chamfer do not show correct length/radius when editing old items Affected Issues
0001746
mod - src/Mod/Part/Gui/DlgFilletEdges.cpp Diff File

Issue History

Date Modified Username Field Change
2014-09-15 14:14 nahshon New Issue
2014-12-30 15:24 wmayer Note Added: 0005471
2014-12-30 15:24 wmayer Category Bug => Feature
2014-12-30 16:39 wmayer Changeset attached => FreeCAD Master master c231866b
2014-12-30 16:39 wmayer Assigned To => wmayer
2014-12-30 16:39 wmayer Status new => closed
2014-12-30 16:39 wmayer Resolution open => fixed