Builtin modules: Difference between revisions

From FreeCAD Documentation
(translate)
((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, see Source documentation)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<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, see [[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__
__NOTOC__
<translate>
=== [[FreeCAD_API|The FreeCAD module]] ===
=== [[FreeCAD_API|The FreeCAD module]] === <!--T:1-->


=== [[Base_API|Base]] ===
=== [[Base_API|Base]] === <!--T:2-->


=== [[Vector_API|Vectors]] ===
=== [[Vector_API|Vectors]] === <!--T:3-->


=== [[Matrix_API|Matrixes]] ===
=== [[Matrix_API|Matrixes]] === <!--T:4-->


=== [[Console_API|Console module]] ===
=== [[Console_API|Console module]] === <!--T:5-->


=== [[FreeCADGui_API|The FreeCADGui Module]] ===
=== [[FreeCADGui_API|The FreeCADGui Module]] === <!--T:6-->


=== [[Selection_API|Selection module]] ===
=== [[Selection_API|Selection module]] === <!--T:7-->


=== [[Placement_API|Placement]] ===
=== [[Placement_API|Placement]] === <!--T:8-->


=== [[Object_API|Document Objects]] ===
=== [[Object_API|Document Objects]] === <!--T:9-->


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


<!--T:11-->
[[Category:API]]
[[Category:API]]
[[Category:Poweruser Documentation]]
[[Category:Poweruser Documentation]]
Line 27: Line 35:
</translate>
</translate>
{{clear}}
{{clear}}
<languages/>

Revision as of 00:37, 2 October 2019

(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, see 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.

The FreeCAD module

Base

Vectors

Matrixes

Console module

The FreeCADGui Module

Selection module

Placement

Document Objects

View Objects