mozman / ezdxf

Python interface to DXF
https://ezdxf.mozman.at
MIT License
937 stars 191 forks source link

Update old name in PyCSG doc #1009

Closed hu-xiaonan closed 10 months ago

hu-xiaonan commented 10 months ago

Update the old name MeshBuilder.render to MeshBuilder.render_mesh in PyCSG doc.

By the way, the performance of PyCSG in the doc seems outdated. I ran the example "Menger Sponge Level 3 vs Sphere" (on a laptop with Core i5-8250U @ 3.4GHz, Windows 10, CPython 3.8.1, ezdxf 1.1.4) and the runtime is about 8.5 seconds, which is much faster than the 60 seconds mentioned in the doc.