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.
Best Of
Re: Trouble with default values in feature script
If you are starting to write FeatureScript, get familiar with the standard library here:
https://cad.onshape.com/documents/12312312345abcabcabcdeff/v/abf8418eca794c31e027950d/e/87b09e244a234eb791b47826
It is documented here:
https://cad.onshape.com/FsDoc/library.html#module-valueBounds.fs
What you are looking for is the valueBounds.fs which describes the LengthBoundSpec @Matt_Shields helped you with but also the IntegerBoundSpec which is the next thing you are looking for.
Also take this course if you haven't already. It's not going to take you to the full depths of FeatureScript but it will get you started:
https://learn.onshape.com/courses/featurescript-fundamentals
I also strongly recommend getting a local repo of the Onshape std library. It makes searching much quicker:
https://github.com/javawizard/onshape-std-library-mirror
jnewth
Re: .... How do I 'Mate' RHS 50 x25 Pieces
Hey Keith. Welcome to Onshape. I'm guessing you mean that since the pieces are hollow a mate connector won't be available at the center of a piece's end. While selecting a point to place a mate connector on an end, when Onshape 'wakes up' locations to place the connector, hold down the shift key which tells Onshape to 'stay on this plane' and you can then move your cursor to the center which will 'wake up' a connector there. - Scotty
Re: How to create a pyramid net
This reminds me of something I made back in 2015 using Rhino/Grasshopper, and X-acto, and a bunch of hand cramps.
You can get to something similar in Onshape. Here's an example: https://cad.onshape.com/documents/15d45eb42a9fa95ad82df5be/w/ef1285a63adb32b9dde86a3c/e/0fd298a780ed9d412ba7a010
Challenges I didn't yet overcome are:
- getting labels on each one - some of the ways I thought I used to use don't seem to work right now. @MichaelPascoe didn't you say that you were also seeing new issues with old workflows for patterning sketch text?
- unfolding them all with Sheet metal - Sheet metal features can't be patterned, so you'd have to manually convert each one (225 individuals), but you could.
Relative skill-levels treated as equal, Grasshopper is a better tool for this, but Onshape can work.





