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: CONFIGURATIONS
Not sure if it can be done in the current part studio, but if you use a PartStudioData input for a feature and select the part studio from another part studio, the PartStudioData input contains all the configuration data.
New FeatureScript: Engineering Grid
Hi everyone,
So I made my own ISO grid featurescript. I tried out the other two feature scripts that can create isogrid patterns, and I found that Julia's is fast but rudimentary, and Evan Reese's is immensely powerful but slightly slower than I would like, and is missing a couple of features I wanted. Of course, the next logical step was for me to create my own from the ground up…
Link: Engineering Grid
Features:
- Create ISO and Ortho grid patterns.
- Extend the pattern to a customizable border.
- Delete small holes that appear at the border of the pattern face.
- Fillet internal corners within the pattern pockets.
- Delete pockets with bad fillets.
- Align the pattern perfectly with an edge.
The basic functionality is closer to Julia's script, where you select a face and the part you want to create the isogrid on, and there it is.
I've added borders to all the edges of the pattern, the thickness of which can be adjusted, as well as the dimensions of the pattern, and so on.
One of the more interesting features I've added is the ability to remove any triangles or parts of triangles that are smaller than a certain percentage of the original pattern. So, no need to painstakingly remove every small hole that appears at the border.
You can also fillet the lower inside edges of the pattern in order to make some really professional ISO grid patterns. I’ve also tried to solve an issue with so many fillets by adding an option to remove pockets that potentially have bad fillets.
So I just posted about my guide pins feature script a couple of days ago, but I've actually been working on this for much longer. From the testing I have done, this script runs a little faster than others (Not Julia’s. Hers is blazingly fast), and I’ve tried to optimize it a little to make it run faster, but there’s only so much you can do when subtracting a bunch of triangles. Please let me know if you have any other quality of life improvements for ISO or Ortho grid patterns. I tried to add the major ones I could think of, but Evan Reese’s Grid Extrude can center the pattern on any point you choose, which would be a good addition.
I also want to add more patterns, but I only got around to adding triangles and rectangles. If you want hexagonal or circular patterns, let me know, and I can add them pretty quickly.
Definitely go check out the other two scripts:
- Evan Reese: Grid Extrude (forum post)
- Julia: ISOgrid





