chore: Update NX version to 2412

This commit is contained in:
2025-11-15 08:12:32 -05:00
parent 14d2b67e4a
commit f359d4e5c8
3 changed files with 4 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ You can reference and copy modules from there as needed. Key files to adapt:
Before starting development, decide on: Before starting development, decide on:
1. **Which phase to tackle first?** (MCP, Engine, Dashboard, or NXOpen) 1. **Which phase to tackle first?** (MCP, Engine, Dashboard, or NXOpen)
2. **Target NX version?** (2306, 2406, or multi-version support) 2. **Target NX version?** (NX 2412 | Future: multi-version support, or multi-version support)
3. **Deployment strategy?** (Local only or client-server architecture) 3. **Deployment strategy?** (Local only or client-server architecture)
4. **Testing approach?** (Unit tests only or integration tests with real NX) 4. **Testing approach?** (Unit tests only or integration tests with real NX)
5. **Documentation format?** (Markdown, Sphinx, MkDocs) 5. **Documentation format?** (Markdown, Sphinx, MkDocs)

View File

@@ -40,7 +40,7 @@ Atomizer is a next-generation optimization framework for Siemens NX that combine
### Prerequisites ### Prerequisites
- **Siemens NX 2306+** with NX Nastran solver - **Siemens NX 2412** with NX Nastran solver
- **Python 3.10+** (recommend Anaconda) - **Python 3.10+** (recommend Anaconda)
- **Node.js 18+** (for dashboard frontend) - **Node.js 18+** (for dashboard frontend)
@@ -70,7 +70,7 @@ Atomizer is a next-generation optimization framework for Siemens NX that combine
4. **Configure NX path** (edit `config/nx_config.json`): 4. **Configure NX path** (edit `config/nx_config.json`):
```json ```json
{ {
"nx_executable": "C:/Program Files/Siemens/NX2306/NXBIN/ugraf.exe", "nx_executable": "C:/Program Files/Siemens/NX2412/NXBIN/ugraf.exe",
"python_env": "C:/Users/YourName/anaconda3/envs/atomizer/python.exe" "python_env": "C:/Users/YourName/anaconda3/envs/atomizer/python.exe"
} }
``` ```

View File

@@ -1,5 +1,5 @@
{ {
"nx_executable": "C:/Program Files/Siemens/NX2306/NXBIN/ugraf.exe", "nx_executable": "C:/Program Files/Siemens/NX2412/NXBIN/ugraf.exe",
"python_env": "C:/Users/YourName/anaconda3/envs/atomizer/python.exe", "python_env": "C:/Users/YourName/anaconda3/envs/atomizer/python.exe",
"journals_dir": "./nx_journals", "journals_dir": "./nx_journals",
"temp_dir": "./temp", "temp_dir": "./temp",