bogumilchilinski / dgeometry

MIT License
3 stars 0 forks source link

Classes for simple (simplified) axially-symmetric elements #5

Closed bogumilchilinski closed 1 year ago

bogumilchilinski commented 1 year ago

Simplified classes of shafts and sleeves are needed to prepare examples/training cases for Engineering Drawing quizzes. The initial implementation is done in the following code:

https://github.com/bogumilchilinski/dgeometry/blob/35f1c85b6aaa740479c2b43bbecd7cf97cba2ea1/cases/drawings.py#L721-L727

Class mentioned inherits from SleeveSketch but it has less steps which creates inner and outer profile due to different numbers in steps_no and holes_no dictionaries.

There is a need of implementation of:

Other classes (regarding further needs) will be added here.

Eratostenes commented 1 year ago

Done