Skip to content

RimoVR/SolidMesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stl-prismatic-converter

Convert watertight CAD-like STL meshes into analytic B-Rep/STEP using OpenCascade via the cadquery-ocp-novtk bindings. Runs a local web UI that visualizes detection steps in real time.

Quick start

uvx --from . stl2step
# or from git once published
uvx --from git+https://github.com/<owner>/<repo>@main stl2step

Then upload an STL in the browser and start conversion. Download the resulting STEP.

Development

python -m venv .venv
source .venv/bin/activate
pip install -e .
pytest

Notes

  • Uses only pip-installable dependencies; no pythonocc.
  • Uses FastAPI+uvicorn for the UI backend, three.js for visualization.
  • Geometry handled analytically; no machine learning.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published