OCCWL is a simple, lightweight Pythonic wrapper around pythonocc (python bindings for OpenCascade).
This is modified library, install python-occ manually.
from occwl.solid import Solid
from occwl.viewer import Viewer
box = Solid.make_box(10, 10, 10)
v = Viewer()
v.display(box)
v.fit()
v.show()should display a box:
More examples are available in the examples folder.
Please see here for information useful for developers and maintainers of OCCWL. This includes details on how to run tests and publish the conda package.
- Pradeep Kumar Jayaraman (pradeep.kumar.jayaraman@autodesk.com)
- Joseph Lambourne (joseph.lambourne@autodesk.com)
