mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-06-26 04:28:33 +02:00
Add links
This commit is contained in:
parent
bb7155a5fd
commit
dc0a58c342
9 changed files with 68 additions and 23 deletions
|
@ -9,7 +9,9 @@ from openscad_py.collection import Collection
|
|||
|
||||
|
||||
class Union(Object):
|
||||
"""Represents a union applied to an object (usually a collection of objects)"""
|
||||
"""Represents a union applied to an object (usually a collection of objects).
|
||||
See https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/CSG_Modelling#union
|
||||
"""
|
||||
|
||||
def __init__(self, child: TUnion[Object, list]):
|
||||
self.child = Collection.c(child)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue