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.
Cut List (New Custom Feature!)
MichaelPascoe
Member Posts: 2,047 PRO
Cut List
(New Custom Feature!)
https://cad.onshape.com/documents/395304920b30c3b382fd312d/w/86481637ad1e9da01b0e5d60/e/e19230df69a29e1fc2259b9dHow to find custom features:
- Click the "Add custom features" button in your toolbar, you may have to search for this in the search tools box
- Select "Public"
- Show advanced search options
- Select "feature studio"
- Search for the title of the feature you are looking for
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
4
Comments
I've been sharing this method so that people know there is a way to look for other features out there. Often, I don't know exactly what I'm looking for, just a general idea.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Update!
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Update!
Measure cut list - Custom featureNote: you can still switch back to manual measurements by clicking the entry from the list in the feature.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Update!
This in turn improves performance by skipping duplicate parts.
The feature will recognize the duplicates and not spend time measuring them.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Thank you so much buddy. With a personal note.... Really appreciate this.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Update!
This is noticeable when there are things like holes or labels cut into the faces which change the geometry but not material cut size.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
hi Pascoe,
I have been using this cutlist tool for a while now and want to tell you how thankfull I am. i didnt realize all the updates until just now and wow what a great tool this is. thanks alot for this.
Sure thing! @joris_splinter Glad it is helping you out 😎
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Michael, this is an impressive feature script, I really appreciate that it automates the data entry, it saves so much time.
Would it be possible to have an option for fractional inch measuerments in the table?
And, is it possible to use the callout (balloon) with the custom table? Seems like I'm missing something simple.
Thanks for the feedback @tyler_smith171.
Update!
Measure cut list - Custom feature
Thanks @tyler_smith171 for your input. These are some useful changes.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Wow! Thank you!
Good morning! Sorry if this shows up twice—my first post hasn't appeared for me so I don't know if it got moderated or my adblocker ate it, so trying again.
Questions about this feature:
Edit to note #2 is a rounding error. If I set the precision to 0.0001 to pick up the sixteenths, it works. I don't know how FeatureScript works, but I'd expect conversions to be done with numbers before they get rounded for display.
Further edit, it doesn't matter what my preferences are for precision—Measure Cutlist will use 0.001 unless I manually change it.
Link to project.
And thank you again for this feature!
Additional question/feature request: can material be included in the table?
Hey @joe_fisher391, glad you like it! 😎 These ideas were simple yet important enough that I went ahead and pushed an update to support some new functionality. As far as the rounding goes, try changing the Round table values to 0.0625 in. This will help ensure you don't get 80/256.
Update!
Measure cut list - Custom feature
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
This worked exactly as I'd hoped, thank you so much for that extraordinarily prompt response!
Also, I'm using the prefix field for my materials. It's a little extra work, but not too terrible.
If you don't mind a little more feedback, I'm having an unexpected issue. I've got 4 parts here, which all happen to be the same size. If I select any one, two, or three of them, it works as expected. If I select all four, it only counts 3!
I did a little testing, and v35 does not show the issue, but v36 and up do.
There must be something wrong with the additional duplicate check logic in one of the previous updates. I'll have a look when I have the time.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴