Reinforcement API: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--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 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.}}


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


<!--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]] and from the [[Python]] console once the respective module has been imported.
</translate>
</translate>
Line 15: Line 18:
import HelicalRebar
import HelicalRebar
}}
}}
<translate>


{{Arch Tools navi}}


[[Category:API]]


{{Arch Tools navi{{#translation:}}}}
[[Category:Reinforcement]]
{{Userdocnavi{{#translation:}}}}

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

Revision as of 22:57, 26 February 2020

Other languages:
(November 2018) The Reinforcement Addon 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