Live data from Hacker News

Viewing profile — guso78

guso78

HN member
Joined
Sun, Sep 15, 2024, 7:48 PM UTC
HN karma
3
Public activity
2 items

About guso78

No profile information was provided.

Recent public activity

  1. comment
    Comment #41554468

    Triangles quite low level internal data. mesh could output also 4 point polygons on occasion. of course we can add an parameter to mesh to let pythonscad combine the faces as mush …

  2. comment
    Comment #41549826

    This is not true anymore with PythonSCAD. There is a mesh() function which can yield the points and triangles from any Object. The User is free to modify these points and faces and…