Overview
The OnshapeSketch node integrates with the Onshape platform to perform operations related to sketches within Onshape documents. It supports multiple versions, allowing users to interact with different API versions of Onshape for creating, updating, or retrieving sketch data. This node is useful for automating CAD workflows, managing design sketches, and integrating Onshape data into broader automation processes.
Use Case Examples
- Automate the creation of sketches in Onshape documents based on input parameters.
- Retrieve and update existing sketches in Onshape as part of a design automation pipeline.
- Integrate Onshape sketch data with other tools for reporting or further processing.
Output
JSON
sketchId- Identifier of the Onshape sketchdocumentId- Identifier of the Onshape document containing the sketchfeatureId- Identifier of the feature related to the sketchconfiguration- Configuration details of the sketchmetadata- Additional metadata related to the sketch operation
Dependencies
- Onshape API access with appropriate authentication credentials
Troubleshooting
- Ensure that the API credentials for Onshape are correctly configured and have the necessary permissions.
- Verify that the document and feature IDs provided are valid and accessible.
- Check network connectivity to the Onshape API endpoints.
- Common errors include authentication failures, invalid document or feature IDs, and API rate limits.
Links
- Onshape API Documentation - Official documentation for Onshape API endpoints and usage.