OnshapeSketch icon

OnshapeSketch

undefined

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

  1. Automate the creation of sketches in Onshape documents based on input parameters.
  2. Retrieve and update existing sketches in Onshape as part of a design automation pipeline.
  3. Integrate Onshape sketch data with other tools for reporting or further processing.

Output

JSON

  • sketchId - Identifier of the Onshape sketch
  • documentId - Identifier of the Onshape document containing the sketch
  • featureId - Identifier of the feature related to the sketch
  • configuration - Configuration details of the sketch
  • metadata - 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

Discussion