boxespy/documentation/src/api_existing_parts.rst

28 lines
847 B
ReStructuredText
Raw Normal View History

Existing Parts
--------------
A couple of commands can create whole parts like walls. Typically the
2020-02-23 13:57:39 +01:00
sizes given are the inner dimension not including additional space
needed for burn compensation or joints.
Currently there are the following parts:
.. automethod:: boxes.Boxes.rectangularWall
.. automethod:: boxes.Boxes.flangedWall
.. automethod:: boxes.Boxes.rectangularTriangle
.. automethod:: boxes.Boxes.regularPolygonWall
2022-12-04 00:29:04 +01:00
.. automethod:: boxes.Boxes.polygonWall
.. automethod:: boxes.Boxes.roundedPlate
.. automethod:: boxes.Boxes.surroundingWall
Parts Class
...........
2022-12-28 17:03:26 +01:00
More parts are available in a separate class. An instance is available as
**Boxes.parts**
.. automethod:: boxes.parts.Parts.disc
.. automethod:: boxes.parts.Parts.waivyKnob
.. automethod:: boxes.parts.Parts.concaveKnob
.. automethod:: boxes.parts.Parts.ringSegment