mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Adding IntersectingLine Issue #336
This commit is contained in:
parent
273277cdf1
commit
b18af27e13
9 changed files with 53 additions and 15 deletions
|
|
@ -111,6 +111,13 @@ The following objects all can be used in BuildLine contexts. Note that
|
|||
+++
|
||||
Helix defined pitch, radius and height
|
||||
|
||||
.. grid-item-card:: :class:`~objects_curve.IntersectingLine`
|
||||
|
||||
.. image:: assets/intersecting_line_example.svg
|
||||
|
||||
+++
|
||||
Intersecting line defined by start, direction & other line
|
||||
|
||||
.. grid-item-card:: :class:`~objects_curve.JernArc`
|
||||
|
||||
.. image:: assets/jern_arc_example.svg
|
||||
|
|
@ -185,6 +192,7 @@ Reference
|
|||
.. autoclass:: EllipticalCenterArc
|
||||
.. autoclass:: FilletPolyline
|
||||
.. autoclass:: Helix
|
||||
.. autoclass:: IntersectingLine
|
||||
.. autoclass:: JernArc
|
||||
.. autoclass:: Line
|
||||
.. autoclass:: PolarLine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue