sree314 / stepcvt

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

Implement CADSource #10

Closed sree314 closed 8 months ago

sree314 commented 9 months ago

The tests are in test_cadsource.py.

This involves the to_dict and from_dict functions.

The to_dict function needs to be path aware, check the tests for more information.