mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Added FilletPolyline docs
This commit is contained in:
parent
83c0a53e92
commit
489fcb02f9
7 changed files with 106 additions and 26 deletions
|
|
@ -96,6 +96,13 @@ The following objects all can be used in BuildLine contexts. Note that
|
|||
+++
|
||||
Elliptical arc defined by center, radii & angles
|
||||
|
||||
.. grid-item-card:: :class:`~objects_curve.FilletPolyline`
|
||||
|
||||
.. image:: assets/filletpolyline_example.svg
|
||||
|
||||
+++
|
||||
Polyline with filleted corners defined by pts and radius
|
||||
|
||||
.. grid-item-card:: :class:`~objects_curve.Helix`
|
||||
|
||||
.. image:: assets/helix_example.svg
|
||||
|
|
@ -175,6 +182,7 @@ Reference
|
|||
.. autoclass:: Bezier
|
||||
.. autoclass:: CenterArc
|
||||
.. autoclass:: EllipticalCenterArc
|
||||
.. autoclass:: FilletPolyline
|
||||
.. autoclass:: Helix
|
||||
.. autoclass:: JernArc
|
||||
.. autoclass:: Line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue