-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python/Onshape Integration #201
Comments
I've run into a strange error which I've detailed here, preventing me from creating a Python object from an Onshape Part Studio. Aside from that, I think that I have the process complete for authorizing Onshape in Python. |
The |
The error that I mentioned above (preventing me from creating a Python object) has been resolved due to an incorrect .onshape_client_config.yaml - tag me if you need to see what the corrected one is. A discussion with @ethan92429 has revealed the following divine truths:
For our purposes of creating custom configurations, it then becomes clear that we actually don't need
|
We need to integrate Ethan's
onshape_client
package to reach the following goals:Component
objects into Onshape Part Studio/Assembly configurations.onshape_client
for authorization. Our two potential methods of achieving this are:.onshape_client_config.yaml
in their home directory (local) or in GDrive (Colab)aguaclara
package and are used whenever the package is imported.Component.write_properties_to_file(filename)
should overwrite the file iffilename
already exists.The text was updated successfully, but these errors were encountered: