mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-06-23 19:18:33 +02:00
Documentation
This commit is contained in:
parent
9d24a2c85f
commit
bb7155a5fd
25 changed files with 88 additions and 21 deletions
|
@ -119,6 +119,7 @@ class PathTube(Object):
|
|||
return Polyhedron.tube(points=points_rows, convexity=self.convexity, make_torus=self.make_torus)
|
||||
|
||||
def render(self) -> str:
|
||||
"""Render the object into OpenSCAD code"""
|
||||
return self.process().render()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue