Running Analysis Guide
This guide covers how to run various analysis operations on your Voyager projects programmatically, including mesh generation, wall thickness analysis, and integrity checks.Overview
Voyager provides several analysis operations that can be triggered via the API:- Mesh Generation - Create 3D meshes from scan data
- Wall Thickness Analysis - Measure wall thickness throughout a part
- Integrity Analysis - Detect defects and anomalies
- CAD Comparison - Compare scan data to CAD models
- Auto-Alignment - Automatically align scan data
Mesh Generation
Generate Basic Mesh
- Python
Generate Textured Mesh
- Python
Wall Thickness Analysis
- Python
Integrity Analysis
- Python
CAD Comparison
- Python
Auto-Alignment
- Python
Checking Analysis Status
Get Project Status
- Python
Polling for Completion
- Python
Recipe Invocations
List Recipe Invocations
- Python
Run Recipe
- Python
Best Practices
1. Check Project Readiness
Ensure the project has completed processing before running analyses:2. Monitor Analysis Progress
Implement proper polling with timeouts:3. Handle Errors
Next Steps
- Recipes Guide - Learn about recipe workflows
- API Reference - Analysis - Complete endpoint reference
- Data Export Guide - Export analysis results