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.
_anton 
Reactions
-
Re: Improvements to Onshape - March 29th, 2021
If you're editing a feature, it'll go above the feature. Else, it'll go right before the rollback bar. (View Post)2 -
Re: what part of the Variable code creates "Update all references"?
Good question - it's a bit of special UI that appears if you have UIHint.VARIABLE_NAME. (View Post)3 -
Re: Create a plane that is oriented perpendicular to one end of a selected curve/spline?
Our Plane feature (cplane.fs) uses evEdgeTangentLine to get a line tangent to the curve at a particular parameter (0 or 1 in this case) and then constructs a plane using its origin and normal. See he… (View Post)2 -
Re: Query Bodies Created by OpSplitByPart
Try qSplitBy. (View Post)2 -
Re: Simple Math with Variables
The setVariable calls store a variable value in the context. You can use getVariable to retrieve the values. E.g., const Hmax = getVariable(context, "Hmax"); const Hmin = getVariable(contex… (View Post)1


















