jdlubrano / cad_volume

Calculate the volume of a STEP file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STEP File Volume

Description

Performs volume calculations on STEP files

Setup

Python Version: 2.7.11

These scripts require the Python OCC library

Using Miniconda for installation is probably the easiest

Install Dependencies

sudo apt-get install liboce-ocaf-dev
sudo apt-get install swig3.0

Install Miniconda:

curl https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh > install_miniconda.sh
bash install_miniconda.sh

Install Python OCC: conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core

About

Calculate the volume of a STEP file

License:MIT License


Languages

Language:Python 69.1%Language:Ruby 30.9%