# r2025x-addin **Repository Path**: xuscode1/r2025x-addin ## Basic Information - **Project Name**: r2025x-addin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-12 - **Last Updated**: 2026-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # R2025x CATIA Addin CATIA V6R2025 B427 custom addin files. ## Install ```powershell irm https://gitee.com/xuscode1/r2025x-addin/raw/main/install.ps1 | iex ``` Installs to `C:\Users\\r2025x_addin\win_b64`. ## Register CAA Environment ```powershell D:\DS\B427\win_b64\code\bin\DSYEnvMgt.exe -create -e Env -from Env -p E:\jingchuan-addin -d INSTALL ``` ## Uninstall 1. Delete `C:\Users\\r2025x_addin` 2. Run with `-d UNINSTALL` to remove the environment: ```powershell D:\DS\B427\win_b64\code\bin\DSYEnvMgt.exe -create -e Env -from Env -p E:\jingchuan-addin -d UNINSTALL ```