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.
Fill Pattern where the shape of the body to be patterned is different each direction
BStump
Member Posts: 19 ✭✭
I am looking to see if there is a fill pattern in Featurescript that has the ability to control both direction dimensions independently. I have a fill where the shape of the body to be patterned is different each direction, so to pattern it I need to control both directions. Anyone done this or suggestions?
Tagged:
0
Comments
Change line 70 to
and change line 90 to
If you want the two directions to be perpendicular (rather than the current hex grid), you'll also want to change line 45 to use 90 degree angles.
Cheers to @NeilCooke for writing clean code that's this easy to modify
Let us know if you encounter any issues!