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.
Does extrude() have a hidden definition.symmetric option?
Jonathan_Hutchinson
Member Posts: 91 PRO
As per the title - if passing '.symmetric' and the other things such as 'hasSecondDirection', 'secondDirectionBound' etc, will this create a symmetric extrude?
I've added a symmetric option to a tool I've been writing but have seen curious behaviour where I didn't even need to halve my depths as expected. The creating feature happened to have a symmetric option, and was passed downstream, and I feel like I have just accidentally added the symmetry option that way (despite not seeing it documented).
I've added a symmetric option to a tool I've been writing but have seen curious behaviour where I didn't even need to halve my depths as expected. The creating feature happened to have a symmetric option, and was passed downstream, and I feel like I have just accidentally added the symmetry option that way (despite not seeing it documented).
0
Answers
As for hasSecondDirection and secondDirectionBound, I haven't used them but these parameters meant for non-symmetric extrusions so you will have to manually enter the desired distance to extrude in either direction.
Hopefully that helps!
Is it odd that I would've expected 'definition > symmetric > type:boolean' to be here? To me it just seems inconsistent to be required to dig into extrude.fs and there are twice as many places options could be, although that's ultimately the lesson learnt. What other useful stuff is hiding?