Reinforcement API: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{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|(November 2018) The [[Reinforcement_Workbench|Reinforcement Workbench]] is developed separately from the [[Arch_Workbench|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.}}


<!--T:2-->
<!--T:2-->
See also the [[Arch API]] for the main [[Arch Workbench]] functions.
See also the [[Arch_API|Arch API]] for the main [[Arch_Workbench|Arch Workbench]] functions.


<!--T:3-->
<!--T:3-->
The functions of the API can be used in [[macros]] and from the [[Python]] console once the respective module has been imported.
The functions of the API can be used in [[Macros|macros]] and from the [[Python|Python]] console once the respective module has been imported.

</translate>
</translate>
{{Code|code=
{{Code|code=
Line 18: Line 19:
import HelicalRebar
import HelicalRebar
}}
}}
<translate>


{{Arch Tools navi{{#translation:}}}}
<!--T:4-->
{{Userdocnavi{{#translation:}}}}
{{Arch Tools navi}}
[[Category:API{{#translation:}}]]

[[Category:Reinforcement{{#translation:}}]]
<!--T:5-->
[[Category:API]]
[[Category:Poweruser Documentation{{#translation:}}]]

<!--T:6-->
[[Category:Reinforcement]]

<!--T:7-->
[[Category:Poweruser Documentation]]
</translate>

Latest revision as of 14:59, 10 March 2024

Other languages:
(November 2018) The Reinforcement Workbench is developed separately from the Arch Workbench. Its code and API is hosted in the FreeCAD-Reinforcement repository, which is separate from the main FreeCAD repository.

See also the Arch API for the main Arch Workbench functions.

The functions of the API can be used in macros and from the Python console once the respective module has been imported.

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