Overview
The OnshapeThumbnail node generates thumbnails from Onshape, a cloud-based CAD platform. It is useful for workflows that require visual previews or snapshots of Onshape documents or parts, such as in design review automation, documentation generation, or integration with other systems that need image representations of CAD models.
Use Case Examples
- Automatically generate and attach thumbnails of Onshape parts to project management tasks.
- Create visual previews of CAD models for inclusion in reports or presentations.
- Integrate Onshape thumbnails into a digital asset management system for easy browsing.
Output
JSON
thumbnailUrl- URL or data of the generated thumbnail imagedocumentId- Identifier of the Onshape document from which the thumbnail was generatedelementId- Identifier of the specific element or part within the Onshape document
Dependencies
- Requires API authentication credentials for Onshape to access documents and generate thumbnails.
Troubleshooting
- Ensure valid API credentials are provided to avoid authentication errors.
- Check network connectivity to Onshape services to prevent request failures.
- Verify that the specified document and element IDs exist and are accessible with the provided credentials.
Links
- Onshape API Documentation - Official documentation for Onshape API, including endpoints for thumbnail generation.