mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Resolve #1019 and other spelling
This commit is contained in:
parent
742a3dccb3
commit
82d0af35e7
2 changed files with 22 additions and 22 deletions
|
|
@ -549,7 +549,7 @@ Stud Wall
|
|||
.. image:: assets/examples/stud_wall.png
|
||||
:align: center
|
||||
|
||||
This example demonstrates creatings custom `Part` objects and putting them into
|
||||
This example demonstrates creating custom `Part` objects and putting them into
|
||||
assemblies. The custom object is a `Stud` used in the building industry while
|
||||
the assembly is a `StudWall` created from copies of `Stud` objects for efficiency.
|
||||
Both the `Stud` and `StudWall` objects use `RigidJoints` to define snap points which
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ flanges are attached to the ends of a curved pipe:
|
|||
|
||||
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 its
|
||||
poosition. Also note that the ``WeldNeckFlange`` class predefines two joints, one at the pipe end and
|
||||
position. 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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue