mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -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
|
|
@ -16,8 +16,9 @@ Selector Methods
|
|||
Enums
|
||||
*****
|
||||
|
||||
.. py:module:: build_common
|
||||
.. py:module:: build_enums
|
||||
|
||||
.. autoclass:: Align
|
||||
.. autoclass:: FontStyle
|
||||
.. autoclass:: GeomType
|
||||
.. autoclass:: Halign
|
||||
|
|
@ -30,6 +31,22 @@ Enums
|
|||
.. autoclass:: Until
|
||||
.. autoclass:: Valign
|
||||
|
||||
**********
|
||||
Workplanes
|
||||
**********
|
||||
|
||||
.. py:module:: build_common
|
||||
|
||||
.. autoclass:: Workplanes
|
||||
|
||||
*********
|
||||
Locations
|
||||
*********
|
||||
|
||||
.. autoclass:: build_common::Locations
|
||||
.. autoclass:: build_common::GridLocations
|
||||
.. autoclass:: build_common::HexLocations
|
||||
.. autoclass:: build_common::PolarLocations
|
||||
|
||||
******************************
|
||||
Generic Objects and Operations
|
||||
|
|
@ -98,6 +115,7 @@ Objects
|
|||
.. autoclass:: Ellipse
|
||||
.. autoclass:: Polygon
|
||||
.. autoclass:: Rectangle
|
||||
.. autoclass:: RectangleRounded
|
||||
.. autoclass:: RegularPolygon
|
||||
.. autoclass:: SlotArc
|
||||
.. autoclass:: SlotCenterPoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue