View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000963 | FreeCAD | Bug | public | 2013-01-20 06:58 | 2017-03-27 08:31 |
Reporter | jrheinlaender | Assigned To | yorik | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.13 | ||||
Summary | 0000963: Polar array does not work as described/expected | ||||
Description | 1. Creating a polar array of e.g. 10 copies in 180 degrees actually shows 11 shapes (original + 10 more) 2. Creating a polar array of e.g. 20 copies in 360 degrees creates 21 shapes, where the last overlaps the original. This creates problems when trying to fuse the array with a solid overlapping all 21 shapes | ||||
Additional Information | Draft.py polarArray(objectslist,center,angle,num) needs to be fixed: 1. fraction = angle/ (num - 1) 2. fraction = angle/num 1+2: for i in range(num - 1) | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-01-20 06:58 | jrheinlaender | New Issue | |
2013-01-20 07:02 | jrheinlaender | Status | new => assigned |
2013-01-20 07:02 | jrheinlaender | Assigned To | => yorik |
2013-01-20 14:57 | yorik | Note Added: 0002860 | |
2013-01-23 17:32 | yorik | Note Added: 0002870 | |
2013-01-23 17:32 | yorik | Status | assigned => closed |
2013-01-23 17:32 | yorik | Resolution | open => fixed |
2013-01-23 17:32 | yorik | Fixed in Version | => 0.13 |
2017-03-27 08:31 | Kunda1 | Changeset attached | => FreeCAD releases d41b40ee |