Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 844 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 844 Bytes

Build Release GitHub license

STEP TO GDML CONVERTER

A project to convert STEP files to GDML files in a clean and fast fashion.

Errors may occur if $CASROOT can not be found. Either set it to the root location of OpenCASCADE or edit step-gdml.pro.

Requirements:

  • Qmake (tested with 2.01a)
  • Qt4 or Qt5 (tested with 4.8.7)
  • OpenCASCADE (tested with 7.4.0)

Installation:

qmake ./step-gdml.pro
make -j

Run

./step-gdml

Supported Platform

  • Linux (tested with Ubuntu 18.04)