https://github.com/flolu/step-occ-instance-ids
Access STEP Instance ID's with PythonOCC
https://github.com/flolu/step-occ-instance-ids
cad occ opencascade python pythonocc step
Last synced: about 1 year ago
JSON representation
Access STEP Instance ID's with PythonOCC
- Host: GitHub
- URL: https://github.com/flolu/step-occ-instance-ids
- Owner: flolu
- Created: 2022-07-24T11:05:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T14:44:19.000Z (over 3 years ago)
- Last Synced: 2025-01-09T06:28:21.069Z (about 1 year ago)
- Topics: cad, occ, opencascade, python, pythonocc, step
- Language: Python
- Homepage: https://stackoverflow.com/q/73026290/8586803
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Question
https://stackoverflow.com/q/73026290/8586803
## Setup
- `conda create --name step-occ-instance-ids -y python=3.9`
- `conda activate step-occ-instance-ids`
- `conda install -c conda-forge -y pythonocc-core=7.5.1 occt=7.5.1`
- `conda install -c conda-forge -y autopep8`
## Usage
- `python main.py`