Skip to content
 
 

Repository files navigation

OCC Wrapper Library

Docs

OCCWL is a simple, lightweight Pythonic wrapper around pythonocc (python bindings for OpenCascade).

This is modified library, install python-occ manually.

Hello world

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:

hello world viewer

More examples are available in the examples folder.

Developing and maintaining OCCWL

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.

Maintainers

About

Lightweight Pythonic wrapper around pythonocc

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages