View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001837 | FreeCAD | Bug | public | 2014-11-23 21:09 | 2017-10-17 11:08 |
| Reporter | more11 | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 0.14 | ||||
| Summary | 0001837: Sometime fuse causes exception: | ||||
| Description | fuse on line 49 in uploaded script causes exception. If the formula on line 22 is changed to point = (center[0] + math.sin(math.radians(circ_angle)) * (min_radius + math.cos(math.radians(angle_i))*radius), center[1] + math.cos(math.radians(circ_angle)) * (min_radius + math.sin(math.radians(angle_i))*radius), center[2]) there is no exception. Traceback (most recent call last): File "C:/Users/more10.HOLISTICODE/Dropbox/Public/FreeCAD/mirror.py", line 49, in <module> solid = solid.fuse(aMirroredSolid) <type 'exceptions.Exception'>: ACCESS VIOLATION at address 0xFFFFFFFFFFFFFFFF during 'READ' operation | ||||
| Steps To Reproduce | Run the uploaded script. | ||||
| Additional Information | OS: Windows 7 Word size: 64-bit Version: 0.14.3700 (Git) Branch: releases/FreeCAD-0-14 Hash: 32f5aae0a64333ec8d5d160dbc46e690510c8fe1 Python version: 2.7.6 Qt version: 4.8.5 Coin version: 4.0.0a SoQt version: 1.6.0a OCC version: 6.6.0 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
|
|
|
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=20168 |
|
|
@normandc writes in https://forum.freecadweb.org/viewtopic.php?p=155519#p155519 > I had to save the script as a macro and run it because pasting it in the terminal caused an error. (Tip: don't use "Select all" over the code window because it adds undesirable indents) > I'm getting a different error sooner in the script:
> But this is because the two Draft BSplines "Make face" property need to be set to false. IIRC the "Make face" property was changed after 0.14.3700. > Since I'm clueless with Python I can't fix that part of the script to make it continue. |
|
|
@more11 Two things going on. 1. copy/paste forum mechanism for code tags was defective and has since been fixed 2. see https://forum.freecadweb.org/viewtopic.php?f=10&t=20168&p=155451#p195765 Closing ticket |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-11-23 21:09 | more11 | New Issue | |
| 2014-11-23 21:09 | more11 | File Added: mirror.py | |
| 2017-01-23 22:17 | Kunda1 | Note Added: 0007934 | |
| 2017-01-23 22:18 | Kunda1 | Tag Attached: #pending | |
| 2017-01-24 15:31 | Kunda1 | Note Added: 0007962 | |
| 2017-01-27 14:22 | Kunda1 | Status | new => feedback |
| 2017-10-17 11:08 | Kunda1 | Status | feedback => closed |
| 2017-10-17 11:08 | Kunda1 | Resolution | open => no change required |
| 2017-10-17 11:08 | Kunda1 | Note Added: 0010307 | |
| 2017-10-17 11:08 | Kunda1 | Tag Detached: #pending |
FreeCAD