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.
NeilCooke 
Reactions
-
Re: I need a little help
Compare and contrast - this is why you should not use ChatGPT, it's not even close… FeatureScript 2615; import(path : "onshape/std/common.fs", version : "2615.0"); annotation { &q… (View Post)3 -
Re: Help! Challenge: Fretboard Generation
I wouldn't use variables at all. Do it all in the feature. You can select (or create) the fretboard and either select a modelled fret or even better, create the fret in the feature then use opPattern… (View Post)1 -
Re: I need a little help
Also, no such keywords as LengthParameter, IntegerParameter, VectorParameter Use the code snippets in the menu at the top of the Feature Studio for the correct syntax, (View Post)3 -
Re: I need a little help
Looks like ChatGPT to me - don't trust it. Should be: export const GridGenerator = defineFeature(function(context is Context, id is Id, definition is map) { (View Post)2 -
Re: Custom Feature: Cable/Wire Routing
@S1mon built-in applications for piping, tubing and wiring and their industry-specific workflows are certainly not imminent. It is recommended to use the Routing curve for simple wiring applications … (View Post)1