Update documentation for fingerHolesAt() -> FingerHoles change
This commit is contained in:
parent
8cd295328c
commit
15d2fbfeb9
|
@ -151,12 +151,19 @@ coordinates passed as parameters. All of them are either som sort of
|
||||||
hole or text. These artefacts are placed somewhere independently of
|
hole or text. These artefacts are placed somewhere independently of
|
||||||
some continuous outline of the part their on.
|
some continuous outline of the part their on.
|
||||||
|
|
||||||
.. automethod:: boxes.Boxes.fingerHolesAt
|
|
||||||
.. automethod:: boxes.Boxes.hole
|
.. automethod:: boxes.Boxes.hole
|
||||||
.. automethod:: boxes.Boxes.rectangularHole
|
.. automethod:: boxes.Boxes.rectangularHole
|
||||||
.. automethod:: boxes.Boxes.text
|
.. automethod:: boxes.Boxes.text
|
||||||
.. automethod:: boxes.Boxes.NEMA
|
.. automethod:: boxes.Boxes.NEMA
|
||||||
|
|
||||||
|
An instance of
|
||||||
|
|
||||||
|
.. autoclass:: boxes.edges.FingerHoles
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
is accessible as **Boxes.fingerHolesAt**.
|
||||||
|
|
||||||
|
|
||||||
Hexagonal Hole patterns
|
Hexagonal Hole patterns
|
||||||
.......................
|
.......................
|
||||||
|
|
||||||
|
|
|
@ -67,10 +67,12 @@ useful for inner walls.
|
||||||
|
|
||||||
In addition there is
|
In addition there is
|
||||||
|
|
||||||
.. automethod:: boxes.Boxes.fingerHolesAt
|
.. autoclass:: boxes.edges.FingerHoles
|
||||||
|
|
||||||
which is no Edge but fits ``FingerJointEdge``.
|
which is no Edge but fits ``FingerJointEdge``.
|
||||||
|
|
||||||
|
An instance of is accessible as **Boxes.fingerHolesAt**.
|
||||||
|
|
||||||
Finger Joint Settings
|
Finger Joint Settings
|
||||||
.....................
|
.....................
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue