Draft Split Error - Tilts Split Lines

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
arxerxes
Posts: 61
Joined: Sun Jan 31, 2021 2:07 am

Draft Split Error - Tilts Split Lines

Post by arxerxes »

Draft Split command shows an error "- <class 'TypeError'>" and in addition to that makes the lines slightly tilts. GIF file attached. You can see how Y coordinate of the lines have changed after the split.
The FreeCAD build below.

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.32552 (Git)
Build type: Release
Branch: master
Hash: e2b3a5d2f791fb78a61daac9bdab374058f682f2
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * BIM 2021.12.0
  * CADExchanger
  * Curves 0.6.9
  * fasteners 0.4.56
Attachments
Draft SplitA.gif
Draft SplitA.gif (789.66 KiB) Viewed 656 times
User avatar
Roy_043
Veteran
Posts: 8552
Joined: Thu Dec 27, 2018 12:28 pm

Re: Draft Split Error - Tilts Split Lines

Post by Roy_043 »

The 'tilting' issue is known. But maybe should be fixed. See Draft_Split.

I can't reproduce the class error.

Code: Select all

OS: Windows 8 build 9600
Word size of FreeCAD: 64-bit
Version: 0.21.0.33303 (Git)
Build type: Release
Branch: master
Hash: 5b075a9938b78076fdde9034de4a05685e42690e
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: C/Default (C) [ OS: Dutch/Netherlands (nl_NL) ]
Installed mods:
arxerxes
Posts: 61
Joined: Sun Jan 31, 2021 2:07 am

Re: Draft Split Error - Tilts Split Lines

Post by arxerxes »

Roy_043 wrote: Sat May 27, 2023 6:42 pm The 'tilting' issue is known. But maybe should be fixed. See Draft_Split.

I can't reproduce the class error.

Code: Select all

OS: Windows 8 build 9600
Word size of FreeCAD: 64-bit
Version: 0.21.0.33303 (Git)
Build type: Release
Branch: master
Hash: 5b075a9938b78076fdde9034de4a05685e42690e
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: C/Default (C) [ OS: Dutch/Netherlands (nl_NL) ]
Installed mods:
By the way the below 0.21 version installed directly on a Windows 10 Intel based laptop does not have this issue.

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.32929 (Git)
Build type: Release
Branch: master
Hash: 1dcc58c4b1c51c50215639ca58326f6b69867743
Python 3.10.10, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: English/Canada (en_CA)
Installed mods: 
  * A2plus 0.4.60k
  * Assembly4 0.50.1
  * BIM 2021.12.0
  * Curves 0.6.8
  * fasteners 0.4.56
  * freecad.gears 1.0.0
  * Help 1.0.3
chrisb
Veteran
Posts: 54213
Joined: Tue Mar 17, 2015 9:14 am

Re: Draft Split Error - Tilts Split Lines

Post by chrisb »

arxerxes wrote: Sat May 27, 2023 5:26 pm Draft Split command shows an error "- <class 'TypeError'>"
Please upload a preferably simple file showing the issue together with a description where to split, so that we can reproduce under the same conditions.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply