This page was generated from
docs/documents/notebooks/design/primitives/cylinder.ipynb.
Download notebook -
Download notebook -
CylinderΒΆ
[1]:
import ada
[2]:
cyl = ada.PrimCyl("cyl1", (0,0,0), (0,0,1), 0.1)
cyl.show()
[2]:
[1]:
import ada
[2]:
cyl = ada.PrimCyl("cyl1", (0,0,0), (0,0,1), 0.1)
cyl.show()
[2]: