Skip to content

MoreInterest/cad_volume

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.1%
  • Ruby 33.9%