mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Added the Triangle Sketch object
This commit is contained in:
parent
0bdaabbb2f
commit
4f79ce745c
8 changed files with 140 additions and 2 deletions
|
|
@ -329,6 +329,12 @@ Reference
|
|||
+++
|
||||
Trapezoid defined by width, height and interior angles
|
||||
|
||||
.. grid-item-card:: :class:`~objects_sketch.Triangle`
|
||||
|
||||
.. image:: assets/triangle_example.svg
|
||||
|
||||
+++
|
||||
Triangle defined by one side & two other sides or interior angles
|
||||
|
||||
|
||||
Reference
|
||||
|
|
@ -353,6 +359,7 @@ Reference
|
|||
.. autoclass:: drafting.TechnicalDrawing
|
||||
.. autoclass:: Text
|
||||
.. autoclass:: Trapezoid
|
||||
.. autoclass:: Triangle
|
||||
|
||||
3D Objects
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue