Skip to content

Subclass

Latest
Compare
Choose a tag to compare
@gumyr gumyr released this 04 Sep 17:37
· 20 commits to main since this release
a307044

Introduced sub-classing of CadQuery Shape:

  • enhanced the cadquery core to support sub-classes of Shape
  • converted Nut, Screw, Washer, Thread, and Sprocket to sub-classes of Solid
  • converted Bearing to sub-classes of Compound
  • deprecated use of attribute cq_object for sub-classed objects
  • updated documentation, examples, and unit tests
  • added user documentation for custom sub-classes