Selection.Filter crashes FC

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Chris_G
Veteran
Posts: 2580
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Selection.Filter crashes FC

Post by Chris_G »

Hi,
Giving a try at Selection.Filter I get a crash with this command :

Code: Select all

Gui.Selection.Filter('Edge')
Maybe, this is not the proper use of this function ( the tooltip in the python console doesn't explain the needed argument ) but it shouldn't crash FC anyway.
Chris
wmayer
Founder
Posts: 20245
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Selection.Filter crashes FC

Post by wmayer »

User avatar
Chris_G
Veteran
Posts: 2580
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Selection.Filter crashes FC

Post by Chris_G »

Thanks, Werner !
Post Reply