Search found 1 match

by danielHjordan
Wed Nov 13, 2019 12:55 pm
Forum: Python scripting and macros
Topic: How to find good documentation on the FreeCAD and Part python packages
Replies: 3
Views: 920

How to find good documentation on the FreeCAD and Part python packages

When learning how to write a python script for FreeCAD I am struggling to find out what attributes a class or method will accept. Some times its easy for example when I type Part.circle() into the Python console FreeCAD gives me a handy little text pop up that says all of the possible attributes I c...