-
Hi Marco! I have modified the cutter such that: it starts in the original freehand mode; you press 'e' to enter straight line freehand mode and you press 'v' to go back into freehand mode. Once in straight line freehand mode, you create the lines by right clicking to start the line and right clicking again to stop it. My code is below:
Please forgive the messy nature, it is still in the prototyping stage, but you should be able to copy paste and run it. I am using an anaconda environment running python 3.8.12, if you need that info. As always, thanks very much!! j |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
It's a bit difficult to dig into your code :) have you tried that already? |
Beta Was this translation helpful? Give feedback.
-
Hi
you are giving it a name .. but you never add it to the rendering scene, yet you are trying to remove just after .. |
Beta Was this translation helpful? Give feedback.
Hi
it seems to me that the problem is in the logic you are using... In this block