Skip to main content

CAD system for righteous zen programmers

Project description

This library is part of zencad project. Servoce wraps opencascade core for integrate with zencad.

Status:
- master
- dev

ZenCad

Install from PyPi.

python3 -m pip install pyservoce

Install from Source Code.

  1. Get Dependies. (OCCT, PyBind11, Licant)
sudo add-apt-repository ppa:freecad-maintainers/occt-releases -y
sudo add-apt-repository ppa:freecad-maintainers/freecad-stable -y
sudo apt-get update
sudo apt install -y libocct-foundation-7.3 libocct-ocaf-7.3 libocct-data-exchange-7.3 libocct-foundation-dev libocct-ocaf-dev libocct-data-exchange-dev
sudo apt install -y python3-pybind11
python3 -m pip install licant --user
  1. Get source code
git clone https://github.com/mirmik/servoce --recursive
cd servoce
  1. Install as python package from sources.
python3 ./setup.py install --user
  1. Install as dynamic library with CMake.
source ./tools/set_occt_paths.sh
cmake .
cmake --build
cmake --build . --target install
  1. Install as dynamic library with Licant.
./make.py
sudo ./make.py install

Depend repositories:

https://github.com/mirmik/igris
https://github.com/mirmik/nos
https://github.com/mirmik/licant

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pyservoce-1.15.1-cp38-cp38-manylinux1_x86_64.whl (54.2 MB view hashes)

Uploaded CPython 3.8

pyservoce-1.15.1-cp37-cp37m-manylinux1_x86_64.whl (54.3 MB view hashes)

Uploaded CPython 3.7m

pyservoce-1.15.1-cp36-cp36m-manylinux1_x86_64.whl (54.3 MB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page