Remix.run Logo
lagrange77 2 hours ago

> Which CAD program?

Doesn't matter. CAD models/objects are represented by a sequence of operations on a primitive or sketch. Unlike meshes, that describe the manifested resulting shape of objects in 3D programs like Blender.

So it's about the fact, that their model outputs that hierarchy of operations. The history of development, not just the result.

SchemaLoad 2 hours ago | parent | next [-]

How does it not matter? Every CAD program is not going to have exactly the same interface and commands. I doubt for example this will for example generate and OpenSCAD text file.

plumeria 2 hours ago | parent [-]

It could be used as pseudo-code for LLMs to produce specific CAD commands?

SchemaLoad an hour ago | parent [-]

It could be anything which is why the question was asked what it actually outputs. I had a skim through the page and code but couldn't see what the output was.

itishappy 26 minutes ago | parent | prev | next [-]

Nothing stops you from storing a history of mesh operations. This is exactly what modifiers (including geometry nodes) do in Blender today.

an hour ago | parent | prev [-]
[deleted]