sree314 / stepcvt

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

Level 2 Deserialization #63

Closed redrn closed 7 months ago

redrn commented 7 months ago

Level 2 deserialization loads the json config without loading the STEP files. This would be done by having load function for every classes.

sree314 commented 7 months ago

I added preliminary tests for this functionality in the test_load.py file.

The idea is that top-level project load() function will pass the path down to load() function of a cadsource object.

@skriegsman, you should implement the project load() function.

@Asai-Yume, you should implement the cadsource load() function

sree314 commented 7 months ago

This is all on the cli branch.

@redrn, can you serve as reviewer for the code and merge it into cli?

skriegsman commented 7 months ago

Added load() method to proj class in commit da35c113905f4d05defaf2ef54bb028f425dc312