mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-07-19 18:34:44 +02:00
Add links
This commit is contained in:
parent
bb7155a5fd
commit
dc0a58c342
9 changed files with 68 additions and 23 deletions
|
@ -8,7 +8,9 @@ from openscad_py.object_ import Object
|
|||
|
||||
|
||||
class Translate(Object):
|
||||
"""Represents a translation transformation applied to an object"""
|
||||
"""Represents a translation transformation applied to an object.
|
||||
See https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#translate
|
||||
"""
|
||||
|
||||
def __init__(self, v: TUnion[list, Point], child: Object):
|
||||
self.v = Point.c(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue