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.
EvanReese PRO
Helping Onshape teams achieve peak performance and build better products, faster. My background as a design leader includes 8 years growing Ovyl (ovyl.io), a product agency, and deep expertise in fostering collaborative hardware product development. Let's connect to unlock your team's Onshape potential.
Reactions
-
Re: Two Array > Zip > Key, Value Mapping
Is your goal to create the map from the arrays or make the arrays from a map or what? Does this do anything you're after? const a = [12,15,2,5]; const b = [3,5,7,9]; const count = size(a); var t… (View Post)1 -
Re: show/hide parts based on attributes
You can use Composite Parts to group things for hiding and showing. Keep the composite open so the parts are also fully useable in the normal way. Composites can even share parts. You could write a f… (View Post)1 -
Re: Transform Faces or Features
@javl0p_2 There is a custom Transform Pattern feature by @konstantin_shiriazdanov that can do this. (View Post)1 -
Re: help creating FS multi results thickening feature
If you want to make this as a script, I think you first need a better idea how you'd do it manually, and I don't think thicken is the right tool. If I understand right, offsetting the surfa… (View Post)2 -
Re: use "move face" in a configuration.
This exact issue actually came up in this thread, and I made a modified version of Move Face that accepts negative values, which you can get here. (View Post)1


























