This page was generated from
docs/documents/notebooks/design/primitives/box.ipynb.
Download notebook -
Download notebook -
BoxΒΆ
[1]:
import ada
[2]:
box = ada.PrimBox("box1", (0,0,0), (1,1,1))
box.show()
[2]:
[1]:
import ada
[2]:
box = ada.PrimBox("box1", (0,0,0), (1,1,1))
box.show()
[2]: