mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Replace centered with align in BuildPart
This commit is contained in:
parent
e3db219b56
commit
0ee290c816
22 changed files with 1107 additions and 1116 deletions
|
|
@ -35,11 +35,11 @@ appropriate ``parent`` and ``children`` attributes as shown here:
|
|||
.. literalinclude:: tutorial_joints.py
|
||||
:lines: 289-290
|
||||
|
||||
To display the structure of an assembly ``Compound``, the :meth:`~direct_api.Shape.show_structure`
|
||||
To display the topology of an assembly ``Compound``, the :meth:`~direct_api.Shape.show_topology`
|
||||
method can be used as follows:
|
||||
|
||||
.. literalinclude:: tutorial_joints.py
|
||||
:lines: 289-291
|
||||
:lines: 293-295
|
||||
:emphasize-lines: 3
|
||||
|
||||
which results in:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue