sree314 / stepcvt

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

Implement PartInfo #9

Closed sree314 closed 8 months ago

sree314 commented 9 months ago

The tests are in test_part_info.py.

This involves the conversion to and from dictionaries, but in particular, since partinfo can contain objects of different types, the correct from_dict must be called in from_dict.

sree314 commented 8 months ago

Done.