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.
kevin_o_toole_1 
Reactions
-
Re: qFarthestAlong not behaving as expected
Hey all, Thanks for finding and reporting this. Yes, this is definitely a bug on our end, and looks precisely as you described it: qFarthestAlong is always doing the opposite of what is documented. P… (View Post)8 -
Re: Query for X-Axis of a Plane
My mistake, I misread your script. You'll want the first argument to those functions to be id + "sketch" FeatureScript has two different kinds of "id" - operation ids use the… (View Post)2 -
FeatureScript Profiler discussion
Hey FeatureScript authors, We're happy this week to have released the FeatureScript profiler, Onshape's tool for viewing timing data for individual execution steps inside your custom featur… (View Post)1 -
Re: "Feature Name Template": "Name " + Correlative number
You can, from within the feature, use setFeatureComputedParameter to set a parameter named, e.g. "index", then access that value in your template string as "#index". If you want t… (View Post)2 -
Re: Request for help - FeatureScript
* FeatureScript id's are hierarchical, so if you do qCreatedBy(sketchId), you'll also get qCreatedBy(sketchId + "revolve1"). I suggest changing the id of your revolve to id + &quo… (View Post)1






















