sree314 / stepcvt

Generate STL files for 3D printing from STEP files
2 stars 0 forks source link

Generate test assemblies using CADQuery #13

Closed sree314 closed 8 months ago

sree314 commented 9 months ago

We'll need test STEP models for running our tests. Although we can use existing STEP models, we'll create a few simple models to keep our tests running fast and to avoid downloads.

Create a models.py file in the tests directory with a function per model. Each function should return a CADQuery assembly. You can use the tutorial models in CADQuery to start with.

ymh1003 commented 8 months ago

I've created a pull request with 3 models. I will add more but I'm not sure how simple these test models should be. Is the level of these 3 models fine or should I make it lower/higher?

sree314 commented 8 months ago

Done.