Yuki-Kokomi 7b6e0703c2 first commit
2024-08-07 10:07:38 +08:00
2024-08-07 10:07:38 +08:00
2024-08-07 10:07:38 +08:00
2024-08-07 10:07:38 +08:00
2024-08-07 10:07:38 +08:00
2024-08-07 10:07:38 +08:00

OpenECADv2toSTEP

Prerequisites

  • Linux
  • Python 3.10

Dependencies

Install python package dependencies through pip:

$ pip install -r requirements.txt

Install pythonocc (OpenCASCADE) by conda:

$ conda install -c conda-forge pythonocc-core=7.5.1

Usage

python py2step.py --src examples/ -o outputs/
Description
Convert the output of the OpenECADv2 model to a STEP file.
Readme 48 KiB
Languages
Python 100%