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.
fluvio_lobo_fenoglietto PRO
Reactions
-
Re: Geometric Variants using API, onshape-client
@jakeramsley My configuration file is now; prod_api_keys: base_url: "https://cad.onshape.com/" secret_key: ---- access_key: ---- default_stack: prod_api_keys I just created a new set of key… (View Post)1 -
Re: Geometric Variants using API, onshape-client
@pmd Can you elaborate on this; As far as I know, the file is public and can be shared/exported by all onshape users... (see below) Also, Would you mind sharing an example function for how you handle… (View Post)1 -
Re: Geometric Variants using API, onshape-client
@jakeramsley Thanks for the response and sorry for the delay. Correct me if I am wrong, but I think there are two ways of solving this issue. I just want to understand both so that I can 'scale-up' F… (View Post)1 -
Re: Geometric Variants using API, onshape-client
Thank you @pmd! I was able to correct this on my program. I also found another forum post that discussed how to use OnshapeElement() so my latest program looks like this; # modules, libraries from on… (View Post)1 -
Re: Geometric Variants using API, onshape-client
Made some small progress here but there are a few steps that are unclear to me from the api. Here is my codel; from onshape_client import OnshapeElement, Client # variables config_filename = '.onshap… (View Post)1