Reinforcement API/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{VeryImportantMessage|(November 2018) The [[Reinforcement Addon]] is developed separately from the [[Arch Workbench]]. Its code and API is hosted in the [https://github.com/amrit3701/FreeCAD-Reinforcement FreeCAD-Reinforcement] repository, which is separate from the main FreeCAD repository.}}
{{VeryImportantMessage|(Novembre 2018) L'[[Reinforcement_Workbench/fr|atelier Reinforcement]] a été développé séparément de l'[[Arch_Workbench/fr|atelier Arch]]. Son code et son API sont hébergés dans le dépôt [https://github.com/amrit3701/FreeCAD-Reinforcement FreeCAD-Reinforcement], distinct du dépôt principal FreeCAD.}}


Voir aussi [[Arch_API/fr|Arch API]] pour les principales fonctions de l'[[Arch_Workbench/fr|atelier Arch]].
See also the [[Arch API]] for the main [[Arch Workbench]] functions.

Les fonctions de l'API peuvent être utilisées dans des [[Macros/fr|macros]] et depuis la console [[Python/fr|Python]] une fois que le module respectif a été importé.


The functions of the API can be used in [[macros]] and from the [[Python]] console once the respective module has been imported.
{{Code|code=
{{Code|code=
import StraightRebar
import StraightRebar
Line 14: Line 15:
}}
}}


{{Arch Tools navi/fr}}
{{Arch Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

[[Category:API/fr]]
[[Category:API{{#translation:}}]]
[[Category:Reinforcement{{#translation:}}]]

[[Category:Reinforcement/fr]]
[[Category:Poweruser Documentation{{#translation:}}]]

[[Category:Poweruser Documentation/fr]]

Latest revision as of 20:52, 11 March 2024

Other languages:
(Novembre 2018) L'atelier Reinforcement a été développé séparément de l'atelier Arch. Son code et son API sont hébergés dans le dépôt FreeCAD-Reinforcement, distinct du dépôt principal FreeCAD.

Voir aussi Arch API pour les principales fonctions de l'atelier Arch.

Les fonctions de l'API peuvent être utilisées dans des macros et depuis la console Python une fois que le module respectif a été importé.

import StraightRebar
import UShapeRebar
import LShapeRebar
import BentShapeRebar
import Stirrup
import HelicalRebar