Overview
This node integrates with Onshape Feature Studio, a platform for creating and managing custom features in Onshape CAD software. It supports multiple versions of the Onshape Feature Studio API, allowing users to perform operations related to feature studios within their Onshape environment. Typical use cases include automating feature creation, modification, and management in Onshape CAD projects.
Use Case Examples
- Automate the creation of custom features in Onshape CAD models.
- Modify existing feature studios programmatically based on design requirements.
- Retrieve and manage feature studio data for integration with other design or PLM tools.
Output
JSON
featureStudioId- Identifier of the feature studiofeatureStudioName- Name of the feature studiostatus- Status of the operation performed on the feature studioresult- Result or response data from the Onshape API related to the feature studio operation
Dependencies
- Requires API authentication credentials for Onshape to access the Feature Studio endpoints.
Troubleshooting
- Ensure that the API credentials are correctly configured and have the necessary permissions to access Onshape Feature Studio.
- Common errors may include authentication failures, permission denied errors, or invalid feature studio IDs. Verify the input parameters and credentials.
- Network connectivity issues can also cause failures when connecting to the Onshape API endpoints.
Links
- Onshape Feature Studio API Documentation - Official documentation for Onshape Feature Studio API endpoints and usage.