View Issue Details

IDProjectCategoryView StatusLast Update
0001917FreeCADBugpublic2017-01-09 18:29
Reportermore11 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
PlatformDell studio xpsOSWindows 7OS Version64 bit
Summary0001917: Unexpeced Part.cut in python when changing parameters
DescriptionI have working python script, https://dl.dropboxusercontent.com/u/106944188/200t-adapter/200t_adapter.py

When changing some parameters, https://dl.dropboxusercontent.com/u/106944188/200t-adapter/2447to500hz.py, the cut function returns the wrong solid.
Steps To ReproduceRun both scripts and compare the generated shapes.
Additional InformationOS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4470 (Git)
Branch: master
Hash: 5289967304b7ab467e264e41386234f218812cbf
Python version: 2.7.8
Qt version: 4.8.6
Coin version: 4.0.0a
TagsNo tags attached.
FreeCAD Information

Activities

more11

2015-01-13 23:21

reporter  

2447to500hz.py (Attachment missing)

shoogen

2015-01-14 16:01

developer   ~0005653

Please import FreeCAD before any FreeCAD module (Part, Draft etc.)

If a boolean operation does not give the expected result please check if the input solids have a positive volume.

wmayer

2017-01-09 18:29

administrator   ~0007581

It's up to the Python coder to assure to have a valid solid.

Issue History

Date Modified Username Field Change
2015-01-13 23:21 more11 New Issue
2015-01-13 23:21 more11 File Added: 2447to500hz.py
2015-01-14 16:01 shoogen Note Added: 0005653
2017-01-09 18:29 wmayer Note Added: 0007581
2017-01-09 18:29 wmayer Status new => closed
2017-01-09 18:29 wmayer Resolution open => won't fix