[solved] Face.Orientation bug?

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
onekk
Veteran
Posts: 6144
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Face.Orientation bug?

Post by onekk »

dprojects wrote: Thu Aug 04, 2022 1:20 pm
onekk wrote: Thu Aug 04, 2022 12:49 pm

Code: Select all

help(something)
But you can't call the command from macro? the __doc__ command works from macro so you can get all info at scanObjects just by browsing.
yes, but the problem is what data are incorporated in the sources, I 've done some analysis, some time ago:
From what I remember help() is not equivalent to __doc__, as it seems that __doc__ is more related to doctrings only, help() is aggregating some data also from sources comments.

But I have to check, as it was some months ago.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
dprojects
Posts: 721
Joined: Mon Mar 06, 2017 6:02 pm
Location: Poland
Contact:

Re: Face.Orientation bug?

Post by dprojects »

onekk wrote: Thu Aug 04, 2022 2:34 pm help() is aggregating some data also from sources comments.
Yes, help print info about methods and properties. Too bad there is no way to use it in macro.

Thanks
Darek
github.com/dprojects

workbench for woodworking is available at: github.com/dprojects/Woodworking
Post Reply