first commit

This commit is contained in:
Yuki-Kokomi
2024-08-07 10:07:38 +08:00
committed by GitHub
commit 7b6e0703c2
15 changed files with 2069 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# OpenECADv2toSTEP
## Prerequisites
- Linux
- Python 3.10
## Dependencies
Install python package dependencies through pip:
```bash
$ pip install -r requirements.txt
```
Install [pythonocc](https://github.com/tpaviot/pythonocc-core) (OpenCASCADE) by conda:
```bash
$ conda install -c conda-forge pythonocc-core=7.5.1
```
## Usage
```bash
python py2step.py --src examples/ -o outputs/
```