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: Need a bit help here
The marble track in the below GIF is based on 1 curve only. A 360 helix.
If you do not see the GIF, then click below
Re: Gear Lab - Cylindrical, Bevel, Face Gears
Thanks for the amazing script. I'm not sure if i am missing something or if this is an actual issue, but i am unable to rename the features created by this script, which means that any parts that have dependencies are lost when a gear is edited. is there a work around to this or is it not possible in the current version?
Thanks
Dan
Re: Select entity for extrusion via API
For anyone who has found this thread in the future (Like I just did),
You can use transient ids in the queryString, its just a small little change from what I was trying.
"queryString": "query = qTransient(\"JHD\");"
The other thing to note is that this only works on certain api versions, so doing /api/partstudios… might not work,
but /api/v6/partstudios does.
Re: Anyone know how to get part studio configuration variables via the API?
In the documentation its this endpoint:
https://cad.onshape.com/glassworks/explorer/#/Element/getConfiguration
I don't use the python client, but its probably under some kind of elements_api instead of part_studios.
Re: Virtual Event May 14th, 11:00 AM EST, Faster Design Cycles With Custom Truck
Looking forward to it!
Re: Virtual Event May 14th, 11:00 AM EST, Faster Design Cycles With Custom Truck
Cant wait to help create a new Onshape World Order with all of you chill dudes B-)
Re: FeatureScript Library (New Custom Features!) 💎
.
Boolean Composites
Has been added to the CADSharp FeatureScript Library!
This custom feature has the ability to handle composite parts as well as standard parts when performing boolean operations.
Re: Animating assemblies by dragging with the mouse
You need to fix/anchor one part (from the RMB context menu of the item in the tree). Else, things will move erratically. Also, consider applying min/max limits, so things don't go too far out of specs in any one direction.
Re: segment gear
Easy: Make a full gear (using THIS) and cut away what is not needed.








