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: How can I make an array of points created by a for loop in featurescript?
I would do this like this: const parentId = id + "points"; for (var i = 0; ...) { opPoint(context, parentId + toString(i), {...}); } const locationPoints = evauateQuery(context, qCreatedBy(… (View Post)6 -
Re: Do you have plans to have GD&T annotation in 3D?
@Roy_Cross we do not give timelines on when we expect features to be available. We have a three week release cycle and reevaluate our priorities for the next cycle after each release. So, mechanisms … (View Post)1 -
Re: How to move a part using BodyType.MATE_CONNECTOR
@Fda In the example I shared back to you ( https://cad.onshape.com/documents/1002ce69245ea445611e4980/w/f52429a498b020c73540b506/e/08e27852c7e1888489504652 ), The "My Mate (B)" feature does… (View Post)1 -
Re: Improvements to Onshape - August 20th, 2019
Release an update, we will (View Post)4 -
Re: Use an angle from sketch to translate a derived component
@wiley Often "Transform by mate connectors" mode of the transform feature can solve problems like this, because the mate connector can be created referencing the sketch, and that will updat… (View Post)2