mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Fix typo
This commit is contained in:
parent
a016a78917
commit
15ba701f64
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ flanges are attached to the ends of a curved pipe:
|
||||||
.. literalinclude:: rigid_joints_pipe.py
|
.. literalinclude:: rigid_joints_pipe.py
|
||||||
|
|
||||||
Note how the locations of the joints are determined by the :meth:`~topology.Mixin1D.location_at` method
|
Note how the locations of the joints are determined by the :meth:`~topology.Mixin1D.location_at` method
|
||||||
and how the ``-`` negate operator is used to reverse the direction of the location without changing it's
|
and how the ``-`` negate operator is used to reverse the direction of the location without changing its
|
||||||
poosition. Also note that the ``WeldNeckFlange`` class predefines two joints, one at the pipe end and
|
poosition. Also note that the ``WeldNeckFlange`` class predefines two joints, one at the pipe end and
|
||||||
one at the face end - both of which are shown in the above image (generated by ocp-vscode with the
|
one at the face end - both of which are shown in the above image (generated by ocp-vscode with the
|
||||||
``render_joints=True`` flag set in the ``show`` function).
|
``render_joints=True`` flag set in the ``show`` function).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue