Opus 4.7

Might be interesting if you created a coding interface to work with Opus 4.7, similar to what is available in onshape.

Thanks

SharpR3D is a different CAD/CAM platform focused on rapid prototyping and 3D printing, and there’s no public evidence that Claude Opus 4.7 has a built-in integration with it. However, since Opus 4.7 is a strong coding and agentic model, it could theoretically generate G-code or CAD script for any supported format if you provided it with the correct toolchain context (e.g., “generate G-code for a SharpR3D-compatible STL file”).

.STEP files are text so you may be able to generate some that way. I’ve seen several tools recent at some conferences that use text to generated parasolid designs. The one that seemed besed was sponsored by Siemens of course. But last I saw they are still not great but they do show promise.

I’ve been passively working (for a long time now) to generate parasolid file from an STL or point cloud. It is not easy at all. But I am starting to think it is possible now.