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.
Projected Extrude FeatureScript (V1.1.2)
TimRice
Member, Moderator, Onshape Employees Posts: 315
Over winter break I had some time to write this new featurescript which returns a part from the intersection of two nonparallel sketches. It is mostly a copy of the Projected curve feature which is already part of our feature set. Thanks to @lana and @Jake_Rosenfeld for the extra help!
Tim Rice | User Experience | Support
Onshape, Inc.
Onshape, Inc.
Tagged:
4
Comments
Here is a little bug-fix that fixes it not extruding enough:
https://cad.onshape.com/documents/b64a82008c08948ab7b4a3e9
IR for AS/NZS 1100
Onshape, Inc.
IR for AS/NZS 1100
Right now I am limited to only being able to select one isolate surface. Any lines cutting through a face separates the extrude not allowing to project the full part.
Would be legendary!
Thanks,
Leo
Thank you for the kind words! I am not sure what you mean though by the workflow you mentioned. Do you have a screenshot of the input geometry?
Onshape, Inc.
It actually was an incredibly simple fix...
All I had to do was increase the "MaxNumberOfPicks" so I could Query multiple faces for each profile. It was set to only one pick each.
What would actually be a better solution would be to remove the
MaxNumberOfPicks
section altogether, allowing unlimited selection for each profile. The resulting precondition will be:IR for AS/NZS 1100
Thank you for looking. I actually added the selection limit on purpose to ensure the two profiles are actually not coplanar. With N number of selections this could become more difficult/time consuming to check. I am looking to add support for selections of sketches in addition to faces which should allow multiple faces in a sketch to be selected. I will post here when the new version is ready.
Onshape, Inc.
Glad you put this together! Ironic - my design needed this and I did it with existing tools and then 5 minutes later I saw this thread. Will be helpful on the next one. Thanks!
Just updated to V1.1.2 and added support for multiple planar faces or sketch inputs for both sides.
https://cad.onshape.com/documents/ea472c5bd213ba9124b90061/v/479fe4641dfa0356a0c36b47/e/0a8c561028bca4f5440ebd24
Onshape, Inc.