open_project
Open GX project.
Parameters
- file_path : str
- path to file
- convert_units : bool, optional
- When True (default), a file saved in a different unit system than the active session is rescaled and its materials/loads rebased to the session units on open. Set to False to load the file as-is.
Examples
current_path = os.getcwd()
filename ="slope_stability.gxx"
gx.open_project(file_path=os.path.join(current_path, filename))