Translations:Feature list/24/ja

From FreeCAD Documentation
Revision as of 16:07, 9 December 2018 by Luc (talk | contribs) (Created page with "* '''Built-in scripting framework''': FreeCAD features a built-in [http://www.python.org/ Python] interpreter, and an API that covers almost any part of the appl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Built-in scripting framework: FreeCAD features a built-in Python interpreter, and an API that covers almost any part of the application, the interface, the geometry and the representation of this geometry in the 3D viewer. The interpreter can run single commands up to complex scripts, in fact entire modules can even be programmed completely in Python.