Crash

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
wmayer
Founder
Posts: 20241
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Crash

Post by wmayer »

Thanks! I think I know where the crash happens but not why. Before running the Map-sketch command how do you make the selection on the target object?

Can you also run this Python code before running the command and tell me the result?

Code: Select all

o=Gui.Selection.getSelectionEx()
for i in o:
    print i.ObjectName
    print i.SubElementNames
wmayer
Founder
Posts: 20241
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Crash

Post by wmayer »

OK, I found out how to cause the crash. You simply select first e.g. the sketch and then a face of the target object. Now running the map sketch command crashes FreeCAD.
razor49
Posts: 16
Joined: Sun Apr 27, 2014 10:46 am

Re: Crash

Post by razor49 »

Feedback:

Re; Map sketch to face
Tested this morning build and it seems to be working now. Will test it out some more but happy days :)
Post Reply