Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Comments
There are two. Though I have not tested either really. So let me know how they go if you are able to get in.
https://forum.onshape.com/discussion/comment/111259…
https://forum.onshape.com/discussion/comment/112355…
Though I recommend not wasting your time. At the moment the AI will not take the place of a developer. You will have to learn FeatureScript, then use the bot to help you code faster, but it won't replace you yet. Eventually yes, but not for the next few years.
You could have CADSharp write your feature. They are very fast and do not outsource to sketchy places. Their contractors are mostly US / Canada based.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Somebody tried Deepseek???
Wow @dirk_van_der_vaart I'm impressed! It did this first try:
https://cad.onshape.com/documents/e693b6a0d111676e610db187/w/b92d57bca52b0314a59f835e/e…
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
I guess it's just a matter of time for LLMs to get better at FeatureScript. I really hope there are people at PTC/Onshape working on integrating some LLM with the FeatureScript editor. Having it get the errors and debug results seems like we could close the loop more quickly.
Its going to be a long time until a LLM can produce a useful featurescript. Until then its actually bringing in more work for me. I'm getting lots of requests from new customers who tried to use AI to write the feature - failed - and then decided it was worth paying a professional to make the feature.
@maciek it might be helpful to the community to share where you found this freelancer so that others in the future could avoid being scammed.
Custom FeatureScript and Onshape Integrated Applications
A lot of errors, but finally it works.
I find that the state of programming LLMs right now basically requires you to know how to program in the language already to get good results out of them, and that's not really an accident because their best training data samples are going to be the ones which include the language used by experts in any particular field. This means that the people least in need of the help from an LLM are the most effective at getting what they're looking for, while the people most in need of the help don't even know what to ask.
FWIW, Chatgpt appears to "know" it. I haven't tested it as yet, but I use it for my other code monke projects.