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.
Topographinator (Update)
MichaelPascoe
Member Posts: 1,979 PRO
Topographinator
Link
https://cad.onshape.com/documents/af87f92a8aacda9b29d58899/w/895817513a38f6bc735f701b/e/4782d8b17fc1f4ca112070c4Created by:
Michael Pascoe, Cache River Mill.
Description:
This custom feature extrudes your
sketch into multiple layers.
Prerequisites:
A single sketch containing 3 or more fully enclosed shapes.
Notes:
The order that you draw the faces will
be the order that they are extruded.
Choose the layer thickness.
Select a center face.
Select the outer face as a boundary.
Application:
This feature is most useful when you need to stack multiple layers of plywood to create the base for a glass top river table.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
10
Comments
Still learning the basics of featurescript. Any coding suggestions you have would be great!
This is my personal account.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
You could also use "MaxNumberOfPicks" : 1 for the query parameters. If it's set to 1 it will auto-advance once a selection is made, so you can just click. click. done.
A next-step in my mind is finding ways to automate the sketch creation somehow. Here's an example of an approach you might take (but using featurescript)
I have now incorporated the opDeleteBodies, and the "MaxNumberOfPicks" : 1. The planes gave me a lot of trouble yesterday, I decided to keep it like this for now.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Your featurscript videos are most helpful.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Yes, we can talk about the name. It is derived from Phineas & Ferb.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Update (9-21-2020)
You now have the option to use manual layers or auto layers. Auto layers only needs 1 enclosed shape created by a single edge.Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
https://cad.onshape.com/documents/bcce8c3417a55687b55aca94/w/351327f0355ee49ec59055fb/e/54527ec5915c0633eb6f1ff2
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Update (9-26-2020)
Auto Layer Updates
- Supports more shapes than previous versions.
- Center size is now adjustable.
- Center point guide allows you to choose the center of your extrude. Previously, if the selected shape's edge did not have a clear line of sight to the centroid of of the shape, the feature would fail. Now, you can choose a center point that has a clear line of sight to the edges of your shape.
- Auto Layer is now the first tab you see.
Manual Layer Updates (Special thanks to @Evan_Reese for this one.)
- Selection will now carry over to the next tab if you change tabs within the feature.
- Only one input is required instead of two.
- Shapes no longer extrude in the order that they were drawn. This is a good thing.
- Supports more shapes than previous versions.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴