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.
How to Calculate laser cutting length ?

I need to see the total length of the sections to be laser cut on a piece of sheet metal. I had to select each element individually to create the length shown in the image, which took a very long time. Is there a shortcut to this process?
0
Answers
Can you use Right Click | Create Selection | Loop / Chain Connected | Add Selection here?
https://forum.onshape.com/discussion/16163/select-chain-of-sketch-entities-select-closed-loop
.
You could use the new Query Variable paired with
Measure Value by @Konst_Sh to dynamically get this measurement:
https://cad.onshape.com/documents/4f902e425cee155165b9a945/w/78645ee960a0e35e24110a64/e/bccd0e4d341932b…
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Or for $10 you can get a copy from fs.place that shows a toolpath and drops some estimates into a table for you.
I wondered about the need for the CF 'Measure value' and tried the regular variable feature in Measured mode. And voilà!
@Henk_de_Vlaam strange, I tried that at first but for some reason it wasn't liking my dynamic input. Did you change the input query? Is it still auto detecting all edges or did you manually select them?
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
@MichaelPascoe,
No, I used 'your' query and did no manual selecting.
Cool! I probably forgot to test again with the latest query. Sweet.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
This method definitely worked for me. Just select each surface individually for the bent parts and proceed. Thank you.