Translations:Feature list/24/pt: Difference between revisions

From FreeCAD Documentation
(Created page with "* Incorpora uma '''framework scripting/pt''': O FreeCAD features a built-in [http://www.python.org/ Python] interpreter, and an API that covers almost any part o...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Incorpora uma '''framework [[Scripting|scripting/pt]]''': O FreeCAD features a built-in [http://www.python.org/ 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.
* '''Framework de [[Scripting/pt|programação]] incorporada''': O FreeCAD conta com um interprete [http://www.python.org/ Python] incorporado, e uma API que cobre quase qualquer parte da aplicação, o interface, a geometria e a representação dessa geometria no visualizador 3D. O interprete pode correr desde simples comandos até scripts complexos, de facto mesmo módulos inteiros podem ser programados completamente em Python.

Latest revision as of 10:39, 17 February 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Feature list)
* '''built-in [[Scripting|scripting]] framework'''. FreeCAD features a built-in [http://www.python.org/ Python] interpreter, with 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 complex scripts as well as single commands; entire modules can be programmed completely in Python.
  • Framework de programação incorporada: O FreeCAD conta com um interprete Python incorporado, e uma API que cobre quase qualquer parte da aplicação, o interface, a geometria e a representação dessa geometria no visualizador 3D. O interprete pode correr desde simples comandos até scripts complexos, de facto mesmo módulos inteiros podem ser programados completamente em Python.