Documentation Index
Fetch the complete documentation index at: https://docs.cadcamfun.xyz/llms.txt
Use this file to discover all available pages before exploring further.
API Extensions System
Welcome to the API Extensions documentation for the CAD/CAM application. This system allows third-party developers to create plugins that extend the application’s capabilities, particularly for generating CAD models from text descriptions using AI.Overview
The API Extensions system provides a framework for developing, installing, and using extensions that integrate with the application’s core functionality. Extensions can be used to add new features, enhance existing capabilities, or provide integrations with other tools and services.Key Features
- Text-to-CAD Generation: Convert natural language descriptions into 3D CAD models
- Extensible Architecture: Add custom model generators, modifiers, and exporters
- Security and Access Control: Built-in authentication and permission management
- Easy Integration: Simple API for incorporating the extension system into your projects
System Architecture
The API Extensions system consists of several core components:- API Gateway: Routes and validates incoming requests, handles authentication, and manages responses
- Extension Manager: Manages extension lifecycle, including registration, execution, and uninstallation
- Extension Registry: Maintains a catalog of available extensions and their capabilities
- Extension Loader: Handles loading extensions from files and validating their structure
- Text Processor: Analyzes natural language descriptions and extracts structured information
- Model Generator: Creates CAD models based on processed text descriptions
- File Exporter: Converts CAD models into various file formats (STL, OBJ, STEP, etc.)
Extension Types
The system supports the following types of extensions:- CAD Generators: Create 3D models from processed text or other inputs
- Model Modifiers: Modify existing 3D models (add features, transform, etc.)
- Exporters: Export models to specific file formats or platforms
