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.
Jake_Rosenfeld 
Reactions
-
Re: Proper way to extract/query face/vertex/edge out of a rectangle extrude (body) in Featurescript
Hi @sven_kautlenbach ! I think the right query for you may be something along the lines of: var desiredFace = qContainsPoint(qCreatedBy(id + "extrude1", EntityType.FACE), somePointInSpace);… (View Post)1 -
Re: How can I include a variable value in a sketch text?
@hillct The best way to make sure something is on our development list is to submit or vote on an improvement request; see 'improvement request' category of this forum from the right-side menu -->… (View Post)2 -
Re: Help getting started with FS?
I would only use qCapEntity if I had created that body within my feature (then you know how it was created and exactly what its id is). Otherwise it is a total crapshoot whether it will get you anyth… (View Post)1 -
Re: Help getting started with FS?
var test = qEverything(EntityType.FACE); debug(context, test); is the same as: debug(context, qEverything(EntityType.FACE)); Storing the return value of the qEverything(...) call into a variable call… (View Post)1 -
Re: Oshape is too slow, any idea for improvements?
@ruwo_n_a To answer a question you posed earlier but never got an answer to: upgrading to a better PC will help with interactive performance (rotating the model, section views), but will not help wit… (View Post)6