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.
Paul_J_Premakumar 
Reactions
-
Re: Need help with a idea for a time lapse using the feature tree.
You could do this using the REST API. Here is an outline of the algorithm & relevant API calls 1. Get the list of features (https://cad.onshape.com/glassworks/explorer#/PartStudio/getPartStudioFe… (View Post)1 -
Re: API for beginners
Hi Lajos, Creating features via the API can be complex, given that there are many features with different features. The method I use, is to start is to create a simple model in Onshape, get the list … (View Post)1 -
Re: "True scale" viewing
@dan_engerer : This isn't possible today. Can you log an improvement request for this, please? In the interim, Steve's suggestion would work, with one caveat : the increments of zoom may not be fine … (View Post)1 -
Re: Python API Calling Custom Features
This is a problem with the Python client. It is using an older version of the REST API and hence failing. To work around this, you will need to edit part_studios_api.py In method __eval_feature_scrip… (View Post)1 -
Re: Regarding animation video and exploded view.
Hi Nicolas, Thank you for pointing out the dead links. Here are updated links: https://learn.onshape.com/courses/introducing-exploded-views-in-onshape https://learn.onshape.com/courses/advanced-tips-… (View Post)1