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: Error in parameter type for addInstance
The overloads for addInstance() include a 3-argument version using a BuildFunction (where the third argument is a map containing e.g. a transform or a part query), as well as 2- and 3-argument versio… (View Post)1 -
Re: qFarthestAlong producing unexpected results
Hi Aaron! qFarthestAlong() considers the furthest extent of every entity, so those two side edges are equally as far along that vector as the end edge. To handle ties like this, qFarthestAlong() just… (View Post)6 -
Re: unable to trim 1 beam, but another work
Okay. I've discovered the cause of the bug, and we'll need to update the beams feature to fix it. In the meantime, you can work around this issue by creating another (seemingly identical!) plane with… (View Post)1 -
Re: Looking for a snippet that will cycle through all points in a nominated sketch
If you created the sketch in the current feature (and have its id) this should be just for (var point in evaluateQuery(context, qCreatedBy(id + "sketch1", EntityType.VERTEX))) { ... (View Post)6 -
Re: Measurement Tool Feature
Hmm, you're right. Looks like that isn't exposed in the API at the moment. You can, of course, remove the instance and add it again at a new configuration, but that loses existing mates. Please post … (View Post)1