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.
Best Of
Re: Partial circle centreline

If you modeled your part with a hole feature and circular patterned that - we do provide circular centermark patterns as a part of view creation. You can edit the automatic circular centermark patterns and unselect the same elements as I did in the manual tool, and then adjust the arc centermark extension in the same way as above.
Re: Improvements to Onshape - January 31st, 2025
Hey I just got a new project and I could really use the sheet metal loft feature 😅
Please hurry, I don't want to use traditional CAD 😑
.
Re: CAM Studio - open pockets on edge of workpiece
CAM Studio doesn't accept sketches it appears. As a pretty messy workaround you can create a new part though that extends the slot out to make the cut appear to the toolpath generator as a full pocket. See V15 for an example.
https://cad.onshape.com/documents/d995b98ce1b6ff36e8577afb/v/e7df65bac0ca6b4f476d7ecc/e/8b41428cd68c2ab3fe6a5a3a
For a single slot this isn't too bad but for a complex part I can see this workflow being pretty tedious.
Re: Why do my sketch lines disappear when I draw them
Probably a browser glitch… Try refreshing (ideally a "hard" refresh, SHIFT+F5 on Windows…)
Re: Cutting Bricks
Draw your desired path. Then do an offset the width of a brick. Then draw your bricks. The longest side of each brick should be equal to the length of your brick and the shortest edge should be normal (shift+k) to your path.
Re: CAM Studio - open pockets on edge of workpiece
Can CAM Studio take a sketch as input? If so, you could create a sketch that duplicates the slot dimensions, plus enough extra at either end to let the cutter clear the stock or ends of the slot.
Re: New Feature: Freeform Spline
Okay it's solved now so update to the latest version.
I confirmed it was an update to the FeatureScript Standard that did it, but I want to call out that it wasn't a change that would have broken any deployed features or caused anything to regenerate differently. It just changed how things like Editing Logic and Manipulator Change functions worked (i.e. what the feature does when you change something in the feature UI dialogue). The change they made actually solves many other headaches I've had and makes this feature better too. In the past, if you used a variable to control one of the points, then added or removed a point, it would clear the variable reference and replace it just with the static value, which was quite frustrating. Now they stay put! Thanks dev team!