This page was generated from docs/documents/notebooks/design/primitives/cylinder.ipynb.
Interactive online version: Binder badge - Download notebook -

Cylinder

[1]:
import ada
[2]:
cyl = ada.PrimCyl("cyl1", (0,0,0), (0,0,1), 0.1)
cyl.show()
[2]: