File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ SolidPython
2727 things: <#directions-up-down-left-right-forward-back-for-arranging-things> `__
2828 - `Arcs <#arcs >`__
2929 - `Extrude Along Path <#extrude_along_path >`__
30- - `Basic color library <#basic-color-library >`__
3130 - `Bill Of Materials <#bill-of-materials >`__
3231
3332- `solid.screw\_ thread <#solidscrew_thread >`__
387386`solid/examples/path_extrude_example.py <https://github.com/SolidCode/SolidPython/blob/master/solid/examples/path_extrude_example.py >`__
388387for use.
389388
390- Color & Transparency Settings
391- -------------------
392-
393- You can change an object's color by using the OpenSCAD
394- ``color([rgba_array | rgba hex | SVG color name], alpha) `` function:
395-
396- .. code :: python
397-
398- transparent_blue = color([0 ,0 ,1 , 0.5 ])(cube(10 )) # Specify with RGB[A]
399- purple_obj = color(' MediumPurple' )(cube(10 )) # Or use predefined SVG colors
400-
401- OpenSCAD natively accepts the W3C's `SVG Color Names <https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#color >`__
402-
403389Bill Of Materials
404390-----------------
405391
You can’t perform that action at this time.
0 commit comments