OnshapeThumbnail icon

OnshapeThumbnail

undefined

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

  1. Automatically generate and attach thumbnails of Onshape parts to project management tasks.
  2. Create visual previews of CAD models for inclusion in reports or presentations.
  3. Integrate Onshape thumbnails into a digital asset management system for easy browsing.

Output

JSON

  • thumbnailUrl - URL or data of the generated thumbnail image
  • documentId - Identifier of the Onshape document from which the thumbnail was generated
  • elementId - 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

Discussion