Skip to content

mirmik/servoce

Repository files navigation

This library is part of zencad project.

Deprecated from zencad 1.0.0. Will be archived.

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

About

occ wraper to typical operations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages