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: Simple Math with Variables
So the getVariable call just returns the value (or throws, if it's not defined - see here). You could also write setVariable(context, "Hrange", getVariable(context, "Hmax") -… (View Post)1 -
Re: Can't Sketch on Plane Created with opPlane
Morning! The issue is where you're placing the sketch: "sketchPlane" : qCreatedBy(makeId("plane1"), EntityType.FACE) Try replacing the makeId("plane1") with id + &q… (View Post)1 -
Re: computing tangent vectors on start of spline [for newbie]
There's a similar example here. Essentially, you'd take a query for edges, evaluate it, loop over the result, and use evEdgeTangentLines with parameters 0 and 1 to get the tangent vectors. (View Post)1 -
Re: Center of Gravity Calculated with Featurescript
If I understand correctly, you need to select edges of a sketch, give them individual masses, and compute the overall centroid? You could do something like the following, if you don't mind enter… (View Post)2 -
Re: grid of points inside a body by FS
Hey! Without too much optimization nor fiddling, I'd do something like the following feature. I'm computing the bounding box, the number of steps on each axis, and the corresponding point (… (View Post)1


















