Builtin modules: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Marked this version for translation)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:13-->
{{VeryImportantMessage|(October 2019) Do not edit these pages. The information is incomplete and outdated. For the latest API, see the [https://www.freecadweb.org/api autogenerated API documentation], or generate the documentation yourself by following [[Source documentation|Source documentation]].}}

<!--T:12-->
This page presents more in-depth information over the built-in FreeCAD modules, and what are the functions and properties availible to you. This page is not a complete list of all the contents of these modules, and, because of the fast evolution of FreeCAD, the information presented here might be slightly outdated, but it should give you a good overview of the possibilities. For complete list of the modules content, use the dir(module) function in the interpreter.
This page presents more in-depth information over the built-in FreeCAD modules, and what are the functions and properties availible to you. This page is not a complete list of all the contents of these modules, and, because of the fast evolution of FreeCAD, the information presented here might be slightly outdated, but it should give you a good overview of the possibilities. For complete list of the modules content, use the dir(module) function in the interpreter.
</translate>
__NOTOC__
<translate>


== Non graphical == <!--T:14-->
=== [[FreeCAD_API|The FreeCAD module]] ===

=== [[Base_API|Base]] ===

=== [[Vector_API|Vectors]] ===

=== [[Matrix_API|Matrixes]] ===

=== [[Console_API|Console module]] ===

=== [[FreeCADGui_API|The FreeCADGui Module]] ===

=== [[Selection_API|Selection module]] ===

=== [[Placement_API|Placement]] ===


<!--T:1-->
=== [[Object_API|Document Objects]] ===
* [[FreeCAD_API|The FreeCAD module]]
* [[Base_API|Base]]
* [[Vector_API|Vectors]]
* [[Matrix_API|Matrices]]
* [[Console_API|Console module]]
* [[Placement_API|Placement]]
* [[Object_API|Document Objects]]


== Graphical == <!--T:15-->
=== [[ViewObject_API|View Objects]] ===


<!--T:6-->
{{languages | {{es|Draft Module/es}} }}
* [[FreeCADGui_API|The FreeCADGui Module]]
* [[Selection_API|Selection module]]
* [[ViewObject_API|View Objects]]


</translate>
[[Category:API]]
{{Powerdocnavi{{#translation:}}}}
[[Category:Poweruser Documentation]]
[[Category:API{{#translation:}}]]
{{clear}}

Latest revision as of 11:33, 15 May 2020

(October 2019) Do not edit these pages. The information is incomplete and outdated. For the latest API, see the autogenerated API documentation, or generate the documentation yourself by following Source documentation.

This page presents more in-depth information over the built-in FreeCAD modules, and what are the functions and properties availible to you. This page is not a complete list of all the contents of these modules, and, because of the fast evolution of FreeCAD, the information presented here might be slightly outdated, but it should give you a good overview of the possibilities. For complete list of the modules content, use the dir(module) function in the interpreter.


Non graphical

Graphical