Fix NX version: DesigncenterNX2512 (was looking for NX2412)
- Add DesigncenterNX{version} to install path search
- Update default version to 2512
- Root cause of 'Part file is from a newer version' error
This commit is contained in:
@@ -145,7 +145,7 @@ class AtomizerNXSolver:
|
||||
def __init__(
|
||||
self,
|
||||
model_dir: str | Path = ".",
|
||||
nx_version: str = "2412",
|
||||
nx_version: str = "2512",
|
||||
timeout: int = 600,
|
||||
use_iteration_folders: bool = False, # Disabled: copied NX files break internal references
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user