here some more prototypes for
clone, copy and reuse sketches from a sketch collection
my idea is to find methods which allow to replace low level detailed components by finer ones.
I haven't done anything lately. microelly2 was working on adapting the sketchobject parenting method to see it it could accommodate the hierarchy I described. Without that, there's not much to do at the moment. I also seem to have issues trying to get the sketchobjectpython scripts to work - it won't pick up on the 'pyob' module, for some reason.
at the moment I put all my work into the nurbs workbench, there the pyob module is integrated.Joel_graff wrote: ↑Thu Jul 13, 2017 5:19 pmI also seem to have issues trying to get the sketchobjectpython scripts to work - it won't pick up on the 'pyob' module, for some reason.
Ok, I'll see if I can get the nurbs workbench going.microelly2 wrote: ↑Thu Jul 13, 2017 5:32 pmat the moment I put all my work into the nurbs workbench, there the pyob module is integrated.
I work on the sketch driver for the ribs and it's for me a time of learning, how the sketches can interact.
I have to learn how to catch the exceptions of the sketcher solver to bring a system back to a state in the case
when a change is not possible.
@joel_graff please open an issue in the tracker and link back to this threadjoel_graff wrote:...
I assigned issue #3127 to AbdullahJoel_graff wrote: ↑Sat Jul 15, 2017 3:44 amPosted as feature 003127. Starting to see that maybe I should have split it into two - a bug for the arc behavior and a feature for the alignment behavior.. ?