gumyr / build123d

A python CAD programming library
Apache License 2.0
386 stars 72 forks source link

Add Face.make_bezier_surface() to docs and make sure it is properly declared #593

Closed jdegenstein closed 3 months ago

jdegenstein commented 3 months ago

Per PR which added Face.make_bezier_surface() https://github.com/gumyr/build123d/pull/552

Face.make_bezier_surface() does not show up in this part of the docs https://build123d.readthedocs.io/en/latest/direct_api_reference.html#topology.Face.make_rect

I suspect there may be other areas this needs to be added as well.

jdegenstein commented 3 months ago

Closed as this issue was raised in error, it DOES show up at the link above.