View Issue Details

IDProjectCategoryView StatusLast Update
0001320FreeCADBugpublic2013-12-03 15:44
Reporterwandererfan Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformintel 64 bitOSUbuntuOS Version12.04
Product Versiontrunk 
Summary0001320: Part Workbench Helix Primitive Does Not Support "newStyle" Property
DescriptionPart Workbench Helix Primitive does not allow use of vertical height vs side length (newStyle) property (see Mantis 0001247).
TagsNo tags attached.
FreeCAD Information

Activities

wmayer

2013-11-29 19:45

administrator   ~0003911

That's wrong:

App.newDocument()
helix=App.ActiveDocument.addObject("Part::Helix")
helix.Style
helix.Style=1
helix.Style

wandererfan

2013-12-02 13:32

manager   ~0003916

Not wrong, but not specific enough. The Part WB Gui does not include a way to select a height style for Helix at creation time.

wmayer

2013-12-02 14:11

administrator   ~0003917

IMO the "old" style was a bug and only because ulrich1a didn't want to change his macro and wanted to keep old code running without touching it I introduced the old/new style property.

The property is intentionally set to be invisible so that in the property editor it doesn't appear because I don't see any necessity of using the old and incorrect style.

When creating a helix in the GUI it uses the new style, btw.

wandererfan

2013-12-03 14:45

manager   ~0003921

"When creating a helix in the GUI it uses the new style, btw."

Ah, I missed that. No need for this issue report then. Sorry.

wmayer

2013-12-03 15:44

administrator   ~0003922

Not a bug.

Issue History

Date Modified Username Field Change
2013-11-29 18:39 wandererfan New Issue
2013-11-29 19:45 wmayer Note Added: 0003911
2013-12-02 13:32 wandererfan Note Added: 0003916
2013-12-02 14:11 wmayer Note Added: 0003917
2013-12-03 14:45 wandererfan Note Added: 0003921
2013-12-03 15:44 wmayer Note Added: 0003922
2013-12-03 15:44 wmayer Status new => closed
2013-12-03 15:44 wmayer Assigned To => wmayer
2013-12-03 15:44 wmayer Resolution open => no change required