fix: Correct all NX installation paths from Simcenter3D_2412 to NX2412
CRITICAL PATH CORRECTION: - Updated all documentation to use NX2412 installation - Fixed README.md, dashboard/api/app.py, NXOPEN_INTELLISENSE_SETUP.md - Updated archived NX_SOLVER_INTEGRATION.md for consistency - Added SYSTEM_CONFIGURATION.md to document correct paths Files Changed: - README.md: NX path corrected to NX2412\NXBIN\run_journal.exe - dashboard/api/app.py: NX executable path updated - docs/NXOPEN_INTELLISENSE_SETUP.md: Stub path corrected - docs/archive/NX_SOLVER_INTEGRATION.md: Example paths updated - docs/SYSTEM_CONFIGURATION.md: NEW - Critical system path documentation Key Configuration: - Python Environment: atomizer (NOT test_env) - NX Installation: C:\Program Files\Siemens\NX2412 - Material Library: NX2412\UGII\materials\physicalmateriallibrary.xml - Python Stubs: NX2412\ugopen\pythonStubs Reason: Simcenter3D_2412 is a separate installation and should not be used. NX2412 is the correct primary CAD/CAE environment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -266,7 +266,7 @@ This is **Step 1** of NXOpen integration. Future work:
|
||||
**Problem**: Autocomplete shows incorrect or outdated methods
|
||||
|
||||
**Solution**: Ensure stub files match your NX version:
|
||||
- NX 2412 → Use `Simcenter3D_2412\ugopen\pythonStubs`
|
||||
- NX 2412 → Use `NX2412\ugopen\pythonStubs`
|
||||
- Different NX version → Update stub path in settings
|
||||
|
||||
### Type Errors Shown
|
||||
|
||||
Reference in New Issue
Block a user