Adding IntersectingLine Issue #336

This commit is contained in:
gumyr 2023-11-26 11:35:52 -05:00
parent 273277cdf1
commit b18af27e13
9 changed files with 53 additions and 15 deletions

View file

@ -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