Live data from Hacker News

Viewing profile — Cargo4286

Cargo4286

HN member
Joined
Tue, Jun 04, 2024, 2:15 PM UTC
HN karma
29
Public activity
14 items

About Cargo4286

No profile information was provided.

Recent public activity

  1. comment
    Comment #47804844

    Not perfectly relevant but build123d docs have an example using sympy as part of solving constraints for a design. https://build123d.readthedocs.io/en/latest/tttt.html#t-24-cu...

  2. comment
    Comment #47606887

    Ok here is my result, which matches up well with the examples I have found from McMaster Carr. Note that not all STEP importers are robust enough to deal with files from OCCT based…

  3. comment
    Comment #47596099

    build123d can absolutely accomplish this. I downloaded a STEP file of a self-reversing (diamond) thread part from McMaster Carr for analysis. I will reply when I finish a recreatio…

  4. comment
    Comment #47581917

    Yes, AFAIK you are correct that SCAD is incapable of outputting clean STEP files.

  5. comment
    Comment #47578702

    Also worth looking at this project https://gitlab.com/dmytrylk/solve123d which adds constraints on top of build123d using a jax-based numerical solver.

  6. comment
    Comment #47578485

    This feature technically already exists in build123d + OCP CAD Viewer (ocp_vscode). You can click a feature in GUI and it will copy the index to clipboard, you can then apply e.g. …

  7. comment
    Comment #46790877

    The definition of an ellipsoid is that it can have three independent radii. A revolved ellipse only has two independent radii. If only two independent radii are needed then yes I a…

  8. comment
    Comment #46790680

    Neither Fornjot nor Truck are ready for general use as a BREP CAD kernel.

  9. comment
    Comment #46790642

    Here's an ellipsoid in build123d using geometric transformation of a sphere: from build123d import * mat = Matrix([[2,0,0,0],[0,1.5,0,0],[0,0,0.5,0]]) ellipsoid = Sphere(100).trans…

  10. comment
    Comment #45465524

    >OpenSCAD however fails spectacularly for any kind of complex filetting situation when compared to tools like Fusion or even FreeCAD (FreeCAD's UI is an abomination though). build1…

  11. comment
    Comment #44712669

    You should really look at build123d -- it is a full CAD package including 3D but it also treats 1D and 2D as first class citizens. Your idea about drawing lines is already supporte…

  12. comment
    Comment #44526151

    Fillets in BREP software are so much more complex than this, your statement is a huge oversimplification.

  13. comment
    Comment #42860971

    Have you taken a look at the build123d "algebra API" yet? It is intended to be near zero magic without any of the with blocks from the "builder API". There are algebra and builder …

  14. comment
    Comment #40574905

    Have you taken a look at the build123d "algebra API" yet? It is intended to be near zero magic without any of the with blocks from the "builder API". There are algebra and builder …