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: UI scripting
Editing logic does exactly that. Documentation is coming, but meanwhile this forum post is a good start: https://forum.onshape.com/discussion/2695/can-someone-explain-editing-logic-function-to-me (View Post)1 -
Re: simple manipulator tutorial?
Here a quick example of a manipulator (coming soon to a documentation page near you!) annotation { "Feature Type Name" : "Fake extrude", "Manipulator Change Function" : … (View Post)1 -
Re: query bodies created by boolean?
One way would be to query for the new faces, edges, etc., and the query for their owner bodies. So something like qOwnerBody(qCreatedBy(id + "boolean")) Naturally this will fail if the bool… (View Post)2 -
Re: move part to x axis
Better yet, you could try a transform by mate connectors. Place one connector where you want the XY-plane/origin of the print to be, and the other connector on the default origin. (View Post)1 -
Re: How do i create a new unit of measure?
1) If you just want a variable which behaves properly in FS, you can make one by dividing by the proper units, e.g. var threadSpacing = 25 / inch; To make such a variable a user input: A generic valu… (View Post)6






















