This commit is contained in:
gumyr 2023-08-20 10:31:39 -04:00
parent a016a78917
commit 15ba701f64

View file

@ -67,7 +67,7 @@ flanges are attached to the ends of a curved pipe:
.. literalinclude:: rigid_joints_pipe.py
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
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).